Home > Article > Web Front-end > What to do when HTML documents need to be described?
HTML
Definition and Usage
Browser support
Currently only Chrome supports the
Differences between HTML 4.01 and HTML 5
The
Tip
Tip:Use with the
Example
Details about the document:
<!DOCTYPE HTML> <html> <body> <details> <summary>Copyright 2011.</summary> <p>All pages and graphics on this web site are the property of W3School.</p> </details> </body> </html>
Rendering:
The above is the detailed content of What to do when HTML documents need to be described?. For more information, please follow other related articles on the PHP Chinese website!