HTML (Hyper Text Markup Language) is the main markup language for creating structured web pages, allowing for the inclusion of text elements, links, images, and interactive forms. It consists of HTML elements defined by tags and can incorporate scripts like JavaScript and styles from CSS for enhanced functionality and presentation. The W3C promotes the use of CSS for styling over traditional markup methods.
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
2 views
Prem Text
HTML (Hyper Text Markup Language) is the main markup language for creating structured web pages, allowing for the inclusion of text elements, links, images, and interactive forms. It consists of HTML elements defined by tags and can incorporate scripts like JavaScript and styles from CSS for enhanced functionality and presentation. The W3C promotes the use of CSS for styling over traditional markup methods.
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1
HTML, which stands for Hyper Text Markup Language, is the predominant markup
language for web pages. It provides a means to create structured documents by
denoting structural semantics for text such as headings, paragraphs, lists etc as well as for links, quotes, and other items. It allows images and objects to be embedded and can be used to create interactive forms. It is written in the form of HTML elements consisting of "tags" surrounded by angle brackets within the web page content. It can include or can load scripts in languages such as JavaScript which affect the behavior of HTML processors like Web browsers; and Cascading Style Sheets (CSS) to define the appearance and layout of text and other material. The W3C, maintainer of both HTML and CSS standards, encourages the use of CSS over explicit presentational markup.