What is an HTML file?
- HTML stands for Hyper Text Markup Language.
- HyperText is the method by which you use the web by clicking the special text called hyperlinks, which get you to the another page.
- Markup is what HTML tags do to the text inside them. HTML Tags mark it as a type of text(Underlined text, for example).
- An HTML file is a text file that contains small markup tags.
- The markup tags instruct the Web browser how to show the page on the web.
- You can create an HTML file using a Text Editior like Notepad.
- It has the file extension of .htm or .html
An
HTML file is a text file that contains
HTML elements. Its elements are defined using
HTML tags.