+ 2

can someone pls tell me how to create a online website using HTML

21st Sep 2016, 9:10 PM
Chethan Dhruva
Chethan Dhruva - avatar
5 Respostas
+ 4
Technically speaking, you only need a small number of tags to have a website: <html> <head> <title></title> </head> <body> <!-- Your Cont Goes Here --> </body> </html> You would then save it as an .html file ("index.html") However, while this is technically a website, it would be blank if you opened it up in a web browser because there is not actual content. Learning to style and display content on your website, create navigation, input images, so on and so forth takes time. Study HTML and CSS and practice, practice, practice and you'll be well on your way... Best of luck. However, even though
21st Sep 2016, 9:16 PM
Jameyson Mac Donald
Jameyson Mac Donald - avatar
+ 2
You can use a website making website and download a html compiler
22nd Sep 2016, 2:05 AM
violet
+ 1
just open a notepad in your PC and start coding remember save file as xyz.java (xyz mean name of your file)
22nd Sep 2016, 4:05 AM
gulshan singh
gulshan singh - avatar
+ 1
Thanks for asking I had a similar question.
22nd Sep 2016, 5:15 AM
Rodrigo Rau Mora,M.A.
0
me too
3rd Oct 2016, 3:50 PM
Roshan Singh
Roshan Singh - avatar