HTML Headings
HTML includes six levels of headings, which are ranked according to importance.
These are <h1>, <h2>, <h3>, <h4>, <h5>, and <h6>.
Example:
Output:
Headings Are Important :
Search engines use the headings to index the content of your web pages. Headings are important for Search Engine Optimization[SEO] to Rank Website on Google.
Each HTML heading has a default size. However, you can specify the size for any heading with the
style
attribute, using the CSS font-size
property:Example:
<h1 style="font-size:60px;">Heading 1</h1>
Horizontal Lines:
we can create a horizontal line , use the <hr /> tag.
What tags are used to indicate headings?
0 Comments
how I can help you?