These are the materials for a crash course in HTML and CSS delivered by The Iron Yard! Feel free to use these materials in any way you wish so long as it is not for commercial use.
- To start, click on the "Clone or download" button on GitHub (it's green, on the right side of the page).
- This will allow you to download a zip file with all this stuff in it.
- Unzip the file somewhere on your computer.
- Open up that directory using a code editor like Atom or Sublime Text.
- You can review the finished code (in the
finished
directory) or start to work on your own solution!
- To start your own solution, create two new files:
index.html
andstyles.css
- Start putting your HTML code in the
index.html
file. - Add your presentation pieces (CSS code) in the
styles.css
file.
- When you're done, you can create an account on github.com and upload your files there!
- If you name the repository
[your-user-name].github.io
then you will be able to see your creation live on the Internet! - (Note: replace your actual GitHub username above!)
Like what you saw? Join us at The Iron Yard to learn a LOT more and start your journey to become a true software developer!