Skip to content

Latest commit

 

History

History
69 lines (39 loc) · 2.32 KB

File metadata and controls

69 lines (39 loc) · 2.32 KB

HTML

  • HTML its HyperText Markup Language and its the structure of a web page and can use css the language we use to style a Web page like font and color and backgroud-color.

  • HTML use elements usually made up of two tags openning and closing tags the closing tag has an extra forward slash in it

  • HTML Uses Elements to Describe the Structure of Page like the heading:

<h1> Heading </h1>

<h3> sub-Heading </h3>

Tags act like containers, as they tell information about what inside them

Process & Design

  1. the site should be designed for a target audience its important to understand the audience the site is for
  2. the reason why people vist the site what are the motivation and goals of the site and what are they trying to achieve
  3. make sure the audience have the information that they need when visting the site to achieve their goals quickly and effectively
  4. how often people Will Visit Your Site gives an indication for how often you should update the site

HTML5 Layout

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

  • The new elements in html5 indicate what the content inside the element like in

The elements in HTML5

  • Headers & Footers that appears at the top or bottom of every page
  • Navigation contain the navigation bar on website
  • Articles The element acts as a container for any section of a page we can use it with the

    and elements

  • Aside when we use it inside the element will contain information that is related to the article and when use out of the articles will contain information for the all the site sections
  • Sections groups the related content together
  • Heading Groups to group a set of one or more h1 to h6
  • Figures It can be used to contain any content that is referenced from the main articles

example of HTML5 layout HTML5

DOCTYPES tell browsers which version of HTML you are using

The id and class attributes allow to identify a selected element

The tag contain information about the site