|
HTML – Hyper Text Markup Language
Introduction This HTML tutorial provides an introduction to HTML; initially by explaining the different associated concepts and then presenting how to practically use HTML.
What is HTML? HTML is an abbreviation for Hyper Text Markup Language. An HTML file is a text file that incorporates small markup tags. These mark up tags direct the web browser how to display the page.
It is necessary for an HTML file to have an htm or html file extension. An html file is easy to create just by using a simple text editor.
You can save an html file either with an htm extension or with an html file extension.
|