Computer Science, asked by deepakg1964, 8 months ago

write the html code to display your name and address with following specifications:
a) title should be 'my profile'
b) name in 'red' color , address in 'green' and background in 'yellow' color.
c) name in font " times new roman" and address in font "Arial"
plzz answer fast...

Answers

Answered by ArpitMishra506
6

<html>

<head>

<title>my profile</title>

</head>

<body bgcolor ="yellow">

<center>

<font face="Times new roman" color ="red">Your name</font>

</br>

<font face="Arial" color="green ">Your address</font>

</center>

</body>

</html>

.

.

.

.

HOPE THIS HELPS YOU

.

.

.

.

PLEASE MARK AS BRAINLIEST AND FOLLOW ME TOO

Similar questions