HTML First Class

Source: Internet
Author: User

Common Tags

Div, P,title,em (Italic), A,strong (bold), Del (strikethrough), h1-h6,abbr,pre,blockquote (definition long Reference), sub (subscript), SUP (superscript) Form Tags: input (define output control), Button,select (picklist)&option, form (form), label (callout), textarea (Long text box), FieldSet (around the border of elements in the form)&legend list label: UL,OL,DL,LI,DT,DD table: table,tbody,thead,tfoot,caption,tr,td,th, Col,colgroup special characters (character entities):(space),&copy(copyright symbol),&lt(less than),&gt (greater than sign)

H1~h6

< H1 >< a > title </a></H1> Meet the Standards     < a >< H1 > title </H1></a> Non compliant  Such a possible weight high

Select selection list, option to define options in the selection list

<Select>  <optionvalue= "Volvo">Volvo</option>  <optionvalue= "Saab">Saab</option>  <optionvalue= "Opel">Opel</option></Select>

Input definition output Control

<form>First name:<inputtype= "text"name= "FName" />Last Name:<inputtype= "text"name= "LName" />  <inputtype= "Submit"value= "Submit" /></form>

Label

<form>  <label for= "Male">Male</label>  <inputtype= "Radio"name= "Sex"ID= "Male" />  <BR/>
<label for= "female">Female</label> <inputtype= "Radio"name= "Sex"ID= "female" /></form>

Tbody table Body, caption title

<table><caption>Calendar</caption>  <thead>    <TR><th>Month</th></TR> Th header row
</thead> <tbody>    <TR><TD>January</TD></TR>   </tbody> <tfoot> <TR><TD>Sum</TD></TR> </tfoot></Table>

Abbr defining abbreviations

<title= "Hyper text Markup Language">HTML</abbr  >

Abbr defining abbreviations

Abbr defining abbreviations

Abbr defining abbreviations

HTML First Class

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.