Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML How to Make a Website Beginning HTML and CSS Write a CSS Selector and Property

before <Style>

a

index.html
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">

<head>
  <pre><span class="nt">&lt;h1&gt;</span>Gold Play<span class="nt">&lt;h1&gt;</span>
</pre>

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="description" content="LSDlite is an easy-to-use website mirror utility. It allows you to download a World Wide website from the Internet to a local directory,building recursively all structures, getting html, images, and other files from the server to your computer. Links are rebuiltrelatively so that you can freely browse to the local site (works with any browser). You can mirror several sites together so that you can jump from one toanother. You can, also, update an existing mirror site, or resume an interrupted download. The robot is fully configurable, with an integrated help" />
    <meta name="keywords" content="LSDlite, LSDlite, LSDlite, winLSDlite, WINLSDlite, WinLSDlite, offline browser, web mirror utility, aspirateur web, surf offline, web capture, www mirror utility, browse offline, local  site builder, website mirroring, aspirateur www, internet grabber, capture de site web, internet tool, hors connexion, unix, dos, windows 95, windows 98, solaris, ibm580, AIX 4.0, HTS, HTGet, web aspirator, web aspirateur, libre, GPL, GNU, free software" />
    <title>Local index - LSDlite Team Group</title>
    <!-- LSDlite Website Copier/3.47-26 [XR&CO'2013] -->

    <style type="text/css">
    <!--
Steven Parker
Steven Parker
231,007 Points

It's not clear how the code you shared relates to the challenge. Did you have a specific question you wanted to ask about it?

And for the purpose of the challenge, the <style> tag will be the first thing in the HTML. You won't need to put anything before it.