Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 537 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 537 Bytes

Cardozo Coding Front-End Class One

Objectives

Learn basic HTML and make an plain HTML draft of personal website.

Concepts

  • Basic HTML box-model
  • <html>, <head>, <body>, <p>, <a>, <h1>, <h3>, <h4>, <br>, <em>, <strong>

Process

  1. Copy Personal Resume from a .doc file
  2. Paste as plain text into Sublime Text
  3. Add <html>, <head>, and <body>
  4. Format Resume with headings and paragraphs
  5. Add anchor tags to create links where necessary
  6. Finish first website!

Additional Resources