Please note that not all browser support <details> and <summary>, it's the screen shot run the example on Google Chrome.
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Mobile-Web-App: HTML5 details</title> </head> <body> <h1>Mobile-Web-App: HTML5 details</h1> <details> <summary>details</summary> <p>The details element represents a disclosure widget from which the user can obtain additional information or controls.</p> </details> </body> </html>
No comments:
Post a Comment