html common attributes and labels (a)

Label explained:

1.

: Text Label

2.

:form

: Table row

: Cell of the table

Rowspan: Merge line;

colspan: Merge column;

align: horizontal alignment;

valign: vertical alignment

: Form, method indicates the transmission mode, POST relatively safe way;

5.

:Floor

: CSS Style

: Java Screenplay

The main page code .: 8

9 : Insert Picture

10
: Wrap

11 : Links

12.:Input box

  1. : List Menu

14.

type = "text" ,: text field

type = "checkbox", check box

type = "radio" radio button

type is defined inSatoteki

15. Marquee

16.

  • Bullet points

    17.Bold font

    Attribute word explanation

    1.class style with "ys1",

    id style with "# ys1",]

    External style in the head in use

    Call an external CSS style file

    2.CSS style property in the explanation:

    font-size: font size;

    color: font color;

    font-family: font;

    font-weight: bold text;

    background-color: background color;

    text-align: alignment of text;

    text-decoration: text description of the way (to eliminate links underlined option none);

    width: Width;

    height: high;

    border: the border;

    border-color: border color;

    border-left: left border;

    border-left-color: the color of the left border;

    background-image: background image;

    background-color: background color;

    background-repeat: repeat mode background image;

    margin: the edge distance, 0px auto can make a div absolute center

    z-index: DIV Z axis

    a: hover {} attributes linked through the mouse font definition, such as color and the like;

    a: link {} is defined to be clicked on the link text color

    body {}: Body styles defined;

    p {} P style definition tags;

    Frameset, name is the name of the set frame, can point to the target, set the size of the frame can be adjusted;

    Behavior Action: Onclick: mouse click;

    Onmouseover: mouse over;

    Onmouseout: mouse off;

    Onload: loaded when you open certain certain;

    Onunload: pop certain closing certain;

    JavaScript: windos.extermal.addfavorite ( 'www.baidu.com,' Baidu ') collection of Baidu

    Flash parameter values:

    Wmode --- transparent background transparent

    Guess you like

    Origin www.cnblogs.com/einsam/p/11226068.html