编辑下面的代码:【加编码】
<html> <body> <ol> <li>Coffee</li> <li type="a">Tea</li> <li>Milk</li> </ol> <ul> <li>Coffee</li> <li type="square">Tea</li> <li>Milk</li> </ul> <p>The type attribute is deprecated in HTML 4, and is not supported in HTML5. Use CSS instead.</p> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