HTML-New beginning....

HTML-New beginning....

Table of contents

Hiii...Techno Family, this is my first blog...

so let's begin with the HTML

HTML-

HTML stands for Hyper Text Markup Language.

Using HTML we create our website and applications

It uses is easy to learn

HTML describes the structure of web pages

It consists of a series of elements.

It tells the browser how to display the content.

A very Basic example of HTML.

Example explained:

<!DOCTYPE html>--document is HTML5 document

<html>-element is the root element of the document

<head>--it contains meta-information about the HTML page

<title>--element specifies the title of HTML pages

<body>--document body

<h1>--large heading

<p>--paragraph

so...do not worry about the above code we go through step by step so everybody enjoys this HTML structure...