First job essentials and important attributes

Source: Internet
Author: User

1. Forms

Properties of the Tablede

span columns across rows

Cross-row: RowSpan cross-column: colspan

<tr>

<td></td>

</tr>

2. Relative path

Absolute path: src= "http://www.a.com/b.jpg" or "d:/web/c.jpg"

Relative path: src= ". /.. /c/d.jpg "

"..“ Represents the previous layer of the current path, "." Represents the same level as the current path

3. Forms

<input type= "Text" >

Type property: Text (single line of text) textarea (multiple lines) submit (Submit button) radio (radio)

    <select>//下拉菜单
<option value = "Please select" > Please select </option>
<option value = "Shanxi" > Shanxi </option>
<option value= "Beijing" > Beijing </option>
<option value= "Tianjin" > Tianjin </option>
    </select>

<form>
Male: Input type= "Radio" checked= "Checked" name= "Sex" value= "male"/>
<br/>
Female: <input type= "Radio" name= "Sex" value= "female"/>
</form>

4.

Specify move text

ScrollAmount cycle speed scrolldelay Pause Time

First job essentials and important attributes

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.