Note to contributors: this repository is currently NOT accepting pull requests. Please DO NOT SUBMIT a pull request.
The purpose of this repository is to help you practice using HTML elements in their proper syntax.
Observe the files in this repo:
- index.htmlis where you will be doing your coding.
- index.mdis just an example of how plain the HTML Basics look in markdown syntax. You can ignore this file if you want to.
- index.txtis the raw code you will be copying/pasting into- index.html.- NOTE: embedding codeinside HTML is tricky. It often requires using
- <instead of- <and
- >instead of- >.
- This has already been converted for you.
 
- NOTE: embedding 
- README.mdis the file you're reading. You should be reading it on GitHub.
- result.pngis the result you should be aiming for with- index.html.
- style.cssis the styling that will make- index.htmllook pretty. You're welcome.
- Fork and clone this repo.
- Little by little, start copying/pasting small chunks of raw text from index.txttoindex.htmlINSIDE here:
    <div class="wrapper">
     
    </div>
- Use the appropriate HTMLsyntax to format the code until the preview looks likeresult.png.- HINT: To make your codeshow up in red, surround it with the proper open/close<code>tags.
 
- HINT: To make your 
- Make sure you add/commit/push. Then go into your repo's settings on github and change gh-pages to use themasterbranch.
- If you finish early, add a section to the bottom with links to helpful resources for learning more HTML Basics.
Good luck!