+ 2
can someone pls tell me how to create a online website using HTML
5 Answers
+ 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
+ 2
You can use a website making website and download a html compiler
+ 1
just open a notepad in your PC and start coding remember save file as xyz.java (xyz mean name of your file)
+ 1
Thanks for asking I had a similar question.
0
me too