Computer Science, asked by swarabham, 1 day ago

Create a Web page using HTML to give description about “Computer Languages”. Use all the possible tags of HTML to make your web page attractive.

PLEASE HELP

Answers

Answered by prithvirajpaul6jhcs
1

Answer:

<!DOCTYPE html>

<html>

<head>

<title>Computer languages</title>

</head>

<body>

<h1> First Heading for Computer Languages</h1>

<p>Explaination of Computer languages. whatever you know.</p>

</body>

</html>

For adding colour to a text use this format:

<h1 style="color:blue;">This is a heading</h1>

<p style="color:blue;">This is a heading</p>

Answered by Sarthakmishra090110
0

Answer:

Here is your buddy

Explanation:

<html>

<head>

<h1><font face="cooper black" color="red">Computer Languages</font></h1>

<body bgcolor="blue">

Add your text here

</body>

</html>

________________________________________________________

Pls like my answer and mark my answer as brainliest.

And one more thing pls like, share and subscribe my channel.

Similar questions