Computer tips

<>ad here

How to make heading in site





Start notepad
Type this html code one by one.
Save the file in desktop with .html extension


  Watch video how to make heading on site
<Doctype html!
<html>
<head>
<title>Head of the site</title>
</head>
<body>
<h1> This the main post heading</h1>
<h2>This is the second big heading</h2>
<h3> This is third big heading</h3>
<h4>This is 4th big than the fifth heading</h4>
<h5> h5 is the second smallest heading</h5>
<h6> h6 is the smallest one</h6>
</body>
</html>

 Double click to open .html
 Which will generate....


This the main post heading
This is the second big heading
This is third big heading
This is 4th big than the fifth heading
h5 is the second smallest heading
h6 is the smallest one

Watch video how to make heading on site


Share:

Nenhum comentário:

Categories

Pages