Line Break and Heading

Line Break and Heading
Line Break and Heading

 

LINE BREAK

Line breaks, used to display a new line in a paragraph, then it should use the tag Reviews.
Examples of writing tag <br> :

<!-- Tests br -->
<html>
<head> <title> example replace the line </ title>
</ head>
<body>
Reviews cut in a paragraph Reviews Reviews br tag use.
</ body>
</ html>

HEADING
Heading, widely used for headings. Heading will display a letter or writing become larger or bold.
Writing headings :

<html>
<head>
<title> example heading </ title>
</ head>
<body>
<h1> is heading 1 </ h1>
<h2> This heading 2 </ h2>
<h3> The heading 3 </ h3>
<h4> This heading 4 </ h4>
<h5> This heading 5 </ h5>
<h6> is heading 6 </ h6>
</ body>
</ html>

HTML || JAVASCRIPT || CSS

Share this

Related Posts

Previous
Next Post »