+ 1

How to develop a web page in html

21st Mar 2017, 9:33 AM
Adarsh Ashma
Adarsh Ashma - avatar
3 Answers
+ 10
Learn the HTML course:)
21st Mar 2017, 9:38 AM
Dev
Dev - avatar
+ 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>
21st Mar 2017, 11:41 AM
Mogammad Shameer Losper
Mogammad Shameer Losper - avatar
0
<html> <head> <title> this is my document</title> <p>this is a paragraph</p> </body> </html>
21st Mar 2017, 2:29 PM
lawal ibrahim
lawal ibrahim - avatar