how to create or edit html file

HTML files can be created or edited using a text editor, 
such as Notepad on Windows or TextEdit on Mac. 
You can also use specialized code editors, such as Atom, Sublime Text, or Adobe Dreamweaver, 
which provide additional features such as syntax highlighting and code autocompletion.
Once you have created or edited an HTML file, you can open it in a web browser to view the rendered content.
Remember to save the HTML file with a .html or .htm extension in order for it to be interpreted as an HTML document by web browsers.

my favorite code editor(ide) https://code.visualstudio.com/download


No comments:

Post a Comment