HTML Introduction
Transcription/प्रतिलिपि HTML stands for Hyper Text Markup Language. HTML is the standard markup language for creating Web pages. Markup in HTML defines the definition and presentation of text shown on webpages. It specifies code for formatting, both the layout and style, within a text file. The code used to specify the formatting are called tags. Some of the features or characteristics of HTML are HTML describes the structure of Web pages using markup HTML elements are the building blocks of HTML pages HTML elements are represented by tags HTML tags label pieces of content such as "heading", "paragraph", "table", and so on Browsers do not display the HTML tags, but use them to display the content of the page HTML contains three basic parts Head, Title and Body. Head tag contains the information about the text to be displayed on HTML page. Title tag shows the Title on the HTML page. Body tag contains the actual text to be d...