HTML Elements Sub-category introduction

Source: Internet
Author: User

The HTML elements below is grouped by function.

1.Basic elements
Basic elements is the backbone of any HTML documents.

2.Document metadata
Metadata contains information about the page. This includes information on styles, scripts, and data to help software use and render the page.
Metadata for styles and scripts is defined in the page or link to another file, which has the information.

<base>: <base target= "_blank" href= "http://www.example.com/page.html" > 
    body {            color:red;        }    </style><title>: <title>awesome page title</title>
   

3.Content sectioning
Content sectioning elements allow you to organize the document content into logical pieces.
Using the sectioning elements to create a broad outline for your page content, including header and footer navigation, and Heading elements to identify sections of content.

<address><article><footer>


4.Text Content
Use HTML text content elements to organize blocks or sections of content placed between the opening <body> and Closi Ng </body> tags. These elements identify the purpose or structure of that content.

<dd>:<div><dl><dt><figcaption><figure>


5.Inline text semantics
Use the HTML-inline text semantic to define the meaning, structure, or style of a word, line, or any arbitrary place of te Xt.

<abbr><b><bdi><bdo><br><cite><code><data><dfn><em> <i><kbd><mark><q><rp><rt><rtc><ruby><s><samp>< Small><span><strong><sub><sup><time><u><var><wbr>


6.Image and Multimedia
HTML supports various multimedia resources such as images, audio, and video.

<area><audio><map><track><video>


7.Embedded Content
In addition to regular multimedia content, HTML can include a variety of other content, even if it's not always easy to in Teract with.

<embed><object><param><source>


8.Scripting
In order to create dynamic content and Web applications, HTML supports the use of scripting languages, most prominently Ja Vascript. Certain elements supports this capability.

<canvas><noscript><script>


9.Demarcating edits
These elements let's provide indications that specific parts of the text has been altered.

<del><ins>

10.Table Content
The elements here is used to create and handle tabular data.

<caption><col><colgroup><table><tbody><td><tfoot><th><thead ><tr>


11.Forms
HTML provides a number of elements which can be used together to create forms which the user can fill out and submit to th e Web site or application. There ' s a great deal of further information about this available in the HTML forms guide. ([HTML Forms Guide] Wrap it up next week)

<button><datalist><fieldset><form><input><keygen><label><legend ><meter><optgroup><option><output><progress><select><textarea>


12.Interactive elements
HTML offers a selection of elements which help to create interactive user interface objects.

<details><dialog><menu><menuitem><summary>


13.WEB components
Web html-related Technology which makes it possible to, essentially, create and use custom elements as if It were regular HTML. In additon, you can even create custom versions of the standard HTML elements, as well.

<content><element><shadow><template>


14.Obsolete and deprecated elements

<acronym><applet><basefont><big><blink><center><command><content ><dir><font><frame><frameset><isindex><keygen><listing>< Marquee><noembed><plaintext><spacer><strike><tt><xmp>

HTML Elements Sub-category introduction

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.