diff options
Diffstat (limited to 'www/sample2.html')
-rw-r--r-- | www/sample2.html | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/www/sample2.html b/www/sample2.html index a8da268..af95caf 100644 --- a/www/sample2.html +++ b/www/sample2.html @@ -24,6 +24,9 @@ </div> <div id="nav"> + <div class="leader"> + </div> + <ul> <li>Networking <ul> @@ -74,11 +77,19 @@ <div id="content"> <div class="leader"> </div> - - - + +<h1>Main title</h1> +Main content<BR> +Next line content +<h2>Title 2</h2> +Title2 content text<BR> +Next line content +<h3>Title 3</h3> +Title3 content text<BR> +Next line content + <p> -This is plain old content +Title3 (p) area. </p> @@ -111,7 +122,7 @@ the page you want. Evenutally, you'll see the page you want. But not quite yet </dd> <dt>Textbox</dt> -<dd><textarea cols=80 rows=10 name="textbox">fooo</textarea> +<dd><textarea name="textbox">fooo</textarea> </dd> |