কিছু HTML এট্রিবিউটস্
ট্যাগ
|
এট্রিবিউটস্
|
<font>
|
size="5" face="Tahoma" color="red"
|
<h1>….<h6> <p>
|
align="center" align="left" align="right" title="Bangladesh"
|
<body>
|
bgcolor="green" background="../images/ele.png"
|
<div>
|
id="book" class="pen" align="center"
|
<img> <table>
|
height="100px" width="50px" border="5px"
|
<input />
|
type="text" name="TextField"
|
উদাহরণ প্রোগ্রাম
<html>
<head>
<title> www.tutohost.com</title>
</head>
<body bgcolor=" green">
<font size="5" face="Tahoma" color="red">
This is a paragraph.
</font>
</body>
</html>
<head>
<title> www.tutohost.com</title>
</head>
<body bgcolor=" green">
<font size="5" face="Tahoma" color="red">
This is a paragraph.
</font>
</body>
</html>
0 comments:
Post a Comment