0% found this document useful (0 votes)
16 views3 pages

F 4

Uploaded by

md21arshad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views3 pages

F 4

Uploaded by

md21arshad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

EX.NO.

DEVELOP WEB SITE WITH SUITABLE CONTENTS AND LINKS

AIM:

To develop a website using suitable contents and links by using HTML


tags.

DESCRIPTION:

The HTML <a> tag defines a hyperlink.

HTML headings are defined with the <h1> to <h6> tags.

The HTML <p> element defines a paragraph.

The HTML <br> element defines a line break.

Setting the style of an HTML element, can be done with the style attribute.

The background-color property defines the background color for an HTML


element.

Use font-size for text sizes

The target attribute specifies where to open the linked document.

To use an image as a link, just put the <img> tag inside the <a> tag. The
HTML <img> tag

is used to embed an image in a web page.

The style attribute to specify the width and height of an image.

The <ol> tag defines an ordered list.

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>

<body style="font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida


Grande', 'Lucida Sans', Arial, sans-serif;" ; >

<div>

<img src="C:\Users\md21a\Downloads\MC.jpeg"; height="400px";


width="400px";>

<h1>About Minecraft:</h1>

<div style="font-size: 20px;">

<img src="C:\Users\md21a\Downloads\MCC.webp">

<p>Minecraft is a 3D survival sandbox game developed and published


by Mojang, spanning multiple platforms.</p>

<p>It was first released by the independent video game designer


Markus Persson in 2009, before giving the development to Jens
Bergensten in 2011 after the game's full 1.0 update. The game has no
specific goals to accomplish, allowing players a large amount of freedom
in choosing how to play the game.</p>

<p>Gameplay is in the first-person perspective, with the core


gameplay modes being survival, in which players must acquire resources
to build the world and maintain health (optionally with a "hardcore" limit,
which deletes the world after the player dies); and creative, in which
players have unlimited resources, no hunger and are able to fly. The game
world is composed of voxels—cubes, commonly called "blocks"—
representing various materials, such as dirt, stone, ores, tree trunks,
water, and lava, which are arranged in a 3-dimensional grid. Gameplay
revolves around picking up and placing these objects as the player
pleases, while being able to move freely around the world.</p>

<a href="http://minecraft.net/en/">Buy Minecraft</a><br><br>

<a href="https://www.youtube.com/Minecraft">Minecraft on
Youtube</a><br><br>

<a href="https://twitter.com/Minecraft">Minecraft on X</a><br><br>

</div>

</div>
</body>

</head>

</html>

OUTPUT:

RESULT:

Hence the output has been displayed.

You might also like