2017年3月5日 星期日

1. Html Fundamental HTML & CSS---Structure

1. HTML Fundamental

HTML & CSS---Structure

<!DOCTYPE html>   寫網頁的第一行總是寫這一個詞
<html>   這個是html的opening tag
    <head>
        <title>維基百科-首頁 </title>
           在<title>和</title>之中的文字,會顯示於網頁的最上方
        <body>
         文字、圖案、按鈕可以加在body之中
       <p> p表示paragraph element     </p>
     

        </body>
    </head>
</html>  這個是html的closing tag。closing tage要加上forward slash



<表示尖括號 angle bracket

以上課程是codecademy的課程整理

沒有留言:

張貼留言