You are on page 1of 98

HTML

BIHE V1.0 2015


) (IT

.

) (eLearning
) (e-Government )e-
(Commerce .

BIHE


HTML .

HTML
.
) .

++Notepad Notepad
Emeditor(




.

BIHE


HTML Hyper Text Markup
Language 1991
.
1995
) (HTML 2.0 1997 W3C

)HTML
.(3.2

BIHE

4.0
/
. 1999
4.01 .
2000 HTML

XHTML .
2014 HTML5
.

BIHE



.

) (
. TCP/IP
) (Transmission Control Protocol IP

TCP
.

HTML
) HTTP (Hyper Text Transfer Protocol

BIHE

C )
.
( Web Browsers )
. HTML

.
) / (Client ) (Server
) (
) ( .

.
www.bihe.org
) (Request
) (Response
HTTP
.

BIHE

HTML
++Notepad Notepad Emeditor
IE Firefox
. HTML
save as file
file name html
save as type all files .
: HTML
) FrontPage Adove Dreamweaver (...
.
HTML
.

BIHE

BIHE

HTML > <



< </p >p >
.
( element content . )
HTML
Notepad
:

BIHE


.
> <html
HTML ><html/
. head
) (Header Information
. tile
.
body
.
: HTML htm html
html
.
DOS

BIHE

BIHE

HTML
HTML
.
:

.
.

BIHE

)(Heading
> <h1 > <h6 ><h1
> <h6 .
.

BIHE

)(Paragraph
> <p .
.

BIHE

)(Line Breaks
> </br </br> .
.

BIHE

)(Comment
HTML >!This is a Comment -
<- . .
: HTML
View Page Source .

BIHE

)(Horizontal Line
> </hr .

BIHE

: HTML

.
HTML

.

BIHE

HTML

><html></html

HTML

><body></body

h1 h6

><h1><h6

><p></p

>/<br

>/<hr

!>--<Comment

BIHE

BIHE

HTML



Save As Notepad
Encoding UTF-8

.

BIHE

HTML

UTF-8.

BIHE

Dir

. ) dir (Attribute
.
ltr rtl .

BIHE

BIHE

Formatting

HTML
.

BIHE

)(Bold
HTML ) (bold
> <b .

BIHE

)(Big
> <big .

BIHE

)(Emphasize
> <em
.

BIHE

)(Italic

. > <i .

BIHE

)(Small
> <small > <big
.

BIHE

)(Strong
. HTML
> <strong .

BIHE

) (Sub scripted
)(Super scripted

> <sub > <sup


.

BIHE

)(Inserted
> <ins .

BIHE

)(Deleted


. HTML > <del
.

BIHE

)(Code

> <code HTML .

BIHE

)(Keyboard

> <kbd .

BIHE

)(Sample


HTML .
> <samp .

BIHE

)(Quotations

> <q .

BIHE

)(Address
HTML ><address
.

BIHE

)(Cite

> <cite .

BIHE

:
.

HTML HTML
.

BIHE




)(











><b></b
><big></big
><em></em
><i></i
><small><small
><strong></strong
><sub></sub
><sup></sup
><ins></ins
><del></del
><code></code
><kbd></kbd
><samp></samp
><q></q
><address></address
><cite></cite

BIHE

BIHE

(
Font
)

HTML
> < font .
) CSS (
. .
> <font size face color.

BIHE

)(Link
HTML > <a anchor
) HTML
(... .

BIHE

href


.
hyperlink .

BIHE

target

_blank
.

_self
.
)parent_ parent
(frame ) . frame
(
top_ .
) frame
(.

BIHE

name
.

HTML
.

BIHE


#
.

BIHE

Email
Email


.

BIHE

:

/ .

HTML .

BIHE

BIHE

)(Table

HTML
.

BIHE

)Table Table Row


(Table Data
> <table .
> tr) <tr table row
( . ) (row
> td) <td table data
( .
....

BIHE

BIHE

border

0
.
: & ;nbsp td
.

BIHE

(Table Head)
.< th>
<html>
<head>
<title><th></th></title>
</head>
<body>
<table border="1">
<tr>
<th>row 1, col 1 head</th>
<th>row 1, col 2 head</th>
<th>row 1, col 3 head</th>
</tr>
<tr>
<td>row 1, col 1</td>
<td>row 1, col 2</td>
<td>row 1, col 3</td>
</tr>
<tr>
<td>row 2, col 1</td>
<td>row 2, col 2</td>
<td>row 2, col 3</td>
</tr>
</table>
</body>
</html>

BIHE


> <caption .

BIHE

Colspan
.

BIHE

Rowspan
.

BIHE

Cellspacing

BIHE

><table></table

><tr></tr

><td></td

><th></th

BIHE

BIHE

HTML
HTML ) >(
.
.
: HTML
2 10
& ;nbsp .

BIHE

BIHE

<
>
&


Non-breaking space
Less than
Greater than
Ampersand
Qultation mark
Copyright
Registered Trademark

;nbsp&
;lt&
;gt&
;amp&
;quot&
;copy&
;reg&

HTML
RGB, HEX, Name
.
.

Name


. RGB 256256256 16
.

BIHE

BIHE

BIHE

(Ordered List, Unordered List)

)(Unordered Lists


.
> <ul></ul . ><li></li
. > <li
... .

BIHE

)(Ordered List

. > <ol></ol .
style CSS .

BIHE

)(Definition List
> <dl></dl
> <dt></dt > <dd></dd .

BIHE

type


.
) disc circle (square
"a b c A B C "i ii iii " aA i) "I II III
.(I

BIHE

><ol></ol

><ul></ul

><li></li

><dl></dl

><dt></dt

><dd></dd

BIHE

BIHE

)(Images
HTML
> </img .
src .

BIHE

alt title
alt .

.
alt
.
title
.

BIHE


width height
)
(.

BIHE

BIHE

)(form input
) (form HTML

.
> <input
.

BIHE

textbox


type=text
.
20
size ).(size=40

BIHE

radiobutton

type=radio .

. checked
.

BIHE

checkbox

.
type=checkbox
. checked
.

BIHE

password
type=password
* .

BIHE

button
type=button button
value=text .
button > <button .


.

BIHE

dropdown


.
> <select
> <option .
.
selected > <option
.

BIHE

textarea

> <textarea .
rows cols
.

BIHE

fieldset
> <fieldset
> <legend
.

BIHE

action submit
submit
. action
.
.
.

BIHE

: type=reset
.

BIHE

BIHE

)(head

HTML .
.
> <head >title>,
<<base>, <link>, <meta>, <style ><script

BIHE

title

.

BIHE

base
target
> <a . target
.

BIHE

meta


. name
content .
.




.

BIHE

link
CSS .
.

BIHE

style
CSS HTML
. .

BIHE

script
javascript ...
HTML .
.
javascript .

BIHE

You might also like