|
|
HTML Spacing and Layout ExamplesSpecial HTML CharactersThree useful special characters include:
Three more useful special characters:
Centered Text is Easy!In order to center text, you just enclose whatever text you want in the center tag (which has an opening and closing component!) The above had a center tag at the start and end of each line. Now let's look at it with line breaks... In order to center text, Preformatted Text ExamplePuzzle: Can you connect 9 dots using only 4 straight lines? o o o o o o o o o Or this simple table: North South East West Co. A 4 6 2 9 Co. B 3 7 3 1 Co. C 6 5 8 3 Block Quotes!I think that there is no finer definition of wit than this
one:
Mark Twain Or, how about a little poem I wrote (I know, *groan*)
The Address SectionOne of the most important elements for your document is the address element! This is where you identify yourself as the author of the document and (optionally!!) let people know how to get in touch with you. Any copyright information for the materials used in the page can be placed in the address section. The address element is normally played at the bottom of the document. I usually add two horizontal rules before my address section... To have an active link to your e-mail address in your HTML
address section, use an A HREF mailto: President D & D Enterprises 13231 Olive Grove Drive Poway, CA 92064 This is information, but not a live link to the e-mail system... This is a clickable link that allows the user to send you e-mail by clicking on the hyperlink. |