文章分类 -  HTML

摘要:行内元素和块级元素 1 块级元素:div , p , form, ul, li , ol, dl, form, address, fieldset, hr, menu, table 行内元素:span, strong, em, br, img , input, label, select, text 阅读全文
posted @ 2020-05-13 17:51 Jun柏林 阅读(169) 评论(0) 推荐(0)
摘要:CSS常用属性: 字体属性:(font)大小 font-size: x-large;(特大) xx-small;(极小) 一般中文用不到,只要用数值就可以,单位:PX、PD样式 font-style: oblique;(偏斜体) italic;(斜体) normal;(正常)行高 line-heig 阅读全文
posted @ 2020-05-07 22:25 Jun柏林 阅读(106) 评论(0) 推荐(0)
摘要:HTML常用标签及其全称 <a href="#">a 超级链接(anchor)</a> <abbr title="abbreviation的简写">abbr 简写的(abbreviation)</abbr> <acronym title="Jin Hua Tang is JHT">acronym 首 阅读全文
posted @ 2020-05-07 22:11 Jun柏林 阅读(49) 评论(0) 推荐(0)
摘要:2、链接标签(link) <!-- tag图片 --> <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"> <!-- 外联样式表 --> <link rel="stylesheet" type="text/css" hr 阅读全文
posted @ 2020-05-03 17:14 Jun柏林 阅读(123) 评论(0) 推荐(0)