Https://github.com/mdn/learning-area/blob/master/html/introduction-to-html/structuring-a-page-of-content-finished/index.html

Continuing the discussion from Learning web development: Marking guides and questions:

Hello! Had a technical question about the assessment for this assignment. It seems I can only see the full results when I actually copy/paste css code into my html5. I know this isn`t really right but the results are far better than: . What am I doing wrong?

I don’t really know what this comment means - see full results where? Are you talking about seeing the results in this discourse forum? In which case you wouldn’t see results properly because it interprets your HTML and tries to display it as part of the page, which messes things up.

The best way to show me some work would be to put it up on GitHub (see https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Using_Github_pages)

Hi Chris
Thanks for your msg. What I meant is that only when I copy/paste the entire CSS you give into my html can I see the results as they should be…a green background with all fonts and sizes in their place. In your html example, the actual CSS is not added, only this:

<link rel="stylesheet" href="style.css”> <p>When I add the above element, my page doesn’t render like it should.</p> <p>Anyways, I`ll put up my work on Github.</p> <p>Cheers</p>