I am trying to create my first web page. The style part of the code was suposed to change the background color, but it dont. By mistake I changed the default way to open css files to "skype" and this created a problem. I changed it to notepad, but that did not fix the problem and I cant remember the default program to open it. I dont know if this is the source of my problem or if it is the code.
<!doctype html>
<html>
<head>
<title> My web Page </title>
<style>
body {
background:red;
}
</style>
</head>
<body>
<h1> My webSite</h1>
<h2> This is my homepage content</h2>
</body>
</html>
Aucun commentaire:
Enregistrer un commentaire