&A | CONTACT | FACEBOOK | TWITTER | YOUTUBE |This is my first web page.
reference bold and italic
Image

Well, now I will list things as I understand them thanks to F12 on the keyboard and another web page that actually states the meaning for many different abreviations. As there are many 'words' for this, I will simply write a list of the things I have learnt this far.
<> and a any abbreviation in between. To finish, simply write </> and the same abbreviation in between:<title> and </title> starts and finishes a title.<p> and </p> starts and finishes a paragraph.<h1> and </h1> starts and finishes a header.<a href="http://anything> and </a> starts and finishes a link.<img src="name.png or link"> and > starts and finishes placing an image.<ul> and </ul> starts and finishes a dot list.<ol> and </ol> starts and finishes a numeric list.<pre> and </pre> starts and finishes a preformatted text.<code> and </code> lets write words with a code format style.<table> and </table> starts and finishes a table.<blockquote> and </blockquote> starts and finishes a quote in a block format.<center> and </center> places text at the very center of the page.EXAMPLE
<div id="intro">
<h1>Some heading</h1>
<p>Some paragraph paragraph thing thing thingy.</p>
</div>
Final note: Opening symbol + letter to start a new command below. They should look like:
(ul)
--(li)item(/li)
--(/ul)
Time to do a simple table.
| element 1 | element 2 |
| element 3 | element 4 |
Time to do a more complex table.
| |First shit| | Second shit| | Third shit| |
|---|---|---|
| |Row 2, cell 1| | Row 2, cell 2, also spanning Row 2, cell 3| | |
| |Row 3, cell 1, also spanning Row 4, cell 1| | |Row 3, cell 2| | Row 3, cell 3| |
| |Row 4, cell 2| | Row 4, cell 3| | |
And that is it.
Add this = true; to that and then type shit into the console, a giant butt will shit over the damn place.
According to me, after I learn all this shit I'll be able to puke
.
Basically, this is a way to cite anyone in a wikipedia style:
Blockquote and q are used for quotations. blockquote is generally used for standalone often multi-line quotations whereas q is used for shorter, in-line quotations.
Found in:http://www.htmldog.com/guides/html/intermediate/text/
THIS MY ATTEMPT AT WEB CREATION
Another attempt at routing text