文章分类 -  html

摘要:<html> Doctype 指定解释方式 推荐:!DOCTYPE <head> meta 1.定义编码格式 : <meta http-equiv='content-type' content='text/html;charset=utf-8'> 2.刷新和跳转 <meta http-equiv=' 阅读全文
posted @ 2019-03-28 20:31 期待me 阅读(66) 评论(0) 推荐(0)
摘要:区分块级和内联标签,选中时整行都被选中就说明是块级标签 styleheight:1200px background-color:blue float:left向左飘 clear:both 撑开,显示背景色 效果图: 效果图: 效果图: 对齐:居中对齐 阅读全文
posted @ 2019-03-27 17:12 期待me 阅读(246) 评论(0) 推荐(0)
摘要:h标签 select 标签: 显示几个内容 selected:是否被选中 <select multiple=“multiple” size="2"> <option selected='selected'>上海上海。。</option> <option>北京</option> </select> 分 阅读全文
posted @ 2019-03-27 15:34 期待me 阅读(71) 评论(0) 推荐(0)