HTNL base tag

Basic HTML tags

<Head> head </ head>; <body> body (body) </ body>; <strong> increase text </ strong>

Character label

<Font> character label </ font>; <color> Color </ color>; <size> size </ size>; <face> Font </ face>

Horizontal line hr

noshade = 'noshade' noshade attribute is <hr /> tag-specific properties, the horizontal line represents the non-dimensional horizontal plane, if not the default for the horizontal perspective.

width 水平线宽 ;size 水平线高  ;  color 水平线颜色

 

Hyperlink

href point to address in the network; target open a web page; _blank blank page opens; _self current page open; mailto pointing mail address

Unordered list

Solid dots disc; Square solid rectangle; open circles Circle   

Scrolling text

Create marquee scrolling text; orientation direction; left left; right right; up upward; Down Down; behavior embodiment; sroll rolling cycle; Slide rolling once; Alternate alternate scroll; scroll speed scrollamount; vSpace vertical blank range; hspace horizontal blanking range

form

table creating table; align = left horizontal alignment; colspan horizontal mergers; vertical integration rowspan; cellspancing cell to the distance from the border; cellpadding cell contents to the bezel distance; bgcolor background color; background background picture; border border line thickness; borderColor border line color 

Forms

input input box; type attributes; text text; password password; file documents; date date; image Picture button; radio radio buttons; checkbox box; button push button; submit submit button; reset the reset button; name names; checked selected by default (radio buttons, check boxes); value value; select the drop-down box (select); option option; selected is selected by default (drop-down box); textarea text box domain; cols columns; rows row  

CSS, box model

content content; the padding padding; border margins; Solid solid line; point dotted line; Dashed broken line; Double double solid line; margin Margin; top top; bottom bottom 

style

style pattern; Decoration decoration; no none; streaked onto overline; underline underlined; line - through strikethrough; float float; position positioned; opposite relative; absolute Absolute

 

Guess you like

Origin www.cnblogs.com/CYcnblogs/p/11106454.html