This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Gabi Kuiper
almost 10 years

It should work?

<!DOCTYPE html>
<html>
    <head>
        <link type="text/css" rel="stylesheet" href="stylesheet.css"/>
        <title>Result</title>
    </head>
    <body>
    <h1>Gabi</h1>
    <p>Ayy</p>
    <img src="http://fc04.deviantart.net/fs71/f/2011/157/e/b/deadpool_pole_dance_by_quere-d3i7542.gif"/>
    </body>
</html>

That’s the code currently in my index.html tab.

h1 {
    font-family: Verdana, sans-serif;
    color: #576D94;
}

p {
    font-size: 18px;
    color: #4a4943;
    font-family: Garamond, serif;
}

image {
    height: 100px;
    width: 300px;
    border: 1px solid #4682b4;
}

That is the code in my stylesheet.css tab. What’s wrong with it?

Answer 534f3d6552f8630c51000066

1 vote

Permalink

Nevermind! Just had to change “image” to “img”. :P

points
Submitted by Gabi Kuiper
almost 10 years