write an html code to apply the font size"6"and colour"red" to the text "delhi"
Answers
Answered by
6
Explanation:
<HTML>
<HEAD>
<TITLE>changing font and add colour
</TITLE></HEAD>
<BODY bgcolour=blue>
< font size=6 colour=red>
DELHI
</font>
</BODY>
</HTML>
Answered by
0
Answer:
<html>
<head>
<title>XYZ</title>
</head>
<body><p>
<font face="arial" font color="red" font size="6">delhi</font>
</p></body>
</html>
Hope it helps u
Mark me as the brainliest
Similar questions
Social Sciences,
6 months ago
Math,
6 months ago
English,
10 months ago
Science,
10 months ago
English,
10 months ago