本文介绍了选取框标签仍然有效,可以使用它吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我尝试了古老的古董标签,但它仍然有效。是否可以使用它?

 < html> 
< head>
< title>
< / title>
< / head>
< body>
< marquee>
< h1> Hello< / h1>
< / marquee>
< / body>
< / html>


解决方案

不要使用<根据


I tried, the old ancient marquee tag, and it still works. Is it okay to use it?

<html>
<head>
<title>
</title>
</head>
<body>
    <marquee>
        <h1>Hello</h1>
    </marquee>
</body>
</html>
解决方案

Do not use <marquee>

According to Wikipedia

这篇关于选取框标签仍然有效,可以使用它吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-02 12:13