Hydrology Field Methods
HTML Instructions Examples
Organization
- <!doctype>
- <html>
- <head>
- <title> TITLE </title>
- <style>
- body {background color:teal}
- H1 {font:14pt Times bold}
- P {font:12 Times; text-align: justify;}
- </style>
- <meta>
- <base>
- <link>
- </head>
- <body>
- <div> DIVISION <div> DIVISION </div>
- <span> SPAN </span>
- </body>
- <frameset> FRAME </frameset>
- <address> ADDRESS </address>
- </html>
Lists:
- <ul>
- </ul>
- <ol>
- <li>
- <li>
- <ol>
- <dl>
- </dl>