Website Creator
This website will help you create your own website, however, it does not have publishing capabilities. You will have to talk to Mr. Timmy or Noah R to publish your website.
In order to create a website, scroll down further to the table. This will show you the tag, how to use the tag and the purpose of the tag.
Even further down is the options for the tags, e.g. the style option. The modes for the options will be shown as well. If an option is tag specific that will be mentioned too.
| Tag | Purpose |
| head | Represents it's children as a header. |
| p | Used for displaying children's output on screen. |
| center | Used for centering it's child objects relative to screen width. |
| font options | Used for changing output of text. Changes font, size, etc. The options part is the options for the font tag. |
| img | Used for displaying images on screen. |
| div | Represents it's children, used for sectioning together specific elements. |
| textarea | Used for getting multiple lines of user input. |
| input | Used for getting a single line of text, or a different type of input specified in options. |
| button | A button that can have an end result, activates script. |
| script | A JavaScript document for running locally in html. |
| hr | A non-endable tag, used for making page breaks. |
| br | A non-endable tag, used for making line breaks. |
| table | Represents its sub-table components. |
| tr | Used for making a row inside a table tag. |
| td | Used for specifying table data, can have multiple in tr tag. |
| Option | Modes | Purpose |
| style | color, background-color, too much to list... Usually uses html color codes for colors. | Used for changing visual appearance: style="mode: submode; mode: submode;" |
| onclick | JavaScript function | Used for initiating functions on click of object. |
| src | File Location | Used for giving element a file or file contents do display. |
| id | string name | Used for giving an element an id. |
| name | Basically a second id. | Used for giving an element a name. |
Please note that there are many other tags, some being element specific. This means they only affect some elements.
Your html5 script outputs this:
Please send a picture of your work to my email, this can be found on my home page, along with a picture of the end results and what article(s) you used for information to enter the Accomplishments Raffle. View more information on this at my home page.