More about html tags
More about html tags
<HEAD> Heading tag </HEAD>
Element contains meta information about the
HTML page and it has closing tag. It is a heading tag. Using this tag will
format any text between these opening and closing tag as indicates that main
heading
<H2> SUB HEADING </H2>
Element contains meta information about the
HTML page and it has closing tag. It is a heading tag. Using this tag will
format any text between these <h2>opening and closing </h2> tag as
indicates that sub heading.
<h1> Heading 1 </h1>
<h2> Heading 2 </h2>
<h3> Heading 3 </h3>
<h4> Heading 4 </h4>
<h5> Heading 5 </h5>
<h6> Heading 6 </h6>
<title> TITLE TAG </title>
Element
indicates a title for the HTML page which is seen on top of the page
<body> Body Tag </body >
Indicates that documents body, and is a
container for all the contents are headings, titles, paragraphs, images, hyperlinks,
lists etc…,
<p> Paragraph Tag </p>
It is the HTML elements where onpage text.
This tag formats between the opening <p> tag and the closing </p>
tag as a paragragh.
<b> Bold Tag </b>
It is the html elements <b> and
</b> are the html elements where on page text used to highlight the text.
<i> Italic Tag </i>
It is the html elements <i> and </i> where “italic tag” .This tag formats between the opening tag<i> and closing tag </i>
<u>Underline Tag </u>
It is the html elements <u> and </u> where “underline tag” .This tag formats between the opening tag<u> and closing tag </u>
To know more about these HTML TAGS click here .
Comments
Post a Comment