随笔分类 -  HTML

记录html学习过程中的知识点
8-Images
摘要:HTML Image Tags TagDescription <img> Defines an image <map> Defines an image-map <area> Defines a clickable area inside an image-map HTML Image Tags U 阅读全文

posted @ 2018-02-18 22:27 克拉波隆方程 阅读(173) 评论(0) 推荐(1)

7-Links
摘要:Use the <a> element to define a link Use the href attribute to define the link address Use the target attribute to define where to open the linked doc 阅读全文

posted @ 2018-02-18 22:25 克拉波隆方程 阅读(145) 评论(0) 推荐(0)

6-CSS
摘要:HTML Style Tags CSS stands for Cascading Style Sheets. CSS describes how HTML elements are to be displayed on screen, paper, or in other media. CSS sa 阅读全文

posted @ 2018-02-18 22:24 克拉波隆方程 阅读(159) 评论(0) 推荐(0)

5-Comments
摘要:<!-- Write your comments here --> 阅读全文

posted @ 2018-02-18 22:23 克拉波隆方程 阅读(127) 评论(0) 推荐(0)

4-HTML Computer Code Elements
摘要:HTML Computer Code Elements 阅读全文

posted @ 2018-02-18 22:22 克拉波隆方程 阅读(163) 评论(0) 推荐(0)

3-html 缩写-地址-文字方向-引用块-题注的格式
摘要:HTML Quotation and Citation Elements TagDescription <abbr> Defines an abbreviation or acronym <address> Defines contact information for the author/own 阅读全文

posted @ 2018-02-17 00:11 克拉波隆方程 阅读(456) 评论(0) 推荐(0)

2-HTML Text Formatting Elements
摘要:下表列举了文字格式常见的关键字 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title style="color: red">This is a good test</title> 6 </hea 阅读全文

posted @ 2018-02-17 00:09 克拉波隆方程 阅读(237) 评论(0) 推荐(0)

1-HTML Attributes
摘要:下表列举了常用的Html属性 阅读全文

posted @ 2018-02-17 00:08 克拉波隆方程 阅读(291) 评论(0) 推荐(0)

导航