write html program of my first web page?
Title
Question
write a program to print my first web page in html?
HTML My-first-HTML-program 01-02 min 20-30 sec
Answers:
Kindly watch the HTML Spoken Tutorial on "My First HTML Program". This will help you.
<html>
<head><title>My-First-HTML-Program</title></head>
<body>
<p>my first web page</p>
</body>
</html>
<html>
<head><title>My-First-HTML-Program</title></head>
<body>
<p>my first web page</p>
</body>
</html>
Login to add comment