Tuesday, 21 July 2015

Web Designing Tutorials(The Details, Aside, and Mark tags)

The HTML 5 Details Tag

The details tag allows you to add extra information that can be viewed or hidden. For example, take a look at the image below:
The details tag in a browser
When a user clicks the above message, the following information is revealed:
The details tag expanded when clicked on
Clicking the summary will hide the above message.
The Details tag is used like this:

No comments:

Post a Comment