HTML Basics-Mobile subtitle effects-from form (5)

Source: Internet
Author: User

today continue to come, for everyone to prepare the mobile subtitle effect and form form, so many days quite boring I prepared a little fun for you to move the subtitle effect.

First, mobile subtitles effect  

<marquee direction= "Up (direction)" behavior= "Scroll (scrolling mode)" scrolldelay= "1000 (rolling delay)" ></marquee>
Direction(scrolling direction) properties:down = Bottom up = Upper left = right
behavuor(scrolling mode) property:Alternate= scroll back and forth (eject) scroll= continuous scrolling (circular scrolling default) Slide= scroll Once
scrolldelay(rolling delay) scrollamount(scrolling acceleration) Properties: (fill in the numbers as required)1--1000

code (This tag can also be set width,height, if you see the previous day you will understand, the content can be text, can also be a picture, you can also change the properties of the top)
effect (today can not get you to make a diagram, behind a lot of effect, tomorrow to make a recording GIF software, you copy my code will see the effect.) )

Second, form form

Form submission:
<form action= "Submit Address" method= "Submission method" ></form> Methad There are two ways to submit a get (less secure) and post (secure)

Text box:
<form> Property Value: Name= (name) size= (the input box shows the visible character that can be seen at most)
<input type= "text" size= "" > value= (Preset content in text box) align= (alignment "only works with image")
</form> maxlength= (the maximum number of characters that can be entered in a text box) text= (plain text display)

Password Box: attribute value: password= (Secret text display)
<input type= "Password" >

Radio:
<input type= "Radio" name= "" > Note: Only one of the two names is selected, otherwise it is useless.
Property value: checked= "checked" default (which one you want to be selected by default Plus "checked")

Check: Property value: checkbox= (check)
<input type= "checkbox" Name= "" >

Upload button: Property value: file= (upload button)
<input type= "File" >

Reset Property Value: reste= (reset)
<input type= "reste" value= "reset" >

Commit attribute Value: submit= (Submitted)
<input type= "Submit" value= "Submission" >

Normal button (custom button) property value: button= (normal button, custom button)
<input type= "button" value= "Buttons" >

Image Button property value; image= (Picture button)
<input type= "image" src= "Picture path" >


Text field: Attribute value: cols= (width) rows= (h)
<textarea cols= "number" rows= "number" > Please enter text </textarea> rows= (high)


Drop-down list box:
<select> selected= selected by default
<option></option>
</select>

code (you may also find that only the drop-down box is different, the rest is just the type after the face value is not the same, but why I write a radio box.) Of course he's special. See the value behind name does not want to do multiple radio boxes can only select one A few check boxes between them to do the same as the value after the name, the following value is random. You must also see the properties behind the above, you can try their effects, try to remember the deep .
effect

This HTML start is almost now, if you think of it, in the write-up, tomorrow to start a variety of CSS style to make your page beautiful up.

HTML Basics-Mobile subtitle effects-from form (5)

Related Article

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.