Hi am a beginner I wanna learn how to create a html page | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Hi am a beginner I wanna learn how to create a html page

Creating html page

3rd May 2019, 10:19 AM
crazy bolex
crazy bolex - avatar
4 Answers
+ 9
hi crazy bolex you can take the sololearn course here: https://www.sololearn.com/learn/HTML/1021/ <!DOCTYPE HTML> <html> <head> <title>SIMPLE HTML WEBPAGE</title> <style></style> <script></script> </head> <body> <h1> HELLO WORLD</h1> </body> <footer> </footer> </html> here is my code: https://code.sololearn.com/WUcTvYfQ7JID/?ref=app
3rd May 2019, 10:44 AM
Alessio Benvenuti
Alessio Benvenuti - avatar
+ 5
Please follow the html tutorial on Sololearn.
4th May 2019, 12:06 AM
Sonic
Sonic - avatar
+ 4
U can also go to tutorials point website
3rd May 2019, 8:02 PM
Abhishek Bakhai
Abhishek Bakhai - avatar
4th May 2019, 6:21 AM
Abhishek Bakhai
Abhishek Bakhai - avatar