Create a webpage using HTML to print “Hello!” and apply following formatting on the webpage Background color – Yellow 2. Text color – Red 3. Font face – Arial 4. Font size – 5
Answers
Answered by
2
<!DOCTYPE html>
<html>
<body>
<head>
<title>hello</title>
</head>
<body>
<html>
2.<style>
body {background-color: yellow;}
</style>
3.<p style="color:red">This is a paragraph.</p>
<p style="color:blue">This is another paragraph.</p>
4.<font-face="Arial"size="20px"color="#FF7A59">Your text here.<font>
Hope it helps you
Similar questions
Math,
4 days ago
Math,
9 days ago
Math,
9 days ago
Social Sciences,
9 months ago
Geography,
9 months ago