博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
HTML5와 CSS3 적용기
阅读量:4313 次
发布时间:2019-06-06

本文共 1664 字,大约阅读时间需要 5 分钟。

HTML5 DTD 선언 

<!DOCTYPE html> 

HTML5 인코딩 선언 

<meta charset="utf-8"> 

그리고나서는 새로 생긴 엘리먼트, 속성보다는 의미가 변경되었거나 폐지된 것들에 포커스를 두기 시작했습니다. 새로 생긴 엘리먼트, 속성은 지원되지 않는 브라우저가 있지만, 의미가 변경되었을 경우 브라우저에서 지원이 안된다거나 하는 문제는 없으며, 폐지된 것은 사용하지 않으면 그만이기 때문입니다

HTML5에서 의미가 변경된 엘리먼트(의미만 변경되었을 경우

<b>, <cite>, <hr>, <i>, <menu>, <s>, <small>, <strong> 

   

HTML5에서 사용할 없는 엘리먼트 

   

<basefont>, <big>, <center>, <font>, <s>, <strike>, <tt >, <u>, <frame>, <framesets>, <noframes>, <acronym>, <applet>, <isindex>, <dir> 

HTML5에서 사용할 없는 속성 

rev, charset - <link>, <a> 
shape, coords - <a> 
longdesc - <img>, <iframe> 
target - <link> 
nohref - <area> 
profile - <head> 
vertion - <html> 
name - <img> id 대체 
scheme - <meta> 
archive , classid, codebase, codetype, declare, standby - <object> 
valuetype, type - <param> 
align - <caption>, <iframe>, <img>, <input>, <object>, <legend>, <table>, <hr>, <div>, <h1>, <h2>, <h3>, <h4>, <h5>, <h6>, <p>, <col>, <colgroup>, <tbody>, <td>, <tfoot>, <th>, <thead>, <tr> 
alink, link, text, vlink - <body> 
background - <body> 
bgcolor - <table, <tr>, <td>, <th>, <body> 
border - <table>, <object> 
cellpadding, cellspacing - <table> 
char, charoff - <col>, <colgroup>, <tbody>, <td>, <tfoot>, <th>, <thead>, <tr > 
clear - <br> 
compact - <dl>, <menu>, <ol>, <ul> 
frame - <table> 
frameborder - <iframe> 
height - <td>, <th> 
hspace, vspace - <img>, <object> 
marginheight, marginwidth - <iframe> 
noshade - <hr> 
nowrap - <td>, <th > 
rules - <table> 
scrolling - <iframe> 
size - <hr> 
type - <li>, <ol>, <ul> 
valign - <col>, <colgroup>, <tbody>, <td>, <tfoot>, <th>, <thead>, <tr> 
width - <hr>, <table>, <td>, <th>, <col>, <colgroup>, <pre>

转载于:https://www.cnblogs.com/jweb/p/4615708.html

你可能感兴趣的文章
排序算法——快速排序
查看>>
禁用表单元素 && 禁止选中
查看>>
YII2 电话号码的验证规则
查看>>
SPFA模板板板板板板板板板板板板板板板板板板板板板板板板板板板板板板板板板板板板板板板板板板板板板板...
查看>>
java注解
查看>>
[翻译] Fast Image Cache
查看>>
iOS文件处理类
查看>>
Hadoop集群datanode磁盘不均衡的解决方案
查看>>
Vue 开源项目库汇总(转)
查看>>
403 ,502 到正确的nginx 配置
查看>>
[Nescafé41]异化多肽(多项式求逆元)
查看>>
网络中常见的ping命令协议
查看>>
不用position,让div垂直居中
查看>>
sql 语句 查找
查看>>
谓词和运算符
查看>>
WIN10打开资源管理器显示该文件没有与之关联的程序来执行该操作.请安装应用,请在“默认应用设置”..关联 —— 解决方案...
查看>>
HttpWebRequest中的SendChunked
查看>>
linux文件存储方式
查看>>
闭包函数与装饰器
查看>>
android中bitmap图片与二进制,String间的转化
查看>>