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.htm
orfilename.html
withUTF-8
encoding. - The file extension to be either
.htm
or.html
that 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
navigate
to the file location. - Then
select the file
and run by hitting theENTER
button - Or by
open
or byopen with
option 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.