0% found this document useful (0 votes)
10 views6 pages

HTML Structure and Web Protocols Guide

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
0% found this document useful (0 votes)
10 views6 pages

HTML Structure and Web Protocols Guide

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

Page 1 of 6

01„ ক. গ ।
খ. https:// www. padmabridge. gov. bd/ general information
nd
Protocol Sub-Domain 2 Domain Generic Country File Path/ File Name
Top Level Domain
Domain Name
কম খ ১ ম ক ক
গ. Hierarchical or Tree Web Structure ক ১ + ১
ক খ ক ১
ঘ. ম - Local Website, ম - Website Publish ক । ১
Website Publish এ । ৩

02„ ক. FTP এক Standard Protocol ক Computer এ Server এ ম ক।


খ. ১ এক এ ক
এক ক এক । ১
গ. Welcome to AKMCC ─ ▣ X

Our College Campus


AKMCC
Information and Communication Technology

Abdul Kadir Mollah City College


Narsingdi-1600
Phone:01856463450
Basail, Nasingdi Sadar, Narsingdi
২ ১ ।
ঘ. Name Henry Charls
Roll 01 02
Subject Physics Math Chemistry Math Biology Physics
image [Link] [Link]

কক খ ১। ক ক ।
<!DOCTYPE html>
<html>
<head>
<title> ... </title>
</head>
<body>
<table border="1" cellspacing="0">
<tr align="center">
<td>Name</td>
<td colspan="3">Henry</td>
<td colspan="3">Charls</td>
</tr>
<tr align="center">
<td>Roll</td>
<td colspan="3">01</td>
<td colspan="3">02</td>
</tr>
<tr align="center">
<td>Subject</td>
<td>Physics</td>
<td>Math</td>
<td>Chemistry</td>
<td>Math</td>
Prepared By
<td>Biology</td> [Link]
<td>Physics</td>
</tr>
<tr align="center">
Page 2 of 6

<td>image</td>
<td colspan="3"><img src="[Link]"></td>
<td colspan="3"><img src="[Link]"></td>
</tr>
</table>
</body>
</html>

03„ ক. ।
খ. font tag এ :
<font face = "fontname" color ="fontcolor " size = "sizenumber">

এখ <font> গ ম ,
face: ম ক ।
color: ক ।
size : খ ক । Prepared By
[Link]
গ. <!DOCTYPE html>
<html>
<head>
<title> ... </title>
</head>
<body>
<h2>Welcome to Padma Multipurpose Bridge</h2>
<i> The total length of the Padma bridge </i> is 6.15 km and width is
18.10m. It is a <sup>four</sup> lane <s>highway and single lane Railway
Bridge</s>. The <b> total number of spans of the bridge </b> is
<sub>41</sub>. Each of them is <sup>150</sup> meters long and weighs 3,140
tons. “Bangladesh Bridge Authority” is maintaining <u>the Padma Bridge.</u>
</body>
</html> 4 /2 ড় ক 1ক ।
ঘ. <!DOCTYPE html>
<html>
<head>
<title> ... </title>
</head>
<body>
<table border="1" cellspacing="0">
<caption>Dhaka Mass Transit Company Limited (DMTCL)</caption>
<tr align="center">
<td>Native Name</td>
<td><font face="SutonnyMJ"> ক ম </font></td>
</tr>
<tr align="center">
<td>Inaugurated by PM</td>
<td>28 December, 2022</td>
</tr>
<tr align="center">
<td>Length</td>
<td>21.26 km</td>
</tr>
<tr align="center">
<td>Photo</td>
<td>
<a href="[Link]"><img src="[Link]"></a>
</td>
</tr>
</table>
</body>
</html> LINK+IMAGE ক । 1/2 1/2 ম ক ক

04„ ক. , খ ৎ ম ক।
এক খ ।
Page 3 of 6

খ. এক ক এক ক গ
ক । :
< a href = “url” > link text </a>
ক ক এক ক ম এক ক ম ক ক কম
ক । ক ক । ক ম । ম
এক ।
গ. Dynamic website । ১
+ খ (Database, MySQL, SQL, Oracle, PHP, ASP, JSP) ক । ২
ঘ. <!DOCTYPE html>
<html>
<head>
<title> ... </title>
</head>
<body>
<p align="center"><b><u>Bangladesh Primier League</u></b></p>
Team name:
<ul type="square">
<li>Dhaka Dominators</li>
<li>Chattogram Challengers</li>
<li>Chattogram Challengers</li>
<li>Cumilla Victorians</li>
<li>Fortune Barishal</li>
<li>Khulna Tigers</li>
<li>Rangpur Riders</li>
<li>Sylhet Strikers</li> Prepared By
</ul> [Link]
</body>
</html> কম খ 4 ।

