Sei sulla pagina 1di 7

Reg no: 18BIT0327

1.a <html>

<head>

<body>

your_name

</body>

</head>

</html>

b.

<html>

<head>

<body>

1<br> 2<br> 3 <br>4 <br>5 <br>6<br> 7<br> 8<br> 9<br>10

</body>

</head>

</html>

c. <html>

<head>

<title>This is a web page</title>

<body>

</body>

</head>

</html>

d. <html>

<head>

<title>19-07-19</title>

<body>

When was this webpage created?

Check page's title for the answer.

</body>
</head>

</html>

e. <html>

<body>

What ever you need

</body>

</html>

f. <html>

<head>

<meta http-equiv="refresh" content="5">

<?php header("Expires: " . gmdate('D, d M Y H:i:s \G\M\T', time() - 3600)); ?>

<body>

When was this webpage created?

Check page's title for the answer.

</body>

</head>

</html>

2.

a. <html>

<head>

</head

<body>

<font color="yellow">my name</font>

</body>

</html>

b. <html>

<head>

</head

<body>

<font color="0000ff">0</font>

<font color="0000ff">1</font>
<font color="0000ff">2</font>

<font color="0000ff">3</font>

<font color="0000ff">4</font>

<font color="0000ff">5</font>

<font color="0000ff">6</font>

<font color="0000ff">7</font>

<font color="000f0f">8</font>

<font color="0000ff">8</font>

<font color="0000ff">9</font>

<font color="0000ff">10</font>

</body>

</html>

c <html>

<body>

<font face="Tahoma">my name</font>

</body>

</html>

d. <html>

<body>

N<b><u>a</b></u>me

</body>

</html>

e. <html>

<body>

<font face="canvas">ccccccccccccccccccccccccccccccc</font><br>

<font face="italic">ccccccccccccccccccccccccccccccc</font><br>

<font face="rows">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</font><br>

<font face="armenian">bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</font><br>

</body>

</html>

f. <html>
<head>

<title>Review of the book</title>

<body>

The book named <b><u>The web technologies</b></u> is written by <b><u>Robbin</b></u> this is


a <i>legitimate</i> writing written <i>marvellously</i>.

</body>

</head>

</html>

g. <html>

<body>

<h1>X</h1>

<h2>Y</h2>

<h3>Z</h3>

<h3>A</h3>

<h3>B</h3>

<h3>C</h3>

</body>

</html>

h. <html>

<body>

<!>--<code>

ccccccccccccccccccssssssss<br>

gggggggggggggggggg<br>

yyyyyyyyyyyyyy

oooooooooooooooo

</code>--</i>

</body>

</html>

i. <html>

<body>

a<sup>2</sup>+b<sup>2</sup>=2ab
</body>

</html>

j. <html>

<body>

H<sub>2</sub>O

</body>

</html>

k. <html>

<body>

<code>

ccccccccccccccccccssssssss<br>

gggggggggggggggggg<br>

yyyyyyyyyyyyyy

oooooooooooooooo

</code>

</body>

</html>

l. <html>

<body bgcolor="yellow">

</body>

</html>

m. <html>

<body>

hi

<img scr="smily.jpg" alt="smily face gif" height='4200' width='3400'>

</body>

</html>

n. <html>

<body>

<font size=10 >hi<font> <br>


<big>hi</big>

</body>

</html>

o. <html>

<body>

<marquee direction='down'>name</marquee>

</body>

</html>

5.

<html>

<body>

<table border=1 align="center">

<tr>

<th colspan="4">Purchased Equipments(June,2006)</th>

<!--<th colspan="2">Telephone</th>-->

</tr>

<tr>

<td rowspan="2">Item Name#</td>

<td rowspan="2">Item Picture</td>

<td>Item Description</td>

<td>Price</td>

</tr>

<tr>

<td>Shipping Handiling, Installation, etc</td>

<td>Expensive</td>

</tr>

<tr>

<td rowspan="2">1</td>

<td rowspan="2"><img src="download.jfif" alt="Computer"></td>

<td>IBM Clone Computer</td>


<td>$400,00</td>

</tr>

<tr>

<td>Shipping Handiling, Installation, etc</td>

<td>$2000</td>

</tr>

<tr>

<td rowspan="2">2</td>

<td rowspan="2"><img src="download (1).jfif" alt="Microprocessor"></td>

<td>1GB RAM Module for Computer</td>

<td>$5000</td>

</tr>

<tr>

<td>Shipping Handiling, Installation, etc</td>

<td>$1400</td>

</tr>

<tr>

<th colspan="4">Purchased Equipments(June,2006)</th>

</tr>

</table>

</body>

</html>

Potrebbero piacerti anche