HTML Headings
HTML headings are defined with the <h1> to <h6> tags. <h1> defines the most important heading. <h6> defines the least important heading.
Example
| <h1>This is a largest heading</h1>
<h2>This is a heading</h2>
<h3>This is a heading</h3> <h6>This is a smallest heading</h6> HTML ParagraphsParagraphs are defined with the <p> tag.
Example
| <p>This is a paragraph</p>
<p>This is another paragraph</p> |
|
|
|
HTML Lines
The <hr /> tag creates a horizontal line in an HTML page.
The hr element can be used to separate content:
Example
| <p>This is a paragraph</p>
<hr />
<p>This is a paragraph</p>
<hr />
<p>This is a paragraph</p> |
|
HTML Comments
Comments can be inserted into the HTML code to make it more readable and understandable. Comments are ignored by the browser and are not displayed.
Comments are written like this:
Example
| <!-- This is a comment --> |
|
css paragraph font samples
উত্তরমুছুনP paragraph tag font-family font-size