HTML入门(一)

HTML的全称是:HyperText Markup Language

Google 搜索html spec 就可以查到规范文档

超链接基本格式:a href="baidu.com"> 百度 /a>

电子邮件链接格式:a href="mailto:[email protected]"  >联系我们/a>

在新窗口打开链接: a href="url" target="_blank">

表格常见标签:

table tr td th

常见的HTML标签的全称p paragrapha anchornoscript

body标签的默认margin样式是8像素

在 HTML 中有以下这些空元素:



等 更多查找MDN

when the span is present高级中级W3schools 的 HTML 测试题:https://www.w3schools.com/quiztest/quiztest.asp?qtest=HTML

need-to-insert-img

你可能感兴趣的:(HTML入门(一))