This usage guide will give explanation about creating and running HTML in your computer.
- HTML files can be created using simple text editors or professional code editors.
- For creating a HTML file, First open the new file in the your preferred editor.
- Write HTML code which you can find in further topics.
- Then save it as
filename.htmorfilename.htmlwithUTF-8encoding. - The file extension to be either
.htmor.htmlthat you preferred. Which doesn't make any difference. - When it comes to editing an existing HTML file, Then open the file in the editor to make changes. Finally save to apply changes.
- HTML files can be run and viewed in the web browser applications.
- When trying to run the specific HTML file, First
navigateto the file location. - Then
select the fileand run by hitting theENTERbutton - Or by
openor byopen withoption menu associated with that selected file. - After that above actions will opens the HTML file in the default web browser.
- This will renders and displays the HTML content in the browser.