HTML Template

We are going to start with simple HTML template

Copy this text and create one html file from it.

 <!DOCTYPE html>
<html>
<head>
<title>Awesome Tutorial</title>
</head>
<body style="background-color:#00FF00"> 

<h1 style="background-color:#FF0000">My First Web Page</h1>

<div style="background-color:#0000FF;padding:20px">

body color green</br>

heading color red</br>

</div>

</body>
</html>

Comments

Popular posts from this blog

HTML Tags

First HTML Script