2ND LECTURE - LET'S BE CREATIVE

2ND LECTURE

Today i am going to teach you how we create a proper code of the page and its look how its look like after we finish coding :

Source code is :-

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>MY FRIST SITE</title>
</head>
<header>SONGS MAZA</header>
<body>
<div>
<h1>LOCAL NEWS</h1>
<article>
<h2>ABOUT ELECTION</h2>
</article>
<pre>
TODAY WE SEE THAT THE LEAD IS BEING TAKEN BY PMLN AS THE OTHER PARTIES ALSO DO THEIR BEST TO CHEK IT
</pre>
</div>
</body>
</html>
COPY AND PAST IT AS IT IS AND CHECK IT. GIVE US YOUR COMMENT IN THE COMMENT BOX TO IMPROVE OUR BLOG AND LECTURES. 


Featured