Software = Notepad
Language = HTML
<html>
<head>
<title> Education</title>
</head>
<body>
<h1> Computer Education </h1>
<br>
<b> India is best </b>
<br><br>
<i> Technology world</i>
<p> Honesty is the best policy !!! </p>
<h2> Gaming world </h2>
<h3> Why Computer Education is Important </h3>
</body>
</html>
Result on the browser of above tag |
Abbreviation
<br> - One line space or brake .
<b> - Bold
<i> - Itallic
<u> - Underline
<p> - Paragraph (make space in the starting and last of the paragraph)
<h1> - Largest heading
<h6> - smallest heading
- Note = you have to write everything in b/w body section then it will on the browser or else it will not appear on the browser.
- Content outside body section will not appear on the browser
- You have to close every tag
for ex:- <b></b> ,<body></body>, <h1></h1> etc.
Always save your notepad file with the extension of .html
ex- kits.html
0 Comments