一般來說,第一次制作個人網頁的朋友們,首句基本都是你好,全世界hello world 代碼展示如下:
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 5 <title>制作我的第一個網頁</title> 6 </head> 7 <body> 8 <h1>hello world</h1> 9 </body> 10 </html>
瀏覽器展示效果圖: