+ 1
How to develop a web page in html
3 Answers
+ 10
Learn the HTML course:)
+ 1
<html>
<head>
<title>
how to develop a web page in html?
</title>
</head>
<body>
<p>take the html course- you can learn it in less than a week if you consistent</p>
</body>
</html>
0
<html>
<head>
<title> this is my document</title>
<p>this is a paragraph</p>
</body>
</html>