web应用基砒
Web应用基础
HTML D HTML: logical structure
HTML HTML: logical structure
HTML html head body frameset title meta base d hn table ol/ul frame dIv span p tr li <a href ="> <br> g src <hi < input type="…."> <button type
HTML html head body frameset title meta base p div hn frame div span p table ol/ul tr td li <a href ="… " > <img src ="… " > <input type = "… " > <button type = "… " > <br> <hr>
CSS 口Css: presentation
CSS CSS: presentation
Selector and declaration Declaration block Selector Declaration Declaration h1 color: red; background: yellow; Attribute value
Selector and Declaration h1 { color: red; background: yellow; } Selector Declaration Declaration Attribute Value Declaration block