Help me,i need to change the color of the background of my website and i dont know how, I still haven't tried doing that because i dont know how. I have only coded these lines:
<!DOCTYPE html>
<html>
<head>
<title>My first creations with coding!</title>
</head>
<body>
<h1>My first creations with coding!</h1>
<br>
<p>>like pro</p>
</body>
</html>
You need a Cascading Style Sheet or
.cssfile my dude. You can read more about that here.Without reading that doc & overloading you with an insane amount of information... how can you set it up & get going?
assetsassetsfolder, create a new file namedstyle.cssstyle.cssto yourhtmlfile, within yourheadelement. Using the following code :style.csscssfile.Now just repeat steps 5-8 to change the background of your site.