Skip to content

Instantly share code, notes, and snippets.

@Ggoering
Last active July 3, 2017 20:15
Show Gist options
  • Select an option

  • Save Ggoering/bd97d3ca30f696d42e49b814127e4a9d to your computer and use it in GitHub Desktop.

Select an option

Save Ggoering/bd97d3ca30f696d42e49b814127e4a9d to your computer and use it in GitHub Desktop.
Turing Mod 1 HTML Lesson 2 Challenge 3
<title>
<p>Main Title</p>
<form aria-label="article searchbox" name="lookup" action="/" method="get">
<input role="searchbox" type="search">
<input role="button" type="submit">
</form>
</title>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/products">About</a></li>
<li><a href="/about">Contact</a></li>
</ul>
</nav>
<body>
<article>
<p>Content Title Subject One</p>
<p>This is the content of this important section</p>
</article>
<article>
<p>Content Title Subject Two</p>
<p>This is the content of the section important section</p>
</article>
<br>
<img alt="mountain from the article" src="mountain.jpg" />
<br>
</body>
<footer>
<span>Copyright &amp;copy; Aurelio De Rosa 2014</span>
</footer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment