3. Display Letter Head of your college on a web page & it must be scrolling Right to Left
<html>
<head>
<title>letterhead</title>
</head>
<body>
<marquee width="80%" direction="left" height="400px">
<h1>GNIMT (Guru Nanak Institute of Management and Technology)</h1>
</marquee>
</body>
</html>
Output