|
"A comprehensive, collaborative elections resource."
|
How do I do cool stuff with HTML?
|
Parent |
About Website
|
Answer |
As of this posting, this isn't complete... I shall work on it for some time. Feel free to add what you want.
HTML Text Editing and Such:
Text between the <center> and </center> tags (big surprise) centers text.
To make text large; use the "h" tags. From large to small, they go from h1 downwards. To make text of this size, write your text between <h#> and </h#>, with # being the number (do NOT write <h#> as it appears).
Bulleted List.
First, type <ul>. This is necessary.
For all text that you want to precede with a bullet, it must between a <li> and </li> tag.
Then when you're done with your list, type </ul>
JavaScript:
All your JavaScripts should be between these tags:
<script language = "JavaScript">
and
</script>
|
Contributor | RP |
Last Modified | RP - December 30, 2011 03:37pm |
|
|