100% found this document useful (1 vote)
171 views

HTML Mohamed Abbas

يحتوي المستند على معلومات أساسية حول لغة ‪HTML‬ مثل التركيب الأساسي لصفحة ‪HTML‬ وأهم العناصر والتوسيعات المستخدمة فيها مثل الروابط والصور ومربعات النص وقوائم العناصر المرقمة وغير المرقمة.

Uploaded by

Mus Tapha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
171 views

HTML Mohamed Abbas

يحتوي المستند على معلومات أساسية حول لغة ‪HTML‬ مثل التركيب الأساسي لصفحة ‪HTML‬ وأهم العناصر والتوسيعات المستخدمة فيها مثل الروابط والصور ومربعات النص وقوائم العناصر المرقمة وغير المرقمة.

Uploaded by

Mus Tapha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 30

HTML

Cropped and Collected By :


Mohamed Abbas

Page 1

....................................................
3 - 1 ............................................................................ HTML

3 - 2 Tags ........................................................ HTML

6 - 3 HTML Head ......................................

8 - 4 Inline .......................................................... Block

8 - 5 Lists ..................................................................................

10 - 6 ............................................................... Font

13 - 7 .......................................................................................... Table

18 - 8 Class ....................................................................

19 - 9 ........................................................................................... Form

23 - 10 Textarea ................................................................. Fieldset

27 - 11 ....................................................................................... Iframe

29 - 12 ...................................................................................... Entities

Page 2
1 HTML
HTML = Hypertext Markup Language

- 1 HTML

><html

><head


></head

><body


></body

></html

- 2 Tags HTML

_blank

img

title

Page 3
input text ..
value

password

heading h1
h6

p paragraph
space enter

Page 4

team .. images

url

alt

Page 5
new story new

new story a .. new id


.. new href

- 3 HTML Head

DOCTYPE HTML . HTML5

><head

Page 6
> <head :

tab ><head
:

css css ><head

css folder ><head

javascript javascript
> <head > <head > <body
> <body ><body

><head

Page 7
" "

- 4 Inline Block

a img span inline



> <br

p h div block
> <br div p h

- 5 Lists

unordered list

Page 8
ordered list

starting tag

Page 9
ul ol

description list

- 6 Font

b bold

CSS

Page 10
i

small

strong bold

em italic

blockquote

Page 11
q " "

mark

del

ins del

sup

sub sup

Page 12
Table - 7

<table>

<tr> table row

<th></th> table heading

<td></td> table data

</tr>

</table>

Page 13
Page 14
> <thead CSS

> <tfoot CSS

tfoot thead

Page 15
> <tbody CSS

colspan

Page 16
rowspan

: colspan rowspan
2 3 td

> <colgroup CSS


3

Page 17
- 8 Class

class div p CSS


class style
CSS div ""test

Page 18
- 9 Form

>"<form name="register

><label>username</label

><input

></form

form

label

input

type : input

Name

Value

Page 19

Page 20
javascript

reset

reset

Choose file

: value file javascript

submit

Page 21
hidden submit

: name
name 6 browser
6

Page 22
name 3

- 10 Textarea Fieldset

row col

read only
Page 23
fieldset legend

select

select option

Page 24
disabled

size

multiple click ctrl

option disabled

selected

Page 25
value

optgroup

disabled
Page 26
- 11 Iframe

iframe

overflow:hidden scroll firefox


Page 27
scroll

scrolling auto scroll


Page 28
- 12 Entities

Entities
tags

; & Non breaking space

; & less than

Page 29

#21 Learn Html - Create A Nice Form

form CSS

#24 Learn Html - Simple Layout

HTML

End Of HTML .

Page 30

You might also like