After following, you can keep track of his dynamic information in a timely manner
Courses in the relevant section:HTML document titles and paragraphs
1、H1標簽和hr標簽都是塊標簽。 2、p是段落標簽。 3、b是加粗
2018-12-120個贊
Courses in the relevant section:Tables in HTML
1、table是表單 2、tr是行 3、td是列 4、border 是邊框border=1 或者border=“1px” 5、width是寬度width=200 6、height是高度 height=50 7、
2018-12-120個贊
Courses in the relevant section:Simple table layout in HTML
1、corspan 是行合并 2、rowspan是列合并 3、表格嵌套要在td中進行。
2018-12-120個贊
Courses in the relevant section:List in HTML
ol是有序列表 ul是無序列表 dl是自定義列表
2018-12-130個贊
Courses in the relevant section:Text formatting in HTML
1、b標簽是定義粗體 2、big是定義大號文字 3、br是定義換行 4、small是定義小號文本 5、em是定義著重表達的字體 6、i定義的是斜體 7、strong 是定義加重語氣的字體 8、sub是定義下標文本。 9、sup是定義上標 10、ins是定義插入文本,有下劃線。 11、del是定義刪除文本,與刪除中間線。 12、pre是定義預格式文本。
2018-12-120個贊