Hello and welcome to your first steps in web design!
This is the original version of my Hello World page.
This seems like some chill music for coding.
Helpful Links
- View the course syllabus
- W3Schools HTML Tutorial
- Free Code Camp - (new) Responsive Web Design Course
- About Professor Huang
Important Terms & Concepts
- View Source
- Server
- Remote
- Local
- HyperText Markup Language
- Tag
- Open & Close
- Nesting / Enclosing
- Semantic Markup
- Indenting
- id
- class
- attribute - name="value"
Tags You Will Learn in Weeks 1 & 2
- <!DOCTYPE html>
- <html>
- <head>
- <title>
- <body>
- <main>
- <footer>
- <section>
- <h1>
- <h2>
- <h3>
- <h4>
- <h5>
- <h6>
- <p>
- <ul>
- <ol>
- <li>
- <a> href / target
- <img> src / alt (self-closing)
- <figure>
- <figcaption>
- <em>
- <strong>
- <form> action
- <input> type / name / placeholder / required (self-closing)
- <button>
- <label>
- <fieldset>
- <legend>
- <!-- -->
Float Left
Float Right