HTML 1
HTML 1
2011 HTML -1
Prasanga amila Balasooriya
HTML Íè ÄêÈè¨ ¨Çæ¾ê ïÄÍè ¡¶¾àªë ïŒ.
HTML ¡æÇ‹Æ Æêºàïº ÍçÄ—´Ä <HTML> ïÈÌÆ.
ïÄÆ notepad ¦¨¨ type ¨È Íç¨.
<html>
I AM Prasanga Amila
file:///C:/Users/….older/a .
mila.
I AM Prasanga Amila
Title ¦¨¨à ¦¨ºë ¨èÖÄ.
< html>
ELUWA.Com </head>
ELUWA.Com .
I AM Prasanga Amila
1 Éæ¾è ¤¼åÍÇ¸Æ Àͺ ÀÖ¼è¼ ¨È Íç¨.
<html>
<body>
I AM Prasanga Amila
</body>
<body>
<h1>Amila</h1>
<h6> Amila</h6>
</body>
h1>h2>h3>h4>h5>h6
Amila
Amila
Amila
Amila
Amila
Amila
Àåµ ÄêÈè¨åâª
<p> This is a paragraph </p> (ï¯¼Æ¨à ¾èÇæÀ¾Æ ¨èÖÄ)
<br /> (line break)( ﯼ ïɾà—Ä)
<hr /> (horizontal rule)( ÌÇÎ ïÇ©åÉ¨à ¡æ¼èÄ)
<pre>This text is preformatted</pre>
Logical Styles
<em>This text is emphasized</em>
<strong>This text is strong</strong>
<code>This is some computer code</code>
Physical Styles
<b>This text is bold</b>
<i>This text is italic</i>
<html>
<body>
<head>
<title>ELUWA.Com</title>
</head>
<hr/>
</body>
</html>
ïÄÄ ï¨ºÆ Äªè¾à Àͺ ïÈÌ print ïŒ.
I am Student of UOC
in Sri lanka
Prasanga Amila
Prasanga Amila
Table ¦¨ºë ¨èÖÄ
Tag Description
<table> Defines a table
<th> Defines a table header
<tr> Defines a table row
<td> Defines a table cell
<caption> Defines a table caption
<colgroup> Defines a group of columns in a table, for formatting
<col /> Defines attribute values for one or more columns in a table
<thead> Groups the header content in a table
<tbody> Groups the body content in a table
<tfoot> Groups the footer content in a table
year age
2011 21
<tr> ºÉ ºÉºà ïÆå¼å ïÀÈè ª¸¾ Éæ‘ ¨Çªº Íæ¨.
<table border="modaya">
<tr>
<th>Header 1</th>
<th> Header 2</th>
</tr>
<tr>
<td> dileepa </td>
<td> priyashantha </td>
</tr>
<tr>
<td>malshani</td>
<td>uththara</td>
</tr>
</table>
Header 1 Header 2
dileepa priyashantha
malshani uththara
COLORS ïÆ¼sÄ
<html>
<body>
I AM Prasanga Amila
</body>
I AM Prasanga Amila
#CCOO99 ƾê Éڸƴ ¡Æºà ï¨àº ¡â¨ÆÆè.Àͺ Éڸƴ ¡¼åÈ ï¨àº ¡â¨Æ ¼¨àÉå
¡æº. # ƾê HEX Æ¾à¾Æè.
ÉÚ¸ ¡â¨Æ¾à
#000000 rgb(0,0,0)
#080000 rgb(8,0,0)
#100000 rgb(16,0,0)
#180000 rgb(24,0,0)
#200000 rgb(32,0,0)
#280000 rgb(40,0,0)
#300000 rgb(48,0,0)
#380000 rgb(56,0,0)
#400000 rgb(64,0,0)
#480000 rgb(72,0,0)
#500000 rgb(80,0,0)
#580000 rgb(88,0,0)
#600000 rgb(96,0,0)
#680000 rgb(104,0,0)
#700000 rgb(112,0,0)
#780000 rgb(120,0,0)
#800000 rgb(128,0,0)
#880000 rgb(136,0,0)
#900000 rgb(144,0,0)
#980000 rgb(152,0,0)
#A00000 rgb(160,0,0)
#A80000 rgb(168,0,0)
#B00000 rgb(176,0,0)
#B80000 rgb(184,0,0)
#C00000 rgb(192,0,0)
#C80000 rgb(200,0,0)
#D00000 rgb(208,0,0)
#D80000 rgb(216,0,0)
#E00000 rgb(224,0,0)
#E80000 rgb(232,0,0)
#F00000 rgb(240,0,0)
#F80000 rgb(248,0,0)
#FF0000 rgb(255,0,0)
Shades of Gray(¡Ý ÉÚ¸ïÆà Àò)
Gray Shades Color HEX Color RGB
#000000 rgb(0,0,0)
#080808 rgb(8,8,8)
#101010 rgb(16,16,16)
#181818 rgb(24,24,24)
#202020 rgb(32,32,32)
#282828 rgb(40,40,40)
#303030 rgb(48,48,48)
#383838 rgb(56,56,56)
#404040 rgb(64,64,64)
#484848 rgb(72,72,72)
#505050 rgb(80,80,80)
#585858 rgb(88,88,88)
#606060 rgb(96,96,96)
#686868 rgb(104,104,104)
#707070 rgb(112,112,112)
#787878 rgb(120,120,120)
#808080 rgb(128,128,128)
#888888 rgb(136,136,136)
#909090 rgb(144,144,144)
#989898 rgb(152,152,152)
#A0A0A0 rgb(160,160,160)
#A8A8A8 rgb(168,168,168)
#B0B0B0 rgb(176,176,176)
#B8B8B8 rgb(184,184,184)
#C0C0C0 rgb(192,192,192)
#C8C8C8 rgb(200,200,200)
#D0D0D0 rgb(208,208,208)
#D8D8D8 rgb(216,216,216)
#E0E0E0 rgb(224,224,224)
#E8E8E8 rgb(232,232,232)
#F0F0F0 rgb(240,240,240)
#F8F8F8 rgb(248,248,248)
#FFFFFF rgb(255,255,255)
ºÉºà ÉÚ¸ ¡â¨Æ¾à ¨èÀƨà
I
Sorted by Color Name
Color Name HEX Color Shades Mix
Anuradha ƾê Sinhala font ¦¨¨à Âæ—¾à m%ix. wñ ïÈàÌ Èè—Æ ÆêºëÆ.
www.amila.com .
…………………….Prasanaga Amila………………………………...
University Of Colombo
…………………………………..m%ix. wñ,................................................................................
Tag ¦¨ºë ¨èÖÄ
Tag Description
Tags Description
<center> Deprecated. Defines centered content
<font> and
Deprecated. Defines HTML fonts
<basefont>
<s> and <strike> Deprecated. Defines strikethrough text
<u> Deprecated. Defines underlined text
Attributes Description
Deprecated. Defines the alignment of
align
text
Deprecated. Defines the background
bgcolor
color
color Deprecated. Defines the text color
HTML List Tags
Tag Description
<ul>
<li>prasanga</li> prasanga
<li>Amila</li> Amila
</ul>
<ol> 1.prasanga
<li>prasanga</li>
<li>Amila</li> 2.Amila
</ol>
<dl>
<dt>prasanga</dt> prasanga
<dd>university of colombo</dd> university of Colombo
<dt>Amila</dt> Amila
<dd>Colombo 7</dd> Colombo 7
</dl>
First name:
Last name:
<form>
Password: <input type="password" name="pwd" />
</form>
ïÄÄ ï¨ºÆ Äªè¾à Àͺ ïÈÌ print ïŒ.
Password:
<form>
<input type="radio" name="sex" value="male" /> Male<br />
<input type="radio" name="sex" value="female" /> Female
</form>
ïÄÄ ï¨ºÆ Äªè¾à Àͺ ïÈÌ print ïŒ.
Male
Female
<form>
<input type="checkbox" name="vehicle" value="Bike" /> I have a
bike<br />
<input type="checkbox" name="vehicle" value="Car" /> I have a car
</form>
ïÄÄ ï¨ºÆ Äªè¾à Àͺ ïÈÌ print ïŒ.
I have a bike
I have a car
Username: submit
Math Symbols (HTML Íè Àå—ƒƒ ¨È Íæ¨è ¦Éå Àĸü.)
Character Entity Number Entity Name Description
∀ ∀ ∀ for all
∂ ∂ ∂ part
∃ ∃ ∃ exists
∅ ∅ ∅ empty
∇ ∇ ∇ nabla
∈ ∈ ∈ isin
∉ ∉ ∉ notin
∋ ∋ ∋ ni
∏ ∏ ∏ prod
∑ ∑ ∑ sum
− − − minus
∗ ∗ ∗ lowast
√ √ √ square root
∝ ∝ ∝ proportional to
∞ ∞ ∞ infinity
∠ ∠ ∠ angle
∧ ∧ ∧ and
∨ ∨ ∨ or
∩ ∩ ∩ cap
∪ ∪ ∪ cup
∫ ∫ ∫ integral
∴ ∴ ∴ therefore
∼ ∼ ∼ similar to
≅ ≅ ≅ congruent to
≈ ≈ ≈ almost equal
≠ ≠ ≠ not equal
≡ ≡ ≡ equivalent
≤ ≤ ≤ less or equal
≥ ≥ ≥ greater or equal
⊂ ⊂ ⊂ subset of
⊃ ⊃ ⊃ superset of
⊄ ⊄ ⊄ not subset of
⊆ ⊆ ⊆ subset or equal
⊇ ⊇ ⊇ superset or equal
⊕ ⊕ ⊕ circled plus
⊗ ⊗ ⊗ cirled times
⊥ ⊥ ⊥ perpendicular
⋅ ⋅ ⋅ dot operator
Tag Description
Links
Ordinary link: <a href="http://www.example.com/">Link-text goes
here</a>
Image-link: <a href="http://www.example.com/"><img src="URL"
alt="Alternate Text" /></a>
Mailto link: <a href="mailto:[email protected]">Send e-
mail</a>A named anchor:
<a name="tips">Tips Section</a>
<a href="#tips">Jump to the Tips Section</a>
Forms ¦¨ºë ¨èÖÄ
<form action="http://www.example.com/test.asp"
method="post/get">
<select>
<option>Apples</option>
<option selected="selected">Bananas</option>
<option>Cherries</option>
</select>
</form>
<html>
<body>
</body>
</html>
Try Again
frames ¦¨ºë ¨èÖÄ
<frameset cols="25%,75%">
<frame src="frame_a.htm" />
<frame src="frame_b.htm" />
</frameset>
Tag Description
<frameset> Defines a set of frames
<frame /> Defines a sub window (a frame)
Defines a noframe section for browsers that do not
<noframes>
handle frames
<html>
<frameset rows="50%,50%">
<frameset cols="25%,75%">
</frameset>
</frameset>
<frameset cols="120,*">
</frameset>
</html>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<html>
<frameset cols="25%,50%,25%">
</frameset>
</html>
¡¾àºèÄ Code ¦¨.
<html>
<title>
⊗www.amila.com⊗
</title>
<hr/>
<body style="background-color: white">
<h2 style="background-color:red"<marquee>Prasanga Amila</marquee></h2>
<hr/>
<h3 style="background-color:LawnGreen "<center><font color="#8B0000">University Of
Colombo</font></center></h3>
…………………..Prasanga Amila……………………………..
University Of Colombo
First name:
Last name:
your Email :
Passwords:
Male
Female
Submit
Username:
www.university of colombo.com
When you wat to direct connection with us Please contact below our partners.
name Tel.number
Nilanka 071-8159219/075-3780743
Manaram 071-3604975/072-3343567
m%ix. wñ,...........................................
……………………………………………………………
2011/02/04
NEXT
HTML-2
L.B Prasanga Amila Balasooriya
071-9339755
<<<<THANK YOU>>>>