0

How can i make a web page?

I need help to create a web page or something similar, so i can build a browser game on it, can someone help?

17th Nov 2018, 10:39 PM
Valentin
4 Answers
+ 3
Go for HTML, CSS and JavaScript Find below the simplest example Open any editor of your choice and just type "hello world" and save the file with .html or .htm extension. That's it But it is always advisible to use the tag as told by _yaroslavv
19th Nov 2018, 10:14 AM
Rishi Anand
Rishi Anand - avatar
+ 2
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> </body> </html> It makes web page
17th Nov 2018, 10:47 PM
_yaroslavv [online_everyday]
_yaroslavv [online_everyday] - avatar
0
Thank you
17th Nov 2018, 10:49 PM
Valentin
0
Thank you Rishi Anand
26th Nov 2018, 10:18 PM
Valentin