Sha256: f89bcfed2a313ce0e8351e34203684bc86c134a3fa3f7d78ceaba813faa814e3
Contents?: true
Size: 1.12 KB
Versions: 4
Compression:
Stored size: 1.12 KB
Contents
<html> <head> <title>Nested Elements</title> </head> <body> <div id="div_id"> <a href="success.html">Success</a> <form method="get" action="success.html"> <input type="submit" value="Click Me"> </form> <input size="40" type="text"/> <input size="40" type="hidden" value="LeanDog"/> <textarea rows="2" cols="20"></textarea> <select> <option value="option1">Test 1</option> <option value="option2">Test 2</option> </select> <input type="checkbox" value="0"/> <input type="radio" value="Milk"/> <input type="file"/> <div> page-object rocks! </div> <span> My alert </span> <table> <tr><td>Data1</td><td>Data2</td></tr> </table> <img src="images/circle.png"/> <p>This is a paragraph.</p> <h1>h1's are cool</h1> <h2>h2's are cool</h2> <h3>h3's are cool</h3> <h4>h4's are cool</h4> <h5>h5's are cool</h5> <h6>h6's are cool</h6> <ol> <li>Number One</li> <li>Number Two</li> </ol> <ul> <li>Item One</li> <li>Item Two</li> </ul </div> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems