Team:Warsaw/Test
From 2010.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
{{TemplateTop}} | {{TemplateTop}} | ||
- | <html | + | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
- | + | ||
- | + | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
- | + | ||
- | + | <head> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | |
- | + | ||
- | + | ||
- | </ul> | + | <title>Example Tabs</title> |
+ | |||
+ | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> | ||
+ | |||
+ | |||
+ | <style type="text/css" media="screen">@import "basic.txt";</style> | ||
+ | |||
+ | <style type="text/css" media="screen">@import "tabs.txt";</style> | ||
+ | |||
+ | |||
+ | </head> | ||
+ | |||
+ | |||
+ | |||
+ | <body> | ||
+ | |||
+ | <h1>Example Tabs</h1> | ||
+ | |||
+ | <div id="header"> | ||
+ | |||
+ | <ul id="primary"> | ||
+ | |||
+ | <li><span>Home</span></li> | ||
+ | |||
+ | <li><a href="about.html">About Us</a></li> | ||
+ | |||
+ | <li><a href="portfolio.html">Our Portfolio</a></li> | ||
+ | |||
+ | <li><a href="contact.html">Contact Us</a></li> | ||
+ | |||
+ | </ul> | ||
</div> | </div> | ||
+ | |||
<div id="main"> | <div id="main"> | ||
- | |||
- | |||
- | |||
+ | <div id="contents"> | ||
+ | <h2>Welcome to Example Tabs</h2> | ||
+ | <p class="note">Use the tabs up above to navigate the site. The secondary navigation in the | ||
+ | <a href="about.html">About Us</a> section is functional. | ||
+ | </p> | ||
- | |||
- | |||
- | <p> | + | <p>Suspendisse magna dui, viverra quis, cursus non, sapien.</p> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
</body> | </body> | ||
+ | |||
</html> | </html> |
Revision as of 15:42, 1 July 2010
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Example Tabs
Welcome to Example Tabs
Use the tabs up above to navigate the site. The secondary navigation in the About Us section is functional.
Suspendisse magna dui, viverra quis, cursus non, sapien.