0
How to create a website using html
5 Answers
+ 10
By learning HTML and applying it in a project.
+ 2
learn the html and then css
dont forget the extension is .html
+ 1
The browser first looks for a file called "index.html" in the location (directory/folder) that the web domain (address) is pointing to. In your index.html file, declare that it is an html file, add <html><head><title>your website</title></head><body><h1>Some content here.</h1></body></html>
Then go to domain or drag and drop the file into a web browser to view.
0
۱ÙŰ ÙÙÙ Ù
Ù
0
Open Notepad