this is my head code:
< !Doctype html>
< meta name=“viewport” content=“width=device-width, initial scale=1”>
Dave’s Logo Designs< /title>
< head>
< link rel=“stylesheet” type=“text/css” href=“dld2.css”/>
< /head>
< body>
My css sheet is NOT loading at all. I don’t know what I’m doing wrong.
Codecademy doesn’t support creating new CSS pages, and <!DOCTYPE html> should be capitalized accordingly. Also, why are all your tags floating?
You have:
the prtsc (print screen) button on your keyboard? You use windows? by default, this will mean it is on your clipboard, open paint, and press ctrl + v (paste), then save the paint, then upload it here
why do you have colons after your css selectors? h1: should be h1, same for the rest
@cadecodes, well, i put two paragraphs in my previous answer (one you saw because i use format/indentation), the other you did not (i didn’t use indentation). So if you don’t know how to indent/format, you can use the spaces to make it sow:
< p >i show< /p > (spaces) <p>i show</p> (indent/format)
i do not show
(nothing, it is invisible, there are really `` tags in this line
that are 3 paragraphs (you only see 2)
@objectplayer08304, ignore @cadecodes, i will explain this to him (cadecodes) a messages, since it is not relevant to the discussion. Did you remove the colons after the css selectors like i said?