This week HTML5 's knowledge points

Source: Internet
Author: User

HTML5 general use of <meta> tags to describe the summary information of the Web page. Title label A total of 6, the title font bold

<p> label contents are displayed on one line and will be wrapped automatically when finished. <br> labels have a newline effect,

Space Identification:&nbsp;  Greater than sign >:&gt;  Less than sign <:&lt; Quotation mark ": &quot copyright Symbol:&copy;

Hyperlinks: Syntax:

<a href= "link address" target= "target window (_self is itself window, _blank is new window)" > link text or image </a>

Anchor: <a href= "#mark (First Name)" > Registration help </a> <a Name=mark (corresponding to previous name) href= "Address" > Text or Image </a>

Functional Links: <a href= "mailto (software): [email protected]" > Contact us </a>

List:

<ul> (with small dots in the project) <ol> (with numbers in the project) <dl> (small headings left, then items listed on the right)

<li> first </li> <li> first </li> <dt> title one </dt>

<li> second </li> <li> second </li> <dd> first </dd>

</ul> </ol> </dl>

Table Syntax:

<table>

<tr> (Open Line)

<th> the first cell content in this row (this is a small header item with bold font) <th>

</tr>

<tr>

<td> the first cell content in this row <td> colspan is a cross-section representation that rowspan is a cross-line representation

</tr>

Use of IFRAME:

<a href= "Address" target= "iframe name" > text or Picture </a>

<iframe name= "" Width= "" height= "" src= "default display page"/>

This week HTML5 's knowledge points

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.