HTML5 id attribute and html5id attribute

Source: Internet
Author: User

HTML5 id attribute and html5id attribute

HTML5 id attributes:

This attribute specifies the unique identifier of an HTML element, which must be unique in an HTML document.

Syntax structure:

<element id="id">

Browser support:

(1). IE browser supports this attribute.

(2) Google Chrome supports this attribute.

(3) Firefox supports this attribute.

(4). Safari supports this attribute.

(5) operabrowser supports this attribute.

Differences between HTML4.01 and html5:

(1) In HTML5, the id attribute can be used for any HTML element (it will verify any HTML element. But not necessarily useful ).

(2 ). in HTML4.01, the id attribute cannot be used for: <base >,< head >,< html >,< meta >,< param >,< script >,< style>, and <title>.

Property value:

 

Value Description
Id The unique id of the specified element.
Naming rules:
(1). must begin with a letter A-Z or a-z.
(2 ). the following characters: letters (A-Za-z), numbers (0-9), hyphens (-"), underscores (_"), colons (": ") and period (". ")
(3). The value is case sensitive.

Code example:

<! DOCTYPE html> 

Original address: http://www.51texiao.cn/HTML5jiaocheng/2015/0618/4615.html

The most original address is: http://www.softwhy.com/forum.php? Mod = viewthread & tid = 10033.

Related Article

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.