HTML
@PR0GRAMMERHUM0R
: Feel the difference
https://www.reddit.com/r/programmerhumor/comments/11j0jmx
https://pbs.twimg.com/media/FqfBhGyXsAIQ7XJ.jpg
HyperText Markup Language
HTML Standard
HTML Standard 日本語訳
ECMA-262 - Ecma International
撰寫網頁結構用的
標記式語言
將各種標籤轉換成顯示在瀏覽器上的內容架構和元素
HTML元素
四大基本結構
code:html
<!DOCTYPE html>
<html>
<head>
<!-- head content here -->
</head>
<body>
<!-- content here -->
</body>
</html>
1.
<!DOCTYPE html>
2.
<html>
3.
<head>
4.
<body>
工具
https://html2jade.org/
JADE
/
PUG