Computer Science, asked by arissarahman31, 12 days ago

Write a script in HTML for displaying your name in brown color.

Answers

Answered by nakshatranath
0

Answer:

Colors are very important to give a good look and feel to your website. You can specify colors on page level using <body> tag or you can set colors for individual tags using bgcolor attribute. bgcolor − sets a color for the background of the page.

Explanation:

plz Mark as brainliest..

Answered by harshitsingh13
1

Answer:

<html>

<head>

<title>Display Name in Brown colour</title>

</head>

<body>

<font colour="Brown"> Name </font>

</body>

</html>

Similar questions