Update TestWebsite.html

This commit is contained in:
David Westgate 2013-03-15 10:26:34 -03:00
parent ca8343a9f3
commit 0192da9a34

View File

@ -1,40 +1,42 @@
<html>
<head name="headName" id="headId">
<script type="text/javascript" src="analyze.js"></script>
<div name="bodyName"> </head>
<br> <body name="bodyName" id="bodyId">
This is the header<br> <title name="titleName" id="titleId">This is the title of the document</title><br />
This is the navigational menu<br> <header name="headerName" id="headerId">This is the header<br />
<nav name="navName" id="navId">This is the navigational menu</nav><br />
<table name="tableName"><tbody><tr><td><br> </header>
</td><th name="tableHeadName">table heading</th><td><br> <table name="tableName" id="tableId"><br />
</td><td>Table Cell</td><td><br> <th name="tableHeadName" id="tableHeadId">table heading</th><br />
</td></tr></tbody></table> <td>Table Cell</td><br />
<h1 name="headingName">Level 1 Heading</h1><br> </table>
<a href="#0.1_" name="0.1_anchorName">Anchor</a><br> <h1 name="headingName" id="headingId">Level 1 Heading</h1><br />
<br> <a href="#" id="anchorId" name="anchorName">Anchor</a><br />
<menu name="menuName">This is a menu</menu><br> <object name="objectName" id="objectId">This is an object that normally holds a video but I'm too lazy to find one</object><br />
<img src="http://www.natural-environment.com/images/banners/banner_7_glasshouse_mountains.jpg" name="0.1_imageName"><br> <menu name="menuName" id="menuId">This is a menu</menu><br />
<p name="paraName">This is a paragraph</p><br> <img src="http://www.natural-environment.com/images/banners/banner_7_glasshouse_mountains.jpg" name="imageName" id="imageId"><br />
<q name="quoteName">This is a quotation</q><br> <p name="paraName" id="paraId">This is a paragraph</p><br />
This is a summary<br> <q name="quoteName" id="quoteId">This is a quotation</q><br />
This is a timestamp<br> <summary name="summaryName" id="summaryId">This is a summary</summary><br />
<button value="button" type="button" name="buttonName">Click Me!</button> <br> <time name="timeName" id="timeId">This is a timestamp</time><br />
<hr name="horizontalRuleName"><br> <button value="button" type="button" name="buttonName" id="buttonId" onClick="analyze()">Analyze Javascript</button> <br />
<form name="0.1_formName" target="_blank" onsubmit="return window.confirm(&quot;You are submitting information to an external page.\nAre you sure?&quot;);"><br> <hr name="horizontalRuleName" id="horizontalRuleId"><br />
<label name="labelName">This is a label</label><br> <form name="formName" id="formId"><br />
<label name="labelName" id="labelId">This is a label</label><br />
<select> <select>
<option value="volvo" name="volvoName">Volvo</option> <option value="volvo" name="volvoName" id="volvoId">Volvo</option>
<option value="saab" name="saabName">Saab</option> <option value="saab" name="saabName" id="saabId">Saab</option>
<option value="mercedes" name="mercedesName">Mercedes</option> <option value="mercedes" name="mercedesName" id="mercedesId">Mercedes</option>
<option value="audi" name="audiName">Audi</option> <option value="audi" name="audiName" id="audiId">Audi</option>
</select> </select>
<input value="Submit" name="submitButton" type="submit"><br> <input type="submit" value="Submit" name="submitButton" id="submitId"><br />
</form> </form>
<ol name="orderedListName"> <ol name="orderedListName" id="orderListId">
<li name="listItemName">list item</li> <li name="listItemName" id="listItemId">list item</li>
</ol> </ol>
<div name="divName">div</div> <div name="divName" id="divId">div</div>
This is an iframe <iframe src="http://www.google.com" name="iframeName" id="iframeId">This is an iframe</iframe>
This is the footer <footer name="footerName" id="footerId">This is the footer</footer>
</div> </body>
</html>