HTML5 the most basic language classification

Source: Internet
Author: User
Tags button type

<a> tags define hyperlinks, which are used to link from one page to another, and the attribute is the href attribute, which indicates the target of the link.

Column: <a href= "http://www.baidu.com" > Baidu </a>

<abbr> tags indicate abbreviations or abbreviations, such as "WWW" or "NATO", by marking abbreviations, you can provide useful information for browsers, spell checking, and search engines.

Column: The is <abbr title="People‘s Republic of China">PRC</abbr> founded in 1949.

<p> label definition paragraphs. The P element automatically creates some whitespace before and after it. The browser automatically adds these spaces, which you can also specify in the style sheet.

Column: <p>this is some text in a very short paragraph</p>

<q> tags define short references, and browsers often add quotes around the referenced content.

Column: Here's a short quotation here's <q> a short quotation</q>

<br> can insert a simple line break.

Column:<br> bemoaned, hair </br>

L column:

The BODY element defines the body of the document, including all the contents of the document (text, hyperlinks, images, videos, tables, lists, etc.)

Column:

<title> title of document </title>

  <body> The  </body> contents of the 

<div> defines a partition or section (division/section) in a document that divides the document into separate, distinct parts. It can be used as a strict organizational tool and is not associated with any format.

Column:

<div >  </div>

<form> tags are used to create HTML forms for user input.

Column:

  <form action= "form_action.asp" method= "get";  <p>first Name: <input type= "Text" name= "FName"/></p> <p>last name: <input type= "text" name= "lname"/></p> <input type= "Submit" V Alue= "Submit"/>  </form>  


img element to insert a picture into a Web page
src= "/i/eg_tulip.jpg" alt= "First Name"/

<audio> tags define sounds, such as music or other audio streams.
<audio src= "Someaudio.wav"; </audio>
<video> tags define videos, such as movie clips or other video streams.
Column:
<video src= "Movie.ogg" controls= "Controls"; </video>
<button> 标签定义一个按钮。
列:
<button type= "button" >click me!</button>

<table > tags define hongyun form.

Column:

<table border= "1" >  <tr>    <th>Month</th>    <th>Savings</th>  </tr>  <tr>    <td>January</td>    <td>$100</td>  </tr> </table>

The <ol> tag defines a sequence table.
Column:
<ol>  <li>Coffee</li>  <li>Tea</li>  <li>Milk</li></ol>

<ul> tags define unordered lists.
Columns <ul> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ul>

<strong> defines text as a stronger accent. Column:<strong> I'm strong</strong> .
<link> tags define the relationship of documents to external resources.
Column:

<link rel="stylesheet" type="text/css" href="theme.css" />

The <time> tag defines the time of the Gregorian calendar (24-hour system) or the date, time, and timezone offset are optional.
Column:
<time>9:00</time><time datetime="2008-02-14">情人节</time>There's an appointment. </p>

<sub> tags define subscript text.
Column:<sub>下标</sub>
<sup> 标签可定义上标文本。
列:
<sup>上标</sup>

    

HTML5 the most basic language classification

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.