HOW TO MAKE MY OWN SIMPLE WEB? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

HOW TO MAKE MY OWN SIMPLE WEB?

How can I make my own simple web with notepad editor and just using HTML? i tried and save it as doctype. But i HOW CAN I OPEN it in web? anyone? anybody?

10th May 2017, 8:44 AM
¤ rookie ¤
¤ rookie ¤ - avatar
4 Answers
+ 3
You can't make web, you can make a website. After making the code, press File --> Save As --> Select All Files instead of Text File in the bottom bar, and at the name bar, type file name.html - the .html is important to make it an html file, then, to see the output, double click on the file.
10th May 2017, 8:47 AM
Eldar Bakerman
+ 6
ow i see! thank you so much guys! i've learned a lot in this app 60% in the comments and sharing of ideas 40% in the lessons xD thanks again guys!
10th May 2017, 8:49 AM
¤ rookie ¤
¤ rookie ¤ - avatar
+ 3
I recommend you using Notepad++, there, just when opening a new file, Click File --> Save/Save As --> Instead of text file search for Hyper Text Markup Language, click it, and in the name bar, just type the name of the file. To see the output, press CTRL+SHIFT+ALT+R or locate the file and double click it.
10th May 2017, 8:50 AM
Eldar Bakerman
+ 2
When saving as HTML in notepad++ it shows you code format and has HTML auto complete.
10th May 2017, 8:51 AM
Eldar Bakerman