web应用基砒
Web应用基础
HTML经典结构 <html> <head> <title> </title> </head> <body> </body> </html>
HTML经典结构 <html> <head> <title> </title> </head> <body> </body> </html>
HTML 口元素( Element) 口属性( Attribute) 口属性值(vaue)
HTML 元素(Element) 属性(Attribute) 属性值(Value)
HTML 口元素( Element) 口属性( Attribute) 口属性值(vaue) <element attribute=value>.</element>
HTML 元素(Element) 属性(Attribute) 属性值(Value) <element attribute="value">…</element>
HTML 口公有属性 口专有属性
HTML 公有属性 专有属性