zoukankan
html css js c++ java
【转】必须避免的html标签十宗罪
1、block元素写在inline元素里面
2、必要时未用<ul>/<ol>
3、<img>未添加alt属性
4、使用<b>和<i>标记文字的bold和italic
5、使用太多<br />
6、使用<s>和<strike>标记文字删除线和下滑线
7、使用内联style
8、在html中增删border属性
9、必要时未用<h1>~<h6>
10、使用<blink>、<marquee>
查看全文
相关阅读:
8VC Venture Cup 2016
8VC Venture Cup 2016
8VC Venture Cup 2016
HDU 5627 Clarke and MST &意义下最大生成树 贪心
HDU 5626 Clarke and points 平面两点曼哈顿最远距离
《花开物语》观后感
Codeforces Round #146 (Div. 1) B. Let's Play Osu! dp
Codeforces Round #146 (Div. 1) A. LCM Challenge 水题
Educational Codeforces Round 7 E. Ants in Leaves 贪心
Educational Codeforces Round 7 D. Optimal Number Permutation 构造题
原文地址:https://www.cnblogs.com/bender/p/3360352.html
最新文章
序列化对象C++对象的JSON序列化与反序列化探索
错误内存【读书笔记】C程序中常见的内存操作有关的典型编程错误
event级别设置Resumable Space Allocation
查看数量linux下查看cpu物理个数和逻辑个数
赋值容器winform 根据NAME查找控件
Codeforces Gym 100269A Arrangement of Contest 水题
火影忍者博人传 观后感
Codeforces Round #127 (Div. 1) E. Thoroughly Bureaucratic Organization 二分 数学
Codeforces Round #127 (Div. 1) D. Brand New Problem 暴力dp
8VC Venture Cup 2016
热门文章
HDU 5629 Clarke and tree dp+prufer序列
HDU 5628 Clarke and math dp+数学
Codeforces Round #114 (Div. 1) C. Wizards and Numbers 博弈论
Codeforces Round #127 (Div. 1) C. Fragile Bridges dp
Codeforces Round #127 (Div. 1) B. Guess That Car! 扫描线
Codeforces Round #127 (Div. 1) A. Clear Symmetry 打表
POJ 3057 Evacuation 二分+最大流
8VC Venture Cup 2016
8VC Venture Cup 2016
8VC Venture Cup 2016
Copyright © 2011-2022 走看看