Computer Science, asked by shrawankumarsingh246, 6 months ago

write an html code to apply the font size"6"and colour"red" to the text "delhi"​

Answers

Answered by arushi703
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 aarebsameer137
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