Home About Chat Users Issues Party Candidates Polling Firms Media News Polls Calendar Key Races United States President Senate House Governors International

New User Account
"A comprehensive, collaborative elections resource." 
Email: Password:

  How do I do cool stuff with HTML?
FAQ DETAILS
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>

ContributorRP 
Last ModifiedRP  - December 30, 2011 03:37pm


DISCUSSION