reading-notes

View the Project on GitHub Abu-laban/reading-notes

HTML & CSS

DOCTYPEs

  1. HTML 5

    <!DOCTYPE html>

  2. HTML 4

    <!DOCTYPE html PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN” “http://www.w3.org/TR/html4/loose.dtd”>

  3. Transitional XHTML 1.0

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/ xhtml1-transitional.dtd”>

  4. Strict XHTML 1.0

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/ xhtml1-strict.dtd”>

  5. XML Declaration

    <?xml version=”1.0” ?>

Comments in HTML

ID Attribute & Class Attribute

Elements

** The <div> and elements allow you to group block-level and inline elements together. **

HTML5 Layout

** The new HTML5 elements indicate the purpose of different parts of a web page and help to describe its structure. **

Process & Design

It’s important to understand who your target audience is, why they would come to your site, what information they want to find and when they are likely to return