0% found this document useful (0 votes)
12 views1 page

HTML 10

HTML is a markup language that uses tags to structure content on web pages, with elements like <img> and <input> introducing content, while <p> tags provide context for text. It can incorporate scripting languages like JavaScript for dynamic behavior and CSS for styling, with W3C promoting CSS since 1997. HTML5, the latest version, supports multimedia elements such as video and audio through the <canvas> element.

Uploaded by

Bhushan Mahajan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views1 page

HTML 10

HTML is a markup language that uses tags to structure content on web pages, with elements like <img> and <input> introducing content, while <p> tags provide context for text. It can incorporate scripting languages like JavaScript for dynamic behavior and CSS for styling, with W3C promoting CSS since 1997. HTML5, the latest version, supports multimedia elements such as video and audio through the <canvas> element.

Uploaded by

Bhushan Mahajan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

as headings, paragraphs, lists, links, quotes, and other items.

HTML elements are


delineated by tags, written using angle brackets. Tags such as <img> and <input>
directly introduce content into the page. Other tags such as <p> and </p> surround
and provide information about document text and may include sub-element tags.
Browsers do not display the HTML tags but use them to interpret the content of the
page.

HTML can embed programs written in a scripting language such as JavaScript, which
affects the behavior and content of web pages. The inclusion of CSS defines the
look and layout of content. The World Wide Web Consortium (W3C), former maintainer
of the HTML and current maintainer of the CSS standards, has encouraged the use of
CSS over explicit presentational HTML since 1997.[3] A form of HTML, known as
HTML5, is used to display video and audio, primarily using the <canvas> element,
together with JavaScript.

History

You might also like