首页 >web前端 >html教程 >'HTML Deprecated Tags' 的中文翻译是'HTML 弃用标签'

'HTML Deprecated Tags' 的中文翻译是'HTML 弃用标签'

WBOY
WBOY转载
2023-08-30 11:29:02716浏览

"HTML Deprecated Tags" 的中文翻译是"HTML 弃用标签"

随着 HTML5 的引入,HTML4 下的许多标签已被弃用。这样,我们还添加了一些属性到已弃用的属性列表中 -

标签 说明 备用
已弃用。指定小程序
已弃用。指定基本字体

已弃用。指定居中文本 text-align
已弃用。指定目录列表

已弃用。在文档中嵌入应用程序
已弃用。指定文本字体、大小和颜色 字体系列、字体大小
已弃用。指定单行输入字段

已弃用。指定项目列表
已弃用。指定菜单列表

</plaintext></td> <td>已弃用。指定纯文本</td> <td><pre class="brush:php;toolbar:false"></pre></td> </tr> <tr> <td><s></s></td> <td>已弃用。指定删除线文本</td> <td>text-decoration</td> </tr> <tr> <td><strike></strike></td> <td>已弃用。指定删除线文本</td> <td>text-decoration</td> </tr> <tr> <td><u></u></td> <td>已弃用。指定带下划线的文本</td> <td>text-decoration</td> </tr> <tr> <td><xmp></xmp></td> <td>已弃用。指定预格式化文本</td> <td><pre class="brush:php;toolbar:false"></pre></td> </tr> </tbody> </table><p>以上是&apos;HTML Deprecated Tags&apos; 的中文翻译是&apos;HTML 弃用标签&apos;的详细内容。更多信息请关注PHP中文网其他相关文章!</p></div><div class="nphpQianMsg"><div class="clear"></div></div><div class="nphpQianSheng"><span>声明:</span><div>本文转载于:tutorialspoint.com。如有侵权,请联系admin@php.cn删除</div></div></div><div class="nphpSytBox"><span>上一篇:<a class="dBlack" title="如何限制在HTML表单中的文本区域中输入的字符数量?" href="https://m.php.cn/zh/faq/599851.html">如何限制在HTML表单中的文本区域中输入的字符数量?</a></span><span>下一篇:<a class="dBlack" title="如何在HTML/CSS中设置复选框的大小?" href="https://m.php.cn/zh/faq/599861.html">如何在HTML/CSS中设置复选框的大小?</a></span></div><div class="nphpSytBox2"><div class="nphpZbktTitle"><h2>相关文章</h2><em><a href="https://m.php.cn/zh/article.html" class="bBlack"><i>查看更多</i><b></b></a></em><div class="clear"></div></div><ins class="adsbygoogle" style="display:block" data-ad-format="fluid" data-ad-layout-key="-6t+ed+2i-1n-4w" data-ad-client="ca-pub-5902227090019525" data-ad-slot="8966999616"></ins><script> (adsbygoogle = window.adsbygoogle || []).push({}); </script><ul class="nphpXgwzList"><li><b></b><a href="https://m.php.cn/zh/faq/348757.html" title="Html小知识总结" class="aBlack">Html小知识总结</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/zh/faq/348804.html" title="如何快速学习HTML" class="aBlack">如何快速学习HTML</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/zh/faq/348873.html" title="html xhtml xml的区别" class="aBlack">html xhtml xml的区别</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/zh/faq/348884.html" title="src与href属性的区别" class="aBlack">src与href属性的区别</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/zh/faq/348902.html" title="关于HTML5和CSS替换使用" class="aBlack">关于HTML5和CSS替换使用</a><div class="clear"></div></li></ul></div></div><ins class="adsbygoogle" style="display:block" data-ad-format="autorelaxed" data-ad-client="ca-pub-5902227090019525" data-ad-slot="5027754603"></ins><script> (adsbygoogle = window.adsbygoogle || []).push({}); </script><footer><div class="footer"><div class="footertop"><img src="/static/imghwm/logo.png" alt=""><p>公益在线PHP培训,帮助PHP学习者快速成长!</p></div><div class="footermid"><a href="https://m.php.cn/zh/about/us.html">关于我们</a><a href="https://m.php.cn/zh/about/disclaimer.html">免责声明</a><a href="https://m.php.cn/zh/update/article_0_1.html">Sitemap</a></div><div class="footerbottom"><p> © php.cn All rights reserved </p></div></div></footer><script>isLogin = 0;</script><script type="text/javascript" src="/static/layui/layui.js"></script><script type="text/javascript" src="/static/js/global.js?4.9.47"></script></div><script src="https://vdse.bdstatic.com//search-video.v1.min.js"></script><link rel='stylesheet' id='_main-css' href='/static/css/viewer.min.css' type='text/css' media='all'/><script type='text/javascript' src='/static/js/viewer.min.js?1'></script><script type='text/javascript' src='/static/js/jquery-viewer.min.js'></script><script>jQuery.fn.wait = function (func, times, interval) { var _times = times || -1, //100次 _interval = interval || 20, //20毫秒每次 _self = this, _selector = this.selector, //选择器 _iIntervalID; //定时器id if( this.length ){ //如果已经获取到了,就直接执行函数 func && func.call(this); } else { _iIntervalID = setInterval(function() { if(!_times) { //是0就退出 clearInterval(_iIntervalID); } _times <= 0 || _times--; //如果是正数就 -- _self = $(_selector); //再次选择 if( _self.length ) { //判断是否取到 func && func.call(_self); clearInterval(_iIntervalID); } }, _interval); } return this; } $("table.syntaxhighlighter").wait(function() { $('table.syntaxhighlighter').append("<p class='cnblogs_code_footer'><span class='cnblogs_code_footer_icon'></span></p>"); }); $(document).on("click", ".cnblogs_code_footer",function(){ $(this).parents('table.syntaxhighlighter').css('display','inline-table');$(this).hide(); }); $('.nphpQianCont').viewer({navbar:true,title:false,toolbar:false,movable:false,viewed:function(){$('img').click(function(){$('.viewer-close').trigger('click');});}}); </script></body><!-- Matomo --><script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="https://tongji.php.cn/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '9']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); </script><!-- End Matomo Code --></html>