+ 1
how can i create a HTML site?
3 Answers
+ 5
learn HTML, but to create a beautiful site you need also learn CSS and javascript
html--> structure
css-->style
javascript-->dynamic of the site
create a site only with HTML gonna be very poop XD
+ 2
learn HTML first đđđđ
+ 1
Do the HTML course to learn more.
But below is a very basic outline.
<html>
<head><title></title>
</head>
<body></body>
</html>