1. 程式人生 > 其它 >Top01-0020、非常用標籤

Top01-0020、非常用標籤

技術標籤:Top01、前端 - HTMLhtmlhtml5

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<
body
>
<font color="blue">文字</font> <hr size="4" color="green" /> <i>傾斜</i> <em>傾斜</em> <b>加粗</b> <strong>加粗</strong> <p><del>刪除線</del></p> </body> </html
>