You are on page 1of 5

Assignment 9a):Design a web page to show your name as marquee in the cv document

<html>

<head>

<title>

Raghav wadhwa 9a)

</title>

</head>

<body bgcolor="yellow">

<Marquee>

<h1>Raghav wadhwa</h1>

</marquee>

<p align="center"><b><u><h2>Objective</h2></u></b></p>

I want to become a web developer

<hr>

<p align="center"><b><u><h2>Educational Qualification</h2></u></b></p>

<pre>

<h3>MARKS</h3>

Class 10<sup>th</sup>-84%

Class 12<sup>th</sup>-90%

Pursuing BBA from IINTM

<hr></pre>

<b><u><h2>Achievments</h2></u></b>

Certificate in Basketball at state level

<hr>

<b><u><h2>Strength</h2></u></b>
Confident, Punctual

<hr>

<b><u><h2>Hobbies</h2></u></b>

<pre>

Basketball

Cricket

Music

</pre>

<hr>

<b><u><h2>Personal Details</h2></u></b>

<pre>

Name- Raghav wadhwa

Age- 19

<hr>

</body>

</html
Assignment 9b):Design a webpage having various image directions as marquee

<html>

<head>

<title>

Raghav wadhwa 9a)

</title>

</head>

<body bgcolor="yellow">

<Marquee direction="up">

<h1><img src="iitm.jpg" height="300" width="300"></h1>

</marquee>

<marquee direction="down">

<center><h2><img src="iitm.jpg" height="300" width="300"></h2></center>

</marquee>

<marquee direction="right">

<h3><img src="iitm.jpg"align="right" height="300" width="300"></h3>

</marquee>

</body>

</html

You might also like