body
The <body> Element
body element main sara content likha jata hai. (Paragraphs, pictures, tables, etc).
<html>
<head>
<title>My webpage</title>
</head>
<body>
Hello pegham waloo!
</body>
</html>
.....
font
aaj ham font kay baray main baat karain gay ..apnay text ka font, color, size change kar saktay hian ...us key leye font ka code hi use kia jata hai ...aap tenoo cheezian bhi change kar saktay hain or in main say koi aik bhi
..start <font> say or end </font> say kartay hian ...
font kay 3 features hotay hain..
1.face
2.color
3.size
1.
<font face ="Arial">
mera pegham
</font>
2...
<font size ="5">
ppp
</font>
3..<font color ="#ff0000">
red
</font>
tenoo aik sath likha hoo to aap ka code yeh hoo ga
<html>
<body>
<font>
<font face ="Arial" color ="green" size ="10">
first line of the webpage
</font>
</body>
</html>
aaj ham font kay baray main baat karain gay ..apnay text ka font, color, size change kar saktay hian ...us key leye font ka code hi use kia jata hai ...aap tenoo cheezian bhi change kar saktay hain or in main say koi aik bhi
font kay 3 features hotay hain..
1.face
2.color
3.size
1.
<font face ="Arial">
mera pegham
</font>
2...
<font size ="5">
ppp
</font>
3..<font color ="#ff0000">
red
</font>
tenoo aik sath likha hoo to aap ka code yeh hoo ga
<html>
<body>
<font>
<font face ="Arial" color ="green" size ="10">
first line of the webpage
</font>
</body>
</html>
.................
Html Elements
<b>Text ko bold karnay kay leye</b>
<i> italic text karnay key leye</i>
<b>Text ko bold karnay kay leye</b>
<i> italic text karnay key leye</i>
.....................................

0 comments:
Post a Comment