Example:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Mobile-Web-App: HTML5 fieldset and legend</title> </head> <body> <h1>Mobile-Web-App: HTML5 fieldset and legend</h1> <form> <fieldset> <legend>HTML5 fieldset and legend</legend> <p><input type="range" max="10" min="0" value="5"/></P> <p><button>Button</button></p> <p><button>Button</button></p> </fieldset> </form> </body> </html>
No comments:
Post a Comment