Computer Science, asked by naira1626, 9 months ago

set the heading of the page as "save the earth". It should be in 'Arial' font and bold with size 60px and colour yellow.. HTML program​

Answers

Answered by SilentCrafter
7

Answer:

<!DOCTYPE html>

<head>

<h1 style = "font-family: Arial; font-size: 60px; color: yellow; font-style: bold"> Save The Earth </h1>

</head>

Hope it Helps !

Apologies for late answer

Similar questions