- Messages
- 131
- Reaction score
- 134
- Points
- 108
![[Image: ydSmd9h.png] [Image: ydSmd9h.png]](/proxy.php?image=https%3A%2F%2Fi.imgur.com%2FydSmd9h.png&hash=fac717a80869b0f05ff41c3c20baff50)
![[Image: BzAWkDL.png] [Image: BzAWkDL.png]](/proxy.php?image=https%3A%2F%2Fi.imgur.com%2FBzAWkDL.png&hash=db2d6905eafc925e2e724f766bcd3a81)
- Introduction
- Introduction
- Contents
- Basics
- The Body
- More in Depth
- More in Depth (Cont.)
- Advanced
- Intro to CSS
- CSS
- Tags
Last edited:
Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.
All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!
<!DOCTYPE html>
<html>
<head>
<head contents>
</head>
<body>
<body contents>
</body>
<footer>
<footer contents>
</footer>
</html>
<!DOCTYPE html>
<html>
<head>
<title>My Title</title>
<style>
h1 {color:red;}
p {color:blue;}
</style>
<base href="domain.com/">
<link rel="stylesheet" type="text/css" href="theme.css">
</head>
</html>
<!DOCTYPE html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html>
<html>
<head>
<title>My Title</title>
<style>
h1 {color:red;}
p {color:blue;}
</style>
</head>
<body style="bgcolor:white;text-align:center">
<h1>Body</h1>
<p>This is the body</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>My Title</title>
<style>
h1 {color:red;}
p {color:blue;}
</style>
</head>
<body>
<h1>My Title</h1>
<h2>My description</h2>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>My Title</title>
<style>
h1 {color:red;}
p {color:blue;}
</style>
</head>
<body>
<h1>My Title</h1>
<h2>My description</h2>
<p style="color:green;text-align:right">This is a right green paragraph</p>
<p>This is a parapraph using the CSS defined in the head<p>
</body>
</html>
<p>Line 1.
Line 2.
line 3.</p>
Line 1. Line 2. Line 3.
<p>Line 1.</p>
<p>Line 2.</p>
<p>Line 3.</p>
<p>Line 1.<br>Line 2.<br>Line 3.</p>
<body style="style_data">
<p title="paragraph 1">Paragraph 1</p>
<img src="pic.png" style="height:60px;width:60px">
<a href="yourlink.com>your link</a>
<p><img src="https://www.symbianize.com/data/assets/logo/symbxflogo40.png"></p>
<p><img src="https://www.symbianize.com/data/assets/logo/symbxflogo40.png" alt="Lightbulb" title="Lightbulb Hover"></p>
<p><img src="https://www.symbianize.com/data/assets/logo/symbxflogo40.png" alt="Lightbulb" title="Lightbulb Hover" style="float:left;width:40px;height:40px;"> The lightbulb will float to the left of this text.</p>
<p><img src="https://www.symbianize.com/data/assets/logo/symbxflogo40.png" alt="Lightbulb" title="Lightbulb Hover" style="float:right;width:40px;height:40px;"> The lightbulb will float to the right of this text.</p>
<!DOCTYPE html>
<html>
<head>
<title>My Title</title>
</head>
<body>
<p style="text-align:left"><img src="https://www.symbianize.com/data/assets/logo/symbxflogo40.png" alt="Lightbulb" title="Lightbulb Hover" style="float:left;width:40px;height:40px;"> The lightbulb will float to the left of this text.</p>
<p style="text-align:right"><img src="https://www.symbianize.com/data/assets/logo/symbxflogo40.png" alt="Lightbulb" title="Lightbulb Hover" style="float:right;width:40px;height:40px;"> The lightbulb will float to the right of this text.</p>
</body>
</html>
<p><img src="https://www.symbianize.com/data/assets/logo/symbxflogo40.png" alt="Lightbulb" usemap"#lightbulb" style="width:160px;height:160px;"></p>
<area shape="rect" coords="{horizontal deviation},{virtical deviation},{horizontal deviation},{virtical deviation}" href="">
<area shape="circle" coords="{horizontal deviation},{virtical deviation},{radius to draw}" href=""
<map name="lightbulb">
<area href="https://www.symbianize.com/forums/users-feedback.74/" title="Users Feedback" shape="rect" coords="0,0,80,80">
<area href="https://www.symbianize.com/forums/symbianize-bulletin.4/" title="Symbianize Bulleting" shape="rect" coords="80,0,160,80">
<area href="https://www.symbianize.com/forums/contests-awards.15/" title="Contest & Awards" shape="rect" coords="0,80,80,160">
<area href="https://www.symbianize.com/forums/general-chat.84/0" title="General Chat"shape="rect" coords="80,80,160,160">
</map>
<!DOCTYPE html>
<html>
<head>
<title>My Map</title>
</head>
<body>
<map name="lightbulb">
<area href="https://www.symbianize.com/forums/users-feedback.74/" title="Users Feedback" shape="rect" coords="0,0,80,80">
<area href="https://www.symbianize.com/forums/symbianize-bulletin.4/" title="Symbianize Bulleting" shape="rect" coords="80,0,160,80">
<area href="https://www.symbianize.com/forums/contests-awards.15/" title="Contest & Awards" shape="rect" coords="0,80,80,160">
<area href="https://www.symbianize.com/forums/general-chat.84/0" title="General Chat"shape="rect" coords="80,80,160,160">
</map>
<p><img src="https://www.symbianize.com/data/assets/logo/symbxflogo40.png" alt="Lightbulb" usemap="#lightbulb" style="width:160px;height:160px;"></p>
</body>
</html>
<a href="https://www.symbianize.com/"><img src="https://www.symbianize.com/data/assets/logo/symbxflogo40.png" title="Lightbulb Title" alt="Lightbulb" style="width:160px;height:160px;"></a>
<a href="link">Link text</a>
<a href="https://www.symbianize.com/" target="_blank" title="Symbianize">Symbianize</a>
<p id="paragraph">The link will link to here.</p>
<p><a href="#paragraph" title="Paragraph 1">Paragraph 1</a></p>
<a href="differentpage.html#paragraph">Link on another page.</a>
<p>Ruggzee once said <q>I don't see this as useful.</q></p>
<p>Paid sticky response</p>
<blockquote cite="https://www.symbianize.com/threads/the-ultimate-html-guide-including-a-large-section-on-css.665/">The Ultimate HTML Guide, Including a Large Section on CSS</blockquote>
<!DOCTYPE html>
<html>
<head>
<title>Quotes</title>
</head>
<body>
<p>Omniscient once said <q>I don't see this as useful.</q></p>
<p>Paid sticky response</p>
<blockquote cite="https://www.symbianize.com/threads/the-ultimate-html-guide-including-a-large-section-on-css.665/">The Ultimate HTML Guide, Including a Large Section on CSS</blockquote>
</body>
</html>
<form>
form elements
</form>
<input type="text" name="box1" value="Box 1">
<input type="text" name="box2" value="Box 2">
<input type="radio" name="radio1" value="radio1" checked>Radio 1
<input type="radio" name="radio2" value="radio2">Radio 2
<input type="submit" value="Submit">
<!DOCTYPE html>
<html>
<head>
<title>Quotes</title>
</head>
<body>
<form action="action">
<fieldset>
<legend>Boxxes:</legend>
<input type="text" name="box1" value="Box 1"><br>
<input type="text" name="box2" value="Box 2"><br>
<legend>Radios:</legend>
<input type="radio" name="radio" value="radio1" checked>Radio 1<br>
<input type="radio" name="radio" value="radio2">Radio 2
</fieldset>
<input type="submit" value="Submit">
</form>
</body>
</html>
<ul style="list-style-type:square">
<li>Item 1</li>
<li>Item 2</li>
</ul>
<ol type="i">
<li>Item 1</li>
<li>Item 2</li>
</ol>[code]
You can also make nested lists where a list is inside of another list.
[code]<ul>
<li>Item 1/li>
<li>Item 2
<ul>
<li>Subitem 1</li>
<li>Subitem 2</li>
</ul>
</li>
<li>Item 3</li>
</ul>
<head>
<style>
ul#horizontal li {
display:inline;
}
</style>
</head>
<body>
<ul id="horizontal">
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
</body>
<!DOCTYPE html>
<html>
<head>
<title>Lists</title>
<style>
ul#horizontal li {
display:inline;
}
</style>
</head>
<body>
<p>Nested List</p>
<ul>
<li>Item 1</li>
<li>Item 2</li>
<ul>
<li>Subitem 1</li>
<li>Subitem 2</li>
</ul>
</li>
<li>Item 3</li>
</ul>
<p>Horizontal List</p>
<ul id="horizontal">
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
<p>Unordered List</p>
<ul style="list-style-type:square">
<li>Item 1</li>
<li>Item 2</li>
</ul>
<p>Ordered List</p>
<ol type="i">
<li>Item 1</li>
<li>Item 2</li>
</ol>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Navigation Lists</title>
<style>
ul#nav li {
display:inline;
}
</style>
</head>
<body>
<p>Vertical Nav</p>
<ul style="list-style-type:none">
<li><a href="https://www.symbianize.com/forums/users-feedback.74/">Users Feedback</a></li>
<li><a href="https://www.symbianize.com/forums/symbianize-bulletin.4/">Symbianize Bulleting</a></li>
<li><a href="https://www.symbianize.com/forums/general-chat.84/">General Chat</a></li>
</ul>
<p>Horizontal Nav</p>
<ul id="nav">
<li><a href="https://www.symbianize.com/forums/users-feedback.74/">Users Feedback</a></li>
<li><a href="https://www.symbianize.com/forums/symbianize-bulletin.4/">Symbianize Bulleting</a></li>
<li><a href="https://www.symbianize.com/forums/general-chat.84/">General Chat</a></li>
</ul>
</body>
</html>
<table>
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
</tr>
<tr>
<td>row 1,1</td>
<td>row 1,2</td>
<td>row 1,3</td>
</tr>
<tr>
<td>row 2,1</td>
<td>row 2,2</td>
<td>row 2,3</td>
</tr>
<tr>
<td>row 3,1</td>
<td>row 3,2</td>
<td>row 3,3</td>
</tr>
</table>
<table id="table">
<!DOCTYPE html>
<html>
<head>
<title>Table</title>
<style>
table {
width:100%;
}
table, th, td {
border: 2px solid black;
border-collapse: collapse;
}
th, td {
padding: 5px;
text-align:center
}
table#table tr:nth-child(even) {
background-color: blue;
color: white;
}
table#table tr:nth-child(odd) {
background-color: white;
}
table#table th {
background-color: green;
color: white;
}
</style>
</head>
<body>
<table id="table">
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
</tr>
<tr>
<td>row 1,1</td>
<td>row 1,2</td>
<td>row 1,3</td>
</tr>
<tr>
<td>row 2,1</td>
<td>row 2,2</td>
<td>row 2,3</td>
</tr>
<tr>
<td>row 3,1</td>
<td>row 3,2</td>
<td>row 3,3</td>
</tr>
</table>
</body>
</html>
We can also use Iframes as targets for links. Remember the target="_blank" from the link section? Well here we are going to be using target="framename"
[code]<iframe src="https://www.symbianize.com/" name="frame"></iframe>
<a href="https://www.symbianize.com/members/" target="frame">Members</a>
<!DOCTYPE html>
<html>
<head>
<title>Iframes</title>
<style>
ul#nav li {
display:inline;
}
</style>
</head>
<body>
<iframe src="https://www.symbianize.com/" name="frame" height="400" width="100%"></iframe>
<ul id="nav">
<li><a href="https://www.symbianize.com/forums/users-feedback.74/">Users Feedback</a></li>
<li><a href="https://www.symbianize.com/forums/symbianize-bulletin.4/">Symbianize Bulleting</a></li>
<li><a href="https://www.symbianize.com/forums/general-chat.84/">General Chat</a></li>
</ul>
</body>
</html>
<p>"symbol code"</p>
Some Mathematical Symbols Supported by HTML
Char Number Entity Description
∀ ∀ ∀ FOR ALL
∂ ∂ ∂ PARTIAL DIFFERENTIAL
∃ ∃ ∃ THERE EXISTS
∅ ∅ ∅ EMPTY SETS
∇ ∇ ∇ NABLA
∈ ∈ ∈ ELEMENT OF
∉ ∉ ∉ NOT AN ELEMENT OF
∋ ∋ ∋ CONTAINS AS MEMBER
∏ ∏ ∏ N-ARY PRODUCT
∑ ∑ ∑ N-ARY SUMMATION
Some Greek Letters Supported by HTML
Char Number Entity Description
Α Α Α GREEK CAPITAL LETTER ALPHA
Β Β Β GREEK CAPITAL LETTER BETA
Γ Γ Γ GREEK CAPITAL LETTER GAMMA
Δ Δ Δ GREEK CAPITAL LETTER DELTA
Ε Ε Ε GREEK CAPITAL LETTER EPSILON
Ζ Ζ Ζ GREEK CAPITAL LETTER ZETA
Some Other Entities Supported by HTML
Char Number Entity Description
© © © COPYRIGHT SIGN
® ® ® REGISTERED SIGN
€ € € EURO SIGN
™ ™ ™ TRADEMARK
← ← ← LEFTWARDS ARROW
↑ ↑ ↑ UPWARDS ARROW
→ → → RIGHTWARDS ARROW
↓ ↓ ↓ DOWNWARDS ARROW
♠ ♠ ♠ BLACK SPADE SUIT
♣ ♣ ♣ BLACK CLUB SUIT
♥ ♥ ♥ BLACK HEART SUIT
♦ ♦ ♦ BLACK DIAMOND SUIT
<meta charset="UTF-8">
<meta charset="UTF-8">
<meta name="keywords" value="html,tutorial,guide,symbianize">
<meta name="author" value="Ruggzee">
<body style="background-color:blue;"
<body style="text-align:right;font-family:verdana;color:green;backgroud-color:lightgrey;">
<div id="main" style="background-color:green; color:white; padding:5px;">
<p>This is a sample within the div block</p>
</div>
<head>
<style>
div.para1 {
background-color:red;
color:white;
margin:20px;
padding:20px;
}
</style>
</head>
<div class="para1">
<h2>Paragraph 1</h2>
<p>This paragraph is using the para1 CSS class that we defined in the header of the document.</p>
</div>
<!DOCTYPE html>
<html>
<head>
<title>Classes</title>
<style>
div.para1 {
background-color:red;
color:white;
margin:20px;
padding:20px;
}
div.para2 {
background-color:white;
color:blue;
margin:20px;
padding:20px;
}
div.para3 {
background-color:blue;
color:white;
margin:20px;
padding:20px;
}
</style>
</head>
<body>
<div class="para1">
<h2>Paragraph 1</h2>
<p>This paragraph is using the para1 CSS class that we defined in the header of the document.</p>
</div>
<div class="para2">
<h2>Paragraph 2</h2>
<p>This paragraph is using the para1 CSS class that we defined in the header of the document.</p>
</div>
<div class="para3">
<h2>Paragraph 3</h2>
<p>This paragraph is using the para1 CSS class that we defined in the header of the document.</p>
</div>
</body>
</html>
AliceBlue #F0F8FF
AntiqueWhite #FAEBD7
Aqua #00FFFF
Aquamarine #7FFFD4
Azure #F0FFFF
Beige #F5F5DC
Bisque #FFE4C4
Black #000000
BlanchedAlmond #FFEBCD
Blue #0000FF
BlueViolet #8A2BE2
Brown #A52A2A
BurlyWood #DEB887
CadetBlue #5F9EA0
Chartreuse #7FFF00
Chocolate #D2691E
Coral #FF7F50
CornflowerBlue #6495ED
Cornsilk #FFF8DC
Crimson #DC143C
Cyan #00FFFF
DarkBlue #00008B
DarkCyan #008B8B
DarkGoldenRod #B8860B
DarkGray #A9A9A9
DarkGrey #A9A9A9
DarkGreen #006400
DarkKhaki #BDB76B
DarkMagenta #8B008B
DarkOliveGreen #556B2F
DarkOrange #FF8C00
DarkOrchid #9932CC
DarkRed #8B0000
DarkSalmon #E9967A
DarkSeaGreen #8FBC8F
DarkSlateBlue #483D8B
DarkSlateGray #2F4F4F
DarkSlateGrey #2F4F4F
DarkTurquoise #00CED1
DarkViolet #9400D3
DeepPink #FF1493
DeepSkyBlue #00BFFF
DimGray #696969
DimGrey #696969
DodgerBlue #1E90FF
FireBrick #B22222
FloralWhite #FFFAF0
ForestGreen #228B22
Fuchsia #FF00FF
Gainsboro #DCDCDC
GhostWhite #F8F8FF
Gold #FFD700
GoldenRod #DAA520
Gray #808080
Grey #808080
Green #008000
GreenYellow #ADFF2F
HoneyDew #F0FFF0
HotPink #FF69B4
IndianRed #CD5C5C
Indigo #4B0082
Ivory #FFFFF0
Khaki #F0E68C
Lavender #E6E6FA
LavenderBlush #FFF0F5
LawnGreen #7CFC00
LemonChiffon #FFFACD
LightBlue #ADD8E6
LightCoral #F08080
LightCyan #E0FFFF
LightGoldenRodYellow #FAFAD2
LightGray #D3D3D3
LightGrey #D3D3D3
LightGreen #90EE90
LightPink #FFB6C1
LightSalmon #FFA07A
LightSeaGreen #20B2AA
LightSkyBlue #87CEFA
LightSlateGray #778899
LightSlateGrey #778899
LightSteelBlue #B0C4DE
LightYellow #FFFFE0
Lime #00FF00
LimeGreen #32CD32
Linen #FAF0E6
Magenta #FF00FF
Maroon #800000
MediumAquaMarine #66CDAA
MediumBlue #0000CD
MediumOrchid #BA55D3
MediumPurple #9370DB
MediumSeaGreen #3CB371
MediumSlateBlue #7B68EE
MediumSpringGreen #00FA9A
MediumTurquoise #48D1CC
MediumVioletRed #C71585
MidnightBlue #191970
MintCream #F5FFFA
MistyRose #FFE4E1
Moccasin #FFE4B5
NavajoWhite #FFDEAD
Navy #000080
OldLace #FDF5E6
Olive #808000
OliveDrab #6B8E23
Orange #FFA500
OrangeRed #FF4500
Orchid #DA70D6
PaleGoldenRod #EEE8AA
PaleGreen #98FB98
PaleTurquoise #AFEEEE
PaleVioletRed #DB7093
PapayaWhip #FFEFD5
PeachPuff #FFDAB9
Peru #CD853F
Pink #FFC0CB
Plum #DDA0DD
PowderBlue #B0E0E6
Purple #800080
RebeccaPurple #663399
Red #FF0000
RosyBrown #BC8F8F
RoyalBlue #4169E1
SaddleBrown #8B4513
Salmon #FA8072
SandyBrown #F4A460
SeaGreen #2E8B57
SeaShell #FFF5EE
Sienna #A0522D
Silver #C0C0C0
SkyBlue #87CEEB
SlateBlue #6A5ACD
SlateGray #708090
SlateGrey #708090
Snow #FFFAFA
SpringGreen #00FF7F
SteelBlue #4682B4
Tan #D2B48C
Teal #008080
Thistle #D8BFD8
Tomato #FF6347
Turquoise #40E0D0
Violet #EE82EE
Wheat #F5DEB3
White #FFFFFF
WhiteSmoke #F5F5F5
Yellow #FFFF00
YellowGreen #9ACD32
<p style="background-color:blue">
Background is blue
</p>
<p style="background-color:rgb(0,0,255)">
Background is blue
</p>
<h2 style="background-color:#0000ff">
Background is blue
</h2>
<body style="background-color:blue;color:red;">
<style>
div.para {
background-color:red;
color:white;
margin:20px;
padding:20px;
}
p {
background-color:white;
colo:blue;
margin:20px;
padding:20px;
]
#para3 {
background-color:blue;
color:white;
margin:20px;
padding:20px;
}
</style>
This can be used to define styles for the entire document and most webpages uses severl ID's and classes in conjunction with one another to get the best looking results. for the previous style example we woould need elements within the boday that can handle these elements.
[code]<body>
<div class="para">
<p>This is going to be displayed using the CSS style of the class <q>para</q> in the head of the document</p>
</div>
<p>This will be displayed using the paragraph style listed in our CSS. This is because it isn't in a div container or using any special ID.</p>
<div class="para">
<p id="para3">This will be displayed using the CSS para3 in our head, this is because individual tags override any container CSS we have on the parent element.</p>
</div>
</body>
<!DOCTYPE html>
<html>
<head>
<title>What we have done so far</title>
<meta charset="UTF-8">
<meta name="keywords" value="html,tutorial,guide,symbianize">
<meta name="author" value="Ruggzee">
<style>
ul#nav li {
display:inline;
}
body {
background-image: url("https://www.symbianize.com/data/assets/logo/symbxflogo40.png");
background-attachment: fixed;
background-repeat: repeat-xy;
color:white;
}
div.finish {
text-align:center;
width:70%;
}
#fin01 {
background-color:red;
color:white
border:1px solid black;
padding:5px;
}
#fin02 {
background-color:white;
color:blue;
border:1px solid black;
padding:5px;
}
#fin03 {
background-color:blue;
color:white
border:1px solid black;
padding:5px;
}
</style>
</head>
<body>
<p><iframe src="https://www.symbianize.com/" name="frame" height="400" width="100%"></iframe></p>
<p><ul id="nav">
<li><a href="https://www.symbianize.com/forums/users-feedback.74/">Users Feedback</a></li>
<li><a href="https://www.symbianize.com/forums/symbianize-bulletin.4/">Symbianize Bulleting</a></li>
<li><a href="https://www.symbianize.com/forums/general-chat.84/">General Chat</a></li>
</ul>
<form action="action">
<fieldset>
<legend>About You</legend>
<input type="text" name="box1" value="Username"> <input type="text" name="box2" value="UID"><br>
<legend>Are you learning a lot from this turorial?</legend>
<input type="radio" name="radio" value="radio1" checked>Yes<br>
<input type="radio" name="radio" value="radio2">No
</fieldset>
</form></p>
<div class="finish">
<p id="fin01">After a long hard battle we are finally nearing the end, it has been a long journey with you.</p>
<p id="fin02">I have enjoyed writing this tutorial, even though it took a crazy long time to write I dont think it will take as long to read.</p>
<p id="fin03">This is the last project, the next section will just be a breif rundown of all the HTML tags, just to make sure we get them all.</p>
</div>
</body>
</html>
<link rel="stylesheet" type="text/css" href="styles.css">