HEADINGS:
PARAGRAPHS:
For more blogs related to technology you can visit Relatetechno.codes
<h1>
<h2>
<h3>
<h4>
<h5>
<h6>
There are six levels of headings.
<h1> is used for main headings
<h2> is used for subheadings
If there are further sections under the subheadings then the <h3> element is used, and so on...
Browsers display the contents of headings at different sizes. The contents of an <h1> element are the largest, and the contents of an <h6> element are the smallest. The exact size at which each the browser shows the headings can vary slightly. Users can adjust the size of the text by using CSS.
HEADING LEVELS |
PARAGRAPHS:
To create a paragraph, surround the words that make up the paragraph with an opening <p> tag and closing </p> tag. By default, a browser will show each paragraph on a new line with some space between it and any subsequent paragraphs.
paragraph next> Bold & italic and scripts(sub&super) Enjoy 😀 |
Comments
Post a Comment