html and css

4
HTML and CSS

Upload: maosongppt

Post on 13-May-2015

170 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: Html and css

HTML and CSS

Page 2: Html and css

HTML

• 1.What’s HTML

Hyper Text Markup Language, 描述网页的一种语言 2.like :<html></html>,<table></table>,<tr></

tr>, <td></td>

3.demo

Page 3: Html and css

CSS

• Concept :用于布局,美化网页的标记语言

• How to combine CSS and HTML

1.id #head {color:red}

2.Class .content{color:blue}

3.style style=“color:yellow”

Page 4: Html and css

expansion

• 1.DIV

<div></div>,<ul></ul>,<li></li>

2. HTML5