2015-09-17html Course Summary about CSS

Source: Internet
Author: User

7. Multimedia

① scrolling Subtitles

<marquee> scrolling Content ...</marquee>

② properties:align-----alignment (top middle bottom)

Scroll-----Unidirectional Motion

Alternate-----round-trip movement

Slide-----such as slides, a chattered, if the text of a contact left on the stop

BgColor-----The background color of the text scrolling range

Loop-----Sets the number of times the text is scrolled, either positive or infinite (the default is infinite loop)

Height-----Caption Heights

Width-----caption Widths

ScrollAmount-----Text movement speed, the higher the value, the faster

Scrolldelay-----The pause time of each scroll, the shorter the time, the faster the scrolling

direction-----The direction of text scrolling (Left,rignt,up scroll up and down)

behavior-----Specifies the way to move, scroll (scrolling play), Slide (scrolling to one side after stopping), alternate (scrolling to one side after scrolling in the opposite direction)

8.HTML Form

<form>...</form>

② Properties:

The action--- submits the form's information to the file that the action points to in the form by submitting (input type=submit)

Method---Two values (get,post), the default is get

Target----used to specify the destination window or frame (_blank returns information displayed in the newly opened browser window, _self the current browser window)

③ form Elements

Type=reset Reset Button controls

Type=submit Submit

Type=image image

Type=checkbox check box

Type=radio Radio Box

Type=file File Upload Control

Type=hidden Hidden Fields

④ drop-down box

<select><option>----Please select----</option></select>

change check: <select multiple= "multiple" > after page load, use CTRL to implement check,

Size: Set the sizes of the Select

⑤ Multi-line input box textarea

Rows and cols: Sets the height and width of the multiline input box

make:<fieldset><legend align= "Top" > Bookmark style </legend></fieldset>

9. Nested pages

<iframe src= "http://www.baidu.com/" ></iframe>

CSS (cascading style Sheet) Overlay style sheet

1.CSS priority:id> Class > tag

2. Text Effects

Font-----font-family

Font size-----font-size

Font colors-----Color

Font weight-----font-weight

Underline ----text-decoration:underline (underline), overline (top dash) Line-through (strikethrough)

Letter-----Text-transform:capitalize (upper case) uppercase (all caps) lowercase (all lowercase)

Letter Spacing-----letter-spacing (default to Normal)

Line spacing-----line-height, the larger the value the greater the spacing

Text to its way-----text-align (left by default, right, center horizontal)

Center Vertically-----line-height: value equals height

2015-09-17html Course Summary about CSS

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.