HTML的全稱是:HyperText Markup Language
Google 搜索html spec 就可以查到規范文檔
超鏈接基本格式:a href="baidu.com"> 百度 /a>
電子郵件鏈接格式:a href="mailto:xxx@xx.com"? >聯系我們/a>
在新窗口打開鏈接: a href="url" target="_blank">
表格常見標簽:
table tr td th
常見的HTML標簽的全稱p paragrapha anchornoscript
body標簽的默認margin樣式是8像素
在 HTML 中有以下這些空元素:
<br><hr><link>等 更多查找MDN
when the span is present高級中級W3schools 的 HTML 測試題:https://www.w3schools.com/quiztest/quiztest.asp?qtest=HTML
need-to-insert-img