توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : آموزش کامل Html به صورت جامع
mhcenter
۱۵ اردیبهشت ۱۳۸۸, ۱۳:۱۸
Example
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
این یک مثال اولیه برای شروع است
mhcenter
۱۵ اردیبهشت ۱۳۸۸, ۱۳:۱۹
What is HTML?
HTML is a language for describing web pages.
HTML stands for Hyper Text Markup Language
HTML is not a programming language, it is a markup language
A markup language is a set of markup tags
HTML uses markup tags to describe web pages
mhcenter
۱۵ اردیبهشت ۱۳۸۸, ۱۳:۲۲
Example Explained
The text between <html> and </html> describes the web page
The text between <body> and </body> is the visible page content
The text between <h1> and </h1> is displayed as a heading
The text between <p> and </p> is displayed as a paragraph
mhcenter
۱۵ اردیبهشت ۱۳۸۸, ۱۳:۲۳
<!--...--> Defines a comment STF
<!DOCTYPE> Defines the document type STF
<a> Defines an anchor STF
<abbr> Defines an abbreviation STF
<acronym> Defines an acronym STF
<address> Defines contact information for the author/owner of a document STF
<applet> Deprecated. Defines an embedded applet TF
<area> Defines an area inside an image-map STF
<b> Defines bold text STF
<base> Defines a default address or a default target for all links on a page STF
<basefont> Deprecated. Defines a default font, color, or size for the text in a page TF
<bdo> Defines the text direction STF
<big> Defines big text STF
<blockquote> Defines a long quotation STF
<body> Defines the document's body STF
<br> Defines a single line break STF
<button> Defines a push button STF
<caption> Defines a table caption STF
<center> Deprecated. Defines centered text TF
<cite> Defines a citation STF
<code> Defines computer code text STF
<col> Defines attribute values for one or more columns in a table STF
<colgroup> Defines a group of columns in a table for formatting STF
<dd> Defines a description of a term in a definition list STF
<del> Defines deleted text STF
<dir> Deprecated. Defines a directory list TF
<div> Defines a section in a document STF
<dfn> Defines a definition term STF
<dl> Defines a definition list STF
<dt> Defines a term (an item) in a definition list STF
<em> Defines emphasized text STF
<fieldset> Defines a border around elements in a form STF
<font> Deprecated. Defines font, color, and size for text TF
<form> Defines an HTML form for user input STF
<frame> Defines a window (a frame) in a frameset F
<frameset> Defines a set of frames F
<h1> to <h6> Defines HTML headings STF
<head> Defines information about the document STF
<hr> Defines a horizontal line STF
<html> Defines an HTML document STF
<i> Defines italic text STF
<iframe> Defines an inline frame TF
<img> Defines an image STF
<input> Defines an input control STF
<ins> Defines inserted text STF
<isindex> Deprecated. Defines a searchable index related to a document TF
<kbd> Defines keyboard text STF
<label> Defines a label for an input element STF
<legend> Defines a caption for a fieldset element STF
<li> Defines a list item STF
<link> Defines the relationship between a document and an external resource STF
<map> Defines an image-map STF
<menu> Deprecated. Defines a menu list TF
<meta> Defines metadata about an HTML document STF
<noframes> Defines an alternate content for users that do not support frames TF
<noscript> Defines an alternate content for users that do not support client-side scripts STF
<object> Defines an embedded object STF
<ol> Defines an ordered list STF
<optgroup> Defines a group of related options in a select list STF
<option> Defines an option in a select list STF
<p> Defines a paragraph STF
<param> Defines a parameter for an object STF
<pre> Defines preformatted text STF
<q> Defines a short quotation STF
<s> Deprecated. Defines strikethrough text TF
<samp> Defines sample computer code STF
<script> Defines a client-side script STF
<select> Defines a select list (drop-down list) STF
<small> Defines small text STF
<span> Defines a section in a document STF
<strike> Deprecated. Defines strikethrough text TF
<strong> Defines strong text STF
<style> Defines style information for a document STF
<sub> Defines subscripted text STF
<sup> Defines superscripted text STF
<table> Defines a table STF
<tbody> Groups the body content in a table STF
<td> Defines a cell in a table STF
<textarea> Defines a multi-line text input control STF
<tfoot> Groups the footer content in a table STF
<th> Defines a header cell in a table STF
<thead> Groups the header content in a table STF
<title> Defines the title of a document STF
<tr> Defines a row in a table STF
<tt> Defines teletype text STF
<u> Deprecated. Defines underlined text TF
<ul> Defines an unordered list STF
<var> Defines a variable part of a text STF
<xmp> Deprecated. Defines preformatted text
mhcenter
۱۵ اردیبهشت ۱۳۸۸, ۱۳:۲۴
Math Symbols Supported by HTML
Character Entity Number Entity Name Description
∀ ∀ ∀ for all
∂ ∂ ∂ part
∃ ∃ &exists; exists
∅ ∅ ∅ empty
∇ ∇ ∇ nabla
∈ ∈ ∈ isin
∉ ∉ ∉ notin
∋ ∋ ∋ ni
∏ ∏ ∏ prod
∑ ∑ ∑ sum
− − − minus
∗ ∗ ∗ lowast
√ √ √ square root
∝ ∝ ∝ proportional to
∞ ∞ ∞ infinity
∠ ∠ ∠ angle
∧ ∧ ∧ and
∨ ∨ ∨ or
∩ ∩ ∩ cap
∪ ∪ ∪ cup
∫ ∫ ∫ integral
∴ ∴ ∴ therefore
∼ ∼ ∼ simular to
≅ ≅ ≅ approximately equal
≈ ≈ ≈ 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
Greek Letters Supported by HTML
Character Entity Number Entity Name Description
Α Α Α Alpha
Β Β Β Beta
Γ Γ Γ Gamma
Δ Δ Δ Delta
Ε Ε Ε Epsilon
Ζ Ζ Ζ Zeta
Η Η Η Eta
Θ Θ Θ Theta
Ι Ι Ι Iota
Κ Κ Κ Kappa
Λ Λ Λ Lambda
Μ Μ Μ Mu
Ν Ν Ν Nu
Ξ Ξ Ξ Xi
Ο Ο Ο Omicron
Π Π Π Pi
Ρ Ρ Ρ Rho
undefined Sigmaf
Σ Σ Σ Sigma
Τ Τ Τ Tau
Υ Υ Υ Upsilon
Φ Φ Φ Phi
Χ Χ Χ Chi
Ψ Ψ Ψ Psi
Ω Ω Ω Omega
α α α alpha
β β β beta
γ γ γ gamma
δ δ δ delta
ε ε ε epsilon
ζ ζ ζ zeta
η η η eta
θ θ θ theta
ι ι ι iota
κ κ κ kappa
λ λ λ lambda
μ μ μ mu
ν ν ν nu
ξ ξ ξ xi
ο ο ο omicron
π π π pi
ρ ρ ρ rho
ς ς ς sigmaf
σ σ σ sigma
τ τ τ tau
υ υ υ upsilon
φ φ φ phi
χ χ χ chi
ψ ψ ψ psi
ω ω ω omega
ϑ ϑ ϑ theta symbol
ϒ ϒ ϒ upsilon symbol
ϖ ϖ ϖ pi symbol
Other Entities Supported by HTML
Character Entity Number Entity Name Description
Œ Œ Œ capital ligature OE
œ œ œ small ligature oe
Š Š Š capital S with caron
š š š small S with caron
Ÿ Ÿ Ÿ capital Y with diaeres
ƒ ƒ ƒ f with hook
ˆ ˆ ˆ modifier letter circumflex accent
˜ ˜ ˜ small tilde
  en space
  em space
  thin space
