HTML 基本文档
1 | <!DOCTYPE html> |
基本标签(Basic Tags)
1 | <h1>最大的标题</h1> |
文本格式化(Formatting)
1 | <b>粗体文本</b> |
链接(Links)
1 | 普通的链接:<a href="http://www.example.com/">链接文本</a> |
图片(Images)
1 | <img src="URL" alt="替换文本" height="42" width="42"> |
样式/区块(Styles/Sections)
1 | <style type="text/css"> |
无序列表
1 | <ul> |
有序列表
1 | <ol> |
定义列表
1 | <dl> |
表格(Tables)
1 | <table border="1"> |
框架(Iframe)
1 | 框架(Iframe) |
表单(Forms)
1 | <form action="demo_form.php" method="post/get"> |
实体(Entities)
1 | < 等同于 < |