Computer Science, asked by adityasinghal26, 1 year ago

17. Give the coding for giving the heading 'PACE
Computer Education' of <H1> tag, font style
as Comic Sans MS, text color as blue. Body text
color as red, background as green, alignment as
center, font style of body text as Brush script,
size = 15. The text for body is as follows:
Education is the
ability to listen to almost
anything without
losing your temper
or your
self confidence.
And so is Democracy and Maturity too.​

Answers

Answered by MrityunjaySharmaa
43

Please follow the codes:

<html>

<head>

</head>

<body bgcolor="green" align="center" text="red" font-face="Brush Script" font-size="15px">

<h1>

<font face="Comic Sans MS" color="blue" >PACE Computer Education</font>

</h1>

Education is the

ability to listen to almost

anything without

losing your temper

or your

self confidence.

And so is Democracy and Maturity too.

</body>

</html>

Answered by malvika1243
12

HOPE IT HELPS

MARK AS BRAINLIEST

Attachments:
Similar questions