How to use the new HTML5 feature dataset

巴扎黑
Release: 2017-09-02 10:11:51
Original
1960 people have browsed it

This article mainly introduces the use of HTML5 custom attribute prefix data- and dataset (new features of html5). Friends in need can refer to the following

HTML5 stipulates that non-standard attributes can be added to elements. But add the prefix data- in order to provide the element with information that is not related to rendering, or to provide semantic information. These attributes can be added arbitrarily and named arbitrarily, as long as they start with data-. After adding the custom attribute, the value of the custom attribute can be accessed through the dataset attribute of the element.


ghostwu tell you how to learn html5

Copy after login

The above is the detailed content of How to use the new HTML5 feature dataset. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!