1.

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”​

Answer»

ong>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



Discussion

No Comment Found