HTML Headings

We Know Headings are very important in HTML documents ,and being a student you now the importance of Headings .There are six types of heading these are given below
<h1>,<h2>,<h3>and up to <h6> and with the closing tags also</h1>,<h2>,<h3>up to </h6>
and as the name show their importance <h1> plays a very important for heading,<h2> is less important than <h1> for heading and similarly <h6> is show the least important.

Example:
<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>
UP TO
<h6>This is heading 6</h6>


Your Result:


Headings Are Important
As we know that headings are important for heading sizes ,one thing we must note we use html headings only for heading not for text size or to some text large or to make it bold , because search engines optimize or index our pages on the basis of our headings.

HTML Lines
The HTML Lines means,the line between the text,data or any thing if we want to separate some thing and we want to show a line between the separation than how can we  draw a line or create a line .Now here i tell you how to create a line between any content or data ,we show the  html line code by </hr> tag.
here </hr> means the horizontal rule.Now see how to create a line
Example:

<p>The hr  stand for horizontal rule:</p>
<hr />
<p>This is a paragraph 1</p>>
<hr />
<p>This is a paragraph 2</p>


Your Result:
Here is your result in a browser,


that's all if you have any problem please contact us.

No comments:

Post a Comment