Observe the title of this post and copy the below next in notepad and save as -->
Page.html in all files format
And then open it in a browser :) That's the new thing we are going to learn.
<!DOCTYPE html>
<html>
<head>
<title> Let's Learn HTML Together </title>
</head>
<body>
<h1> This is start to basic HTML Guide </h1>
<p> HTML is the need for today's IT aspirants, get it done easily through PapSolutions :) </p>
</body>
</html>
Comments
Post a Comment