+ 1
Does any one have a Html Basic Website Template?
I want the template for HTML Basic Please provide me if anyone had made a Basic HTML Static Website. Please Answer
3 Answers
+ 16
Start learning html in sololearn
you will get your answer đ
+ 5
Here is a basic HTML website template for you to use. Enjoy! :)
<!DOCTYPE html>
<html>
<head>
<title>YOUR TITLE GOES HERE</title>
</head>
<body>
</body>
</html>
+ 4
Btw, what IDE do you use for making websites? If I recall correctly, I believe that WebMatrix 3 comes with a bunch of free templates for HTML and PHP. WebMatrix is a free program also.
Best of luck!