HTML (Hyper Text Markup Language) 超文本標記語言,一種建立網頁的標準標記語言,用來組織架構並呈現網頁內容的程式語言,常與CSS與JavaScript一起使用在網頁設計上。(CSS:用於美化HTML/ JavaScript:用於增加網頁互動性)
<html> <body> <a href="https://youtube.com">Youtube</a> </body> </html>
Company | Contact | Country |
---|---|---|
Alfreds Futterkiste | Maria Anders | Germany |
Berglunds snabbköp | Christina Berglund | Sweden |
Centro comercial Moctezuma | Francisco Chang | Mexico |
Ernst Handel | Roland Mendel | Austria |
Island Trading | Helen Bennett | UK |
Königlich Essen | Philip Cramer | Germany |
Laughing Bacchus Winecellars | Yoshi Tannamuri | Canada |
Magazzini Alimentari Riuniti | Giovanni Rovelli | Italy |
North/South | Simon Crowther | UK |
Paris spécialités | Marie Bertrand | France |
CSS既不是標準程式語言,也不是標記語言, 而是一種風格頁面語言(style sheet language),它能讓你在 HTML 文件中的元素(element)上套用不同的頁面樣式(style)
h1 { text-align: center; }