F 4
F 4
AIM:
DESCRIPTION:
Setting the style of an HTML element, can be done with the style attribute.
To use an image as a link, just put the <img> tag inside the <a> tag. The
HTML <img> tag
SOURCE CODE:
<!DOCTYPE html>
<html>
<head>
<header style="background-color: rgb(228, 228, 228); color: rgb(93,
112, 233); font-size: 100px;text-align: center";><marquee
behavior="scroll" direction="right"
scrollamount="21">Minecraft</marquee></header>
<div>
<h1>About Minecraft:</h1>
<img src="C:\Users\md21a\Downloads\MCC.webp">
<a href="https://www.youtube.com/Minecraft">Minecraft on
Youtube</a><br><br>
</div>
</div>
</body>
</head>
</html>
OUTPUT:
RESULT: