After following, you can keep track of his dynamic information in a timely manner
Courses in the relevant section:html first acquaintance
动态网页、静态网页、浏览器认识、前端开发工具、HTML构成head+body、架构
2019-03-050个赞
Courses in the relevant section:html basic structure
.html文件、闭合标签、单标签、双标签、注释
2019-03-050个赞
Courses in the relevant section:Page basic elements html
标签规范、尖括号包围、不允许交叉、大小写均可推荐小写、成对出现
2019-03-050个赞
Courses in the relevant section:Head element of the page
<head></head>,包含<title><link><meta><style><script> name comtent
2019-03-051个赞
Courses in the relevant section:Page title element title
<title>在<head>里
2019-03-050个赞
Courses in the relevant section:Meta information element name attribute name
name是关键字,<meta name = "keywords"
2019-03-050个赞
Courses in the relevant section:The value content of the meta information element
<mate name = "keywords" content = "无限极,无限极中国,无限极健康食品等" />,content与mate name一起用
2019-03-050个赞
Courses in the relevant section:layer element div
块级元素,独占一行,div里可以有文字、图片等
2019-03-060个赞
Courses in the relevant section:tag attribute id
id,标识元素
2019-03-060个赞
Courses in the relevant section:Call style attribute class
class标记元素,方便更改
2019-03-060个赞
Courses in the relevant section:Create style attribute style
style是样式,想创建那个元素的样式,就写上那个元素的类型进行设置
2019-03-060个赞
Courses in the relevant section:elements align and p
p元素是块级元素,另起一行,p元素的作用是另起一段,align是对齐:lift/center/right
2019-03-060个赞
Courses in the relevant section:elements br and pre
br是换行,pre是保留原格式
2019-03-060个赞
Courses in the relevant section:Element hr and other attributes
hr是水平分割线,size是高度,width是宽度,也可以在style里写,但是要有px
2019-03-060个赞
Courses in the relevant section:elements b and i
元素b和strong是加粗,i和em是斜体
2019-03-061个赞