First Programe
This is First Programe of HTML.
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>Hello We Are Developer.</p>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>Hello We Are Developer.</p>
</body>
</html>
Post a Comment