1. 程式人生 > >【HTML】HelloWorld

【HTML】HelloWorld

程序 ctype 第一個 code type nbsp html clas body

<!DOCTYPE html>
<html>
<head>
    <title>
        這是標題
    </title>
</head>
<body>

    <h1>第一個程序</h1>

    <p>總是從 <b>Hello World</b> 開始</p>

</body>

</html>

【HTML】HelloWorld