‌ zero width non-joiner
‍ zero width joiner
‎ left-to-right mark
‏ right-to-left mark
– – – en dash
— — — em dash
‘ ‘ ‘ left single quotation mark
’ ’ ’ right single quotation mark
‚ ‚ ‚ single low-9 quotation mark
“ “ “ left double quotation mark
” ” ” right double quotation mark
„ „ „ double low-9 quotation mark
† † † dagger
‡ ‡ ‡ double dagger
• • • bullet
… … … horizontal ellipsis
‰ ‰ ‰ per mille
′ ′ ′ minutes
″ ″ ″ seconds
‹ ‹ ‹ single left angle quotation
› › › single right angle quotation
‾ ‾ ‾ overline
€ € € euro
™ ™ ™ trademark
← ← ← left arrow
↑ ↑ ↑ up arrow
→ → → right arrow
↓ ↓ ↓ down arrow
↔ ↔ ↔ left right arrow
↵ ↵ ↵ carriage return arrow
⌈ ⌈ ⌈ left ceiling
⌉ ⌉ ⌉ right ceiling
⌊ ⌊ ⌊ left floor
⌋ ⌋ ⌋ right floor
◊ ◊ ◊ lozenge
♠ ♠ ♠ spade
♣ ♣ ♣ club
♥ ♥ ♥ heart
♦ ♦ ♦ diamond
mhcenter
۱۵ اردیبهشت ۱۳۸۸, ۱۳:۲۵
انشالله بعدا هم ایجا آموزش میزارم
mhcenter
۱۵ اردیبهشت ۱۳۸۸, ۱۳:۲۷
URL Encoding Reference
ASCII Character URL-encoding
space %20
! %21
" %22
# %23
$ %24
% %25
& %26
' %27
( %28
) %29
* %2A
+ %2B
, %2C
- %2D
. %2E
/ %2F
0 %30
1 %31
2 %32
3 %33
4 %34
5 %35
6 %36
7 %37
8 %38
9 %39
: %3A
; %3B
< %3C
= %3D
> %3E
? %3F
@ %40
A %41
B %42
C %43
D %44
E %45
F %46
G %47
H %48
I %49
J %4A
K %4B
L %4C
M %4D
N %4E
O %4F
P %50
Q %51
R %52
S %53
T %54
U %55
V %56
W %57
X %58
Y %59
Z %5A
[ %5B
\ %5C
] %5D
^ %5E
_ %5F
` %60
a %61
b %62
c %63
d %64
e %65
f %66
g %67
h %68
i %69
j %6A
k %6B
l %6C
m %6D
n %6E
o %6F
p %70
q %71
r %72
s %73
t %74
u %75
v %76
w %77
x %78
y %79
z %7A
{ %7B
| %7C
} %7D
~ %7E
%7F
€ %80
%81
‚ %82
ƒ %83
„ %84
… %85
† %86
‡ %87
ˆ %88
‰ %89
Š %8A
‹ %8B
Œ %8C
%8D
Ž %8E
%8F
%90
‘ %91
’ %92
“ %93
” %94
• %95
– %96
— %97
˜ %98
™ %99
š %9A
› %9B
œ %9C
%9D
ž %9E
Ÿ %9F
%A0
¡ %A1
¢ %A2
£ %A3
%A4
¥ %A5
| %A6
§ %A7
¨ %A8
© %A9
ª %AA
« %AB
¬ %AC
¯ %AD
® %AE
¯ %AF
° %B0
± %B1
² %B2
³ %B3
´ %B4
µ %B5
¶ %B6
· %B7
¸ %B8
¹ %B9
º %BA
» %BB
¼ %BC
½ %BD
¾ %BE
¿ %BF
À %C0
Á %C1
 %C2
à %C3
Ä %C4
Å %C5
Æ %C6
Ç %C7
È %C8
É %C9
Ê %CA
Ë %CB
Ì %CC
Í %CD
Î %CE
Ï %CF
Ð %D0
Ñ %D1
Ò %D2
Ó %D3
Ô %D4
Õ %D5
Ö %D6
%D7
Ø %D8
Ù %D9
Ú %DA
Û %DB
Ü %DC
Ý %DD
Þ %DE
ß %DF
à %E0
á %E1
â %E2
ã %E3
ä %E4
å %E5
æ %E6
ç %E7
è %E8
é %E9
ê %EA
ë %EB
ì %EC
í %ED
î %EE
ï %EF
ð %F0
ñ %F1
ò %F2
ó %F3
ô %F4
õ %F5
ö %F6
÷ %F7
ø %F8
ù %F9
ú %FA
û %FB
ü %FC
ý %FD
þ %FE
ÿ %FF
--------------------------------------------------------------------------------
URL Encoding Reference
The ASCII device control characters %00-%1f were originally designed to control hardware devices. Control characters have nothing to do inside a URL.
ASCII Character Description URL-encoding
NUL null character %00
SOH start of header %01
STX start of text %02
ETX end of text %03
EOT end of transmission %04
ENQ enquiry %05
ACK acknowledge %06
BEL bell (ring) %07
BS backspace %08
HT horizontal tab %09
LF line feed %0A
VT vertical tab %0B
FF form feed %0C
CR carriage return %0D
SO shift out %0E
SI shift in %0F
DLE data link escape %10
DC1 device control 1 %11
DC2 device control 2 %12
DC3 device control 3 %13
DC4 device control 4 %14
NAK negative acknowledge %15
SYN synchronize %16
ETB end transmission block %17
CAN cancel %18
EM end of medium %19
SUB substitute %1A
ESC escape %1B
FS file separator %1C
GS group separator %1D
RS record separator %1E
US unit separator %1F