Hack Industries
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Latest topics
» Soiler code with css and javascript
HTML Basic EmptyWed Jan 27, 2010 2:45 pm by Stoned Hacker

» Forum Rules
HTML Basic EmptyTue Jan 26, 2010 2:07 pm by Stoned Hacker

» HTML Headings, Attributes & Paragraphs
HTML Basic EmptyThu Dec 10, 2009 3:45 pm by Stoned Hacker

» A Simple Virus
HTML Basic EmptyThu Dec 10, 2009 1:57 pm by Stoned Hacker

» Comment Box
HTML Basic EmptyThu Dec 10, 2009 1:53 pm by Stoned Hacker

» Create a PHP Database
HTML Basic EmptyThu Dec 10, 2009 1:51 pm by Stoned Hacker

» How to insert Javascript
HTML Basic EmptyThu Dec 10, 2009 1:12 pm by Stoned Hacker

» Intro to Javascript
HTML Basic EmptyThu Dec 10, 2009 12:23 pm by Stoned Hacker

» HTML Basic
HTML Basic EmptyThu Dec 10, 2009 12:03 pm by Stoned Hacker

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Affiliates
free forum
 

HTML Basic

Go down

HTML Basic Empty HTML Basic

Post  Stoned Hacker Thu Dec 10, 2009 12:03 pm

HTML Headings
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>
Note:the link address is provided as an attribute.
{You will learn about attributes later}


HTML Images
HTML images are defined with the <img> tag.
EXAMPLE:
Code:
<img src="fuckyou.jpg"></img>
Stoned Hacker
Stoned Hacker
Administrator
Administrator

Posts : 22
Join date : 2009-11-21
Age : 34
Location : The Internet

http://hackindustries.tk

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum