HTML速查手册
HTML Basic Document
| 1 | <html> | 
Text Elements
| 1 | <p>This is a paragraph</p> | 
Logical Styles
| 1 | <em>This text is emphasized</em> | 
Physical Styles
| 1 | <b>This text is bold</b> | 
Links, Anchors, and Image Elements
| 1 | <a href="http://www.example.com/">This is a Link</a> | 
Unordered list
| 1 | <ul> | 
Ordered list
| 1 | <ol> | 
Definition list
| 1 | <dl> | 
Tables
| 1 | <table border="1"> | 
Frames
| 1 | <frameset cols="25%,75%"> | 
Forms
| 1 | <form action="http://www.example.com/test.asp" method="post/get"> | 
Entities
| 1 | < is the same as < | 
Other Elements
| 1 | <!-- This is a comment --> | 
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 panghutx's blog!
 评论