05„ ক. এম এক ম ম এক ক ক ,
ক এ ক ক ক খ, এ , ক
খ ।
খ. খ ১
ক IP Address খ ম খ ক ক । IP Address ক গ ক
ক ম( ম ম) ক ।
গ. <!DOCTYPE html>
<html>
<head>
<title> ... </title>
</head>
<body>
<a href="[Link]"> <img src="[Link]"> </a>
</body>
</html> href আ src এ attribute খ ক ।
ঘ. <!DOCTYPE html>
<html>
<head>
<title> ... </title>
</head>
<body>
<table border="1" cellspacing="0">
<tr align="center">
<td colspan="3">AKMCC</td>
</tr>
<tr>
<td rowspan="2" align="center"><img src="[Link]"></td>
<td rowspan="2">
<ol type="i">
<li>Science</li>
<li>Humanities</li>
<li>Business Studies</li>
Page 4 of 6

</ol>
</td>
<td>Teachers – 90</td>
</tr>
<tr>
<td>Students - 2700</td>
</tr>
<tr>
<td colspan="3"> <u>Abdul Kadir Mollah City College</u> <sup>is</sup>
situated <sup>along</sup> DHAKA Sylhet <del>Highway</del></td>
</tr>
<tr>
<td colspan="2">
<a href="[Link]">Click Here</a>
</td>
<td></td>
</tr>
</table> Prepared By
</body> [Link]
</html>

06„ ক. URL এ খ খ ।
খ. IP Address & Domain Name এ Domain Name ক এ ক IP Address এ খ
ক ।
গ. <!DOCTYPE html>
<html>
<head>
<title> ... </title>
</head>
<body>
A list of things:
<ol>
<li>Rice
<ul type="circle">
<li>Made from paddy</li>
</ul>
<ul type="square">
<li><font face="SutonnyMJ"> আ ,আম </font></li>
</ul> </li>
<li>Computer
<ul type="circle">
<li>An electronic device</li>
</ul>
<ul type="square">
<li><font face="SutonnyMJ"> , </font></li>
</ul> </li>
</ol>
</body>
</html>
ঘ. ক -০২ এ ক ক মক ।ম ম । ক
ক । কএ ম ক । খ ক ।

07„ ক. ।
খ. HTML ক ম ম ক ক ম <head> <title> <body> । <head> <title> <body>
ক ম খ ।
গ. - ০১ Linear এ - ০২ Tree এ ক ম ম ক ক ক - ০২.
।এ ০২ ক খ ক ।
ঘ. <!DOCTYPE html>
<html>
<head>
Page 5 of 6

<title> ... </title>


</head>
<body>
<table border="1" cellspacing="0">
<tr>
<th colspan="5">Purchased Equipment</th>
</tr>
<tr>
<td rowspan="2" align="center"><b> Item No. </b></td>
<td rowspan="2" align="center"><b> Item Image </b></td>
<td colspan="2" align="center"><b> Description </b></td>
<td>Price</td>
</tr>
<tr>
<td><b> Shipping </b></td>
<td><b> Handling </b></td>
<td>Expense</td>
</tr>
<tr>
<td rowspan="2"><b> 1 </b></td>
<td rowspan="2" align="center">
<a href="[Link]">
<img src="[Link]">
</a>
</td>
<td colspan="2"><b> A. IBM Clone </b></td>
<td><b> $400 </b></td>
</tr>
<tr>
<td colspan="2"><b> B. Handling </b></td>
<td><b> $40 </b></td>
</tr>
<tr>
<td colspan="4" align="center" >Total Cost </td>
<td><b> $440 </b></td>
</tr>
</table>
</body>
</html>

08„ ক. গ ।
খ. খ ১
ক IP Address খ ম খ ক ক । IP Address ক গ ক
ক ম( ম ম) ক ।
গ. <!DOCTYPE html>
<html>
<head>
<title> ... </title>
</head>
<body>
<ol type="i">
<li><font face="SutonnyMJ"> </font></li>
<li><u><b>Metro Rail</b></u></li>
<li>(A<sub>1</sub>∪B<sub>1</sub>)'=A<sub>1</sub>'∩B<sub>1</sub>'</li>
</ol>
</body>
</html>
ঘ. Prepared By
[Link]
Page 6 of 6

Department Science Business Studies Humanities


Student Boys Girls Boys Girls Boys Girls
400 500 100 150 150 200

[Link]

কক খ ১। ক ক ।

<!DOCTYPE html>
<html>
<head>
<title> ... </title>
</head>
<body>
<table border="1" cellspacing="0">
<tr align="center">
<td>Department</td>
<td colspan="2">Science</td>
<td colspan="2">Business Studies</td>
<td colspan="2">Humanities</td>
</tr>
<tr align="center">
<td rowspan="3">Student</td>
<td>Boys</td>
<td>Girls</td>
<td>Boys</td>
<td>Girls</td>
<td>Boys</td>
<td>Girls</td>
</tr>
<tr align="center">
<td>400</td>
<td>500</td>
<td>100</td>
<td>150</td>
<td>150</td>
<td>200</td>
</tr>
<tr align="center">
<td colspan="6"><img src="[Link]"></td>
</tr>
</table>
</body>
</html>

For Youtube: [Link]

Prepared By
[Link]

You might also like