Some very rich Yu Yuyi HTML tags that we've forgotten.

Source: Internet
Author: User
Tags definition datetime html tags

In fact, there are a lot of HTML tags is very rich Yu Yuyi, and in the table layout of the way, many of the semantic label slowly forgotten by people. For example, many people may not have seen the tags once: DL, DT, DD, cite, q, DFN, ins, Del, VAR, and so on.

1. DL, DT, DD series definition list

Website refactoring let a lot of people know the UL, Ol and Li, but in the family of the list there is a DL, is "definition list." For example, the words in the dictionary interpretation, definition can use this list.

Such as:

<dl>
<dt>Dog</dt>
<dd>a carnivorous mammal of the family canidae.</dd>
</dl>

2. Cite and q, good references

When writing a blog, often to quote some blogger's words, then you can use the cite tag. The General blog program descendants of the BLOCKQUOTE, is used to refer to large paragraphs, but also must include block-level elements, such as Div, p and so on. And Blockquote also comes with a cite attribute that can be used to label the source of the data. Cite labels are used primarily to refer to someone's words, such as:

<p>and <cite>Bob</cite> said <q>no, I-I-I-I-it ' s a banana</q>.</p>

3. DFN, defined below

Like what:

<P><DFN title= "Microsoft web browser" >internet explorer</dfn> is the most popular browser used Underwat Er.</p>

4. ins, del, inserting and deleting

Know del, do not use <s> do delete line again, with Del obviously more semantic. And Del also has cite and datetime to indicate the reason for the deletion and the time of deletion. INS is a representation of inserts and also has such properties. Such as:

<p>it really was <ins cite= "rarara.html" datetime= "20070620" >very</ins> good.</p>

5. Code, which means the computer

The tags used in this article are surrounded by <code> and </code>, indicating computer code. By default, the code is represented by a font.

6.button, less input

button default performance and input type= "submit" is consistent. From the name point of view, as a button for the first choice of course.

This side of the talk is still very little, but I think it is more commonly used when writing blog. RSS is relative to the HTML advantage is clear and simple semantic definition, in fact, HTML still has a lot of meaningful tags, you can refer to w3.org related pages.



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.