Computer Science, asked by VibhuRaj, 7 months ago

Write HTML code to display your name and address with following

specifications:- [3]

a) Title of the page should be “My Profile”.

b) Name should appear in “Red” colour, Address in “Green” colour and

background in “yellow” colour.

c) Name should be in Font “Times New Roman” and Address in Font

“Arial”​

Answers

Answered by honey452333
2

Answer:

Here is the HTML code.

Html

head

title. My profile /title

/head

body bgcolor= "yellow"

Font color="red" face="Times New Roman"

H1. Name goes here... /H1

Font color="green" face="Arial"

H2. Your address goes here... /H2

/Font

/Body

/Html

Similar questions