OO interface growing
This commit is contained in:
@@ -13,6 +13,10 @@ Please press this <button id="btn">Button</button> for something to happen.
|
||||
<p>
|
||||
Some input text: <input type="Text" id="inp1" value="Default input value" />
|
||||
</p>
|
||||
<p>
|
||||
Some input date: <input type="Date" id="inp2" value="2026-01-01" />
|
||||
</p>
|
||||
|
||||
<div id="test" class="yellow">
|
||||
<p> Hi there! <a href="/">Click here to load this page again</a></p>
|
||||
<p> To <a href="page2.html">page 2</a></p>
|
||||
|
||||
@@ -10,6 +10,16 @@
|
||||
<div id="test" class="yellow">
|
||||
<p> Hi there! <a href="/">Click here to load this main page again</a></p>
|
||||
</div>
|
||||
<td>
|
||||
<table>
|
||||
<tr><th>Label</th><th>Value</th></tr>
|
||||
<tr id="item-1"><td>Hi! One</td><td>10</td></tr>
|
||||
<tr id="item-2"><td>Ohw!</td><td>12</td></tr>
|
||||
<tr id="item-3"><td>Oh no!</td><td>1330</td></tr>
|
||||
<tr id="item-4"><td>Right</td><td>102</td></tr>
|
||||
<tr id="item-5"><td>Left</td><td>1013</td></tr>
|
||||
<tr id="item-6"><td>FLOP</td><td>33</td></tr>
|
||||
</table>
|
||||
<div class="image">
|
||||
<img src="test.jpg" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user