learn website development Easy Step By Step Clasess
Here step by step examples will help you to learn html with this you can create beautiful websites.
Lesson - 1
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
Comments
Post a Comment