亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

[????? ?? ??] ????? ?? ?? ??? ??? ??_HTML
天蓬老師
天蓬老師 2017-11-13 13:01:44
0
0
1403

HTML

Doctype? ??? ?????? ?? ??? ?? ??? ??? ??????

(1), <!DOCTYPE> ??? ???? <html> ?? ?? ?????. ? ??? ?? ???? ? ??? ?? ?? ??? ????? ?? ???? ?????.

(2), ?? ?? ?? ? JS ?? ??? ?????? ???? ?? ???? ?????.

(3) ?? ????? ???? ?? ??? ???? ???? ?????. ???? ???? ?? ?? ???? ?? ?? ????? ??? ????????.

(4). DOCTYPE? ???? ??? ??? ???? ?? ??? ?? ??? ?????.

??? ??? ?????? ?? ?? ??? ?????? ??? ??? ??????

(1) CSS ????? ? ??? ?? ??? ???? ?? ??? ??? ?????. ? ???? ?? ?? ?? ????.

?? ?? div? ?? ?? ?? ?? "block"???. "?? ??" ??
??? ?? ?? ?? ?? "???" ??? "???"???.

(2) ??? ???? ??? ?????: a bspan img input select Strong(?? ?)
?? ?? ???? ??? ?????: div ul ol li dl dt dd h1 h2 h3 h4…p

(3) ? ??? ? ??:
<br> <img> <meta>
<base> ; <keygen> <source> <wbr>


link? ???? ??????

(1) ??? XHTML ??? ??? @import? CSS?? ?????.

(2) ???? ???? ??? ??? ???? @import? ???? CSS? ?????.

(3) ????? IE5 ????? ??? ? ??? ??? XHTML ????? ??? ??? ????.

(4) ?? ??? ???? ???? ??? ????. @import? ????? ????.



???? ??? ???? ??????

* IE ????? ??? Trident, Mozilla? Gecko, Chrome? Blink(WebKit? ? ??), Opera ??? ?? Presto? ?? ???


???? ??? ??? ?????

* png24?? ??? iE6 ?????? ???? ????, ???? PNG8? ??? ????.

* ????? ?? ??? ?? ??? ????. ???? ??? ?? ?? *{margin:0;padding:0;}? ???? ????.

* IE6 ?? ?? ??: ?? ?? ??? ? ?? ?? ??? ??? ? IE6? ???? ??? ??? ??? ???.

?? IE? ?? ??? ?? ?? #box{ float:left; width:10px; margin:0 0 0 10px;}

? ?? IE? 20px? ??? ?????. ???? ---display:inline;? ???? ??? ???? ?????. (_? ??? ie6??? ??? ? ????.)

??? ?? ??? ???? ??? ?? ???? ?????.

??, "9" ??? ???? ???? IE ????? ?? ???? ??? ? ????.
???? ?? "+"? ???? IE8? IE7 ? IE6?? ???? IE8? ????? ????? ???.

css
.bb{
background-color:#f1ee18;/*?? ??*/
.Background-color:#00deff9; /*IE6, 7, 8 ??*/
+Background-color:#a200ff;/ *IE6, 7 ??*/
_Background-color:#1e0bd1;/*IE6 ??*/
? }

* IE??? ?? ??? ???? ??? ???? ??? ?? ??? ??? ? ????.
getAttribute( ) ??? ?? ??? ????
Firefox??? getAttribute()? ???? ??? ?? ??? ?? ? ????.
?? ??: getAttribute()? ?? ??? ?? ??? ?????.

* IE??? ?? ??? x, y ??? ????. pageX , pageY ?? ??
Firefox??? ??? ??? pageX, pageY ??? ??? x, y ??? ????.

* ?? ??: (??? ??) ??? IE ?????? ?? HTTP ??? ??? ? ??? ????.

* Chrome ??? ?????? ????? 12px?? ?? ???? 12px? ?????.
? ??? CSS ?? -webkit-text-size-adjust: none? ???? ??? ? ????.

?? ???? ??? ???? ????. ?????? ?????. ??? ????? ????? ? ?? hover ? active? ????. ?? ??? CSS ??? ??? ???? ????.
L-V-H-A: a:link {} a:visited {} a:hover {} a:active {}

html5? ??? ??? ???? ?? ??? ??????? HTML5 ? ??? ???? ??? ??? ??? ?????? HTML? HTML5? ???? ??? ??????

* HTML5? ? ?? SGML? ?? ??? ??? ?? ??? ??, ??, ??, ????? ? ?? ??? ?? ????.

* ??? ???
??? ??? ?? ??? ? ??? ??
?? ???? ??? localStorage? ???? ???? ???? ????? ?? ??? ???? ???? ????.
SessionStorage ???? ????? ?? ? ???? ?????. ? ?? ??? ??, ???, ???, ??, ??? ?? ??? ??
?? ???, ??, ??, ??, ???, URL, ??
??? ?? webworker, websockt, Geolocation

* ??? ??

??? ?? ??: basefont, big, center,font, s, Strike, tt, u

???? ???? ??? ??? ??: ???, ????, noframes

HTML5 ? ?? ??:

* ??? ?? ??? ??? ?? IE8/IE7/IE6 ??; document.createElement ???,
? ??? ???? ??? ????? HTML5 ? ??? ????? ? ? ????.

????? ? ??? ??? ??? ??? ?? ???? ???? ???.

* ?? ?? ?? ??? ??? ?????? ?? ???? ????. ?? ?? ???? ?? html5shim ????????
<!--[IE 9? ??]>
<script> ???/html5.js "</script>
<![endif]-->
?? ??: DOCTYPE ??? ??? ??? ??? ??? ??


??? ???

??? ??? ??? ????? ?????!

HTML ???? ????? ?? ??? ?? ??? ? ??? ???? ???? ????? ????.

??? CCS ?? ?? ????? ???? ?? ????.
?? ?? ???? ??? ???? ?? ???? ??? ???? ?????, ?? SEO? ??? ???.
?? ??? ?? ???? ?? ??, ?? ????, ??? ? ??? ????? ?? ???? ?? ?? ? ??? ???.


HTML5 ???? ????

localStorage? ???? ??? ????, ????? ?? ??? ???? ???? ????.

sessionStorage ???? ????? ?? ?? ???? ?????.



(??) ??? ???? HTML ?????.

(HTML5? ??? ?? ??? ??(?: <article>, <nav>, <header> ? <footer> ?))

???? ??? ??? ???? ???.)

< header ">
< h1>Title< /h1>
< h2>? ????? ??? ??< /h2>
< /div>


iframe? ??? ??????

*iframe? ?? ???? Onload ???? ?????.

*iframe? ?? ???? ?? ?? ???? ????? ??? ???? ??? ????? ???? ?? ??? ??? ????.
iframe? ???? ?? ? ? ?? ??? ???? ???. iframe? ???? ?? ?? javascript
? ?? iframe? src ?? ?? ???? ???? ?? ?? ????. ??? ?? ?? ? ?? ??? ?? ? ????.

??, sessionStorage, localStorage? ???? ??? ???.

??? ????? ?? ??? ??? ?????. sessionStorage? localStorage?? ? ? ?? ??? ????.
sessionStorage? localStorage?? ? ???? ???? ?? ?????? ????.
sessionStorage? localStorage?? ???? ?? ??? ????.

天蓬老師
天蓬老師

歡迎選擇我的課程,讓我們一起見證您的進(jìn)步~~

?? ??(0)