如何修复 问题以使其W3C有效?
问题以使其W3C有效?
How to fix <img align="left" problem to be W3C valid?
<img align="left"
尝试使用 float 将元素定位到右/左。学习其他 css 定位方法(例如,绝对、相对和浮动)也是值得的。
float
示例:
<img style="float: left">
文档:http://www.w3schools.com/css/pr_class_float.asp
CSS 定位教程: http://www.barelyfitz.com/screencast/html-training/css/定位/
Try using float to position the element to the right/left. It also pays to learn the other css positioning methods (eg, absolute, relative, and float).
Example:
Docs: http://www.w3schools.com/css/pr_class_float.asp
CSS Positioning Tutorial: http://www.barelyfitz.com/screencast/html-training/css/positioning/
使用 css style="float: left or right;"
use css style="float: left or right;"
尝试使用CSS文件(例如:style.css)并使用(ALT =“”)标签。缺少“ ALT ”标记形式也是导致 W3C 验证错误的原因。
try to use a css file (example: style.css) and use (ALT=" ") tag. Missing " ALT " tag form also a cause of W3C VALIDATION ERROR.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(3)
尝试使用
float
将元素定位到右/左。学习其他 css 定位方法(例如,绝对、相对和浮动)也是值得的。示例:
文档:http://www.w3schools.com/css/pr_class_float.asp
CSS 定位教程:
http://www.barelyfitz.com/screencast/html-training/css/定位/
Try using
float
to position the element to the right/left. It also pays to learn the other css positioning methods (eg, absolute, relative, and float).Example:
Docs: http://www.w3schools.com/css/pr_class_float.asp
CSS Positioning Tutorial:
http://www.barelyfitz.com/screencast/html-training/css/positioning/
使用 css style="float: left or right;"
use css style="float: left or right;"
尝试使用CSS文件(例如:style.css)并使用(ALT =“”)标签。缺少“ ALT ”标记形式也是导致 W3C 验证错误的原因。
try to use a css file (example: style.css) and use (ALT=" ") tag. Missing " ALT " tag form also a cause of W3C VALIDATION ERROR.