HTML hard-to-remember tags

Source: Internet
Author: User

<!doctype Html> declares the document type. Solve the problem of strange mode in IE browser;

<meta http-aquiv= ' Cache-contrl ' content= ' no-siteapp '/> ban Baidu transcoding

<meta http-aquiv= ' X-ua-cmpatibie ' content= ' ie=edge.chrome=1 '/> gives priority to using the latest version of IE and Chrome

Definition list:

<dl>

<dt> Project Name </dt>

<dd> Project Content </dd>

<dd> Project Content </dd>

<dd> Project Content </dd>

<dl/>

<pre> pre-formatted text </pre>

Emphasize:

<strong> text bold Display </strong>

<em> Text italic display </em>

<b> text bold Display </b>

<i> text skew display </i >

<span> text emphasis, by adding styles for implementation </span>

Special symbols:

  &nbsp; spaces & #151; long dash &copy; copyright symbol &reg; registered symbol &amp; & Symbols

Form:

  The distance between the property cells is cellspacing;  The padding cellpadding inside the cell;  colspan merge columns; rowspan Merge Rows

adding video [HTML5] 

1.<video src= ' video address ' height= ' video height ' width= ' video width ' autoplay auto play controls control scroll bar muted mute loop play ></video>

2.<video height= ' width= ' controls AutoPlay loop>

<source src= ' type= ' Video/mp4 '/>

</video>

adding audio [HTML5]

1.<audio src= ' Loop autoplay muted mute controls></audio>

2.<audio Loop muted autoplay controls>

<source src= ' type= ' audio/wav '/>

</audio>

HTML hard-to-remember tags

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.