How can background and foreground colors be set
Answers
Answered by
2
Change the Active Foreground and Background Colors
Select the Eyedropper tool on the toolbox, and then click anywhere in the active document to change the foreground color. Hold down the Alt (Win) or Option (Mac) key, and then click to change the background color.
Answered by
0
Answer:
<!doctype html>
<html>
<head>
<title> My Website </title>
</head>
<body bgcolor="gray">
<h1> HTML For Beginners </h1>
<p> Learn basics of HTML </p>
</body>
</html>
Similar questions