網頁製作的一些特別語法與常用的標籤(TAG)
基本架構
<html> <head> <title>標題</title> </head> <body .....> 網頁內容 </body> </html>