Hi Guys !! :)
TOday we will learn HTML :)
HTML have 3 Main Tags :
<html>
<header>
<body>
Adding the End tag is important !!
End-tag is like </header>.SO there are 3 main tags in html :)
In <header> You can add the Tab title Like :
<html>
<header>
<title>Learning HTML!</title>
</header>
<body>
</body>
</html>
So this was our Code when we add Tab Title in our code :)
There are many other tags but i told you the main three :)
So the Display...