Latest topics
HTML Basic
Page 1 of 1
HTML Basic
HTML Headings
HTML Heading are defined with the <h1> to <h6> tags. {<h1> being the largest heading and <h6> being the smallest}
EXAMPLE:
HTML Paragraphs
HTML Paragraphs are defined with the <p> tag.
EXAMPLE:
HTML Links
HTML links are defined with the <a> tag.
EXAMPLE:
{You will learn about attributes later}
HTML Images
HTML images are defined with the <img> tag.
EXAMPLE:
HTML Heading are defined with the <h1> to <h6> tags. {<h1> being the largest heading and <h6> being the smallest}
EXAMPLE:
- Code:
<h1>This is a heading</h1>
HTML Paragraphs
HTML Paragraphs are defined with the <p> tag.
EXAMPLE:
- Code:
<p>This is a paragraph.</p>
HTML Links
HTML links are defined with the <a> tag.
EXAMPLE:
- Code:
<a href="http://hackindustries.tk">This is a link</a>
{You will learn about attributes later}
HTML Images
HTML images are defined with the <img> tag.
EXAMPLE:
- Code:
<img src="fuckyou.jpg"></img>
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
Wed Jan 27, 2010 2:45 pm by Stoned Hacker
» Forum Rules
Tue Jan 26, 2010 2:07 pm by Stoned Hacker
» HTML Headings, Attributes & Paragraphs
Thu Dec 10, 2009 3:45 pm by Stoned Hacker
» A Simple Virus
Thu Dec 10, 2009 1:57 pm by Stoned Hacker
» Comment Box
Thu Dec 10, 2009 1:53 pm by Stoned Hacker
» Create a PHP Database
Thu Dec 10, 2009 1:51 pm by Stoned Hacker
» How to insert Javascript
Thu Dec 10, 2009 1:12 pm by Stoned Hacker
» Intro to Javascript
Thu Dec 10, 2009 12:23 pm by Stoned Hacker
» HTML Basic
Thu Dec 10, 2009 12:03 pm by Stoned Hacker