Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.37 KB

File metadata and controls

38 lines (27 loc) · 1.37 KB

HTML & CSS

Did you hear about html & css ? , okay don't worry i will tell you briefly !!

HTML (the Hypertext Markup Language) and CSS (Cascading Style Sheets) are two of the core technologies for building Web pages. HTML provides the structure of the page, CSS the (visual and aural) layout, for a variety of devices

Here is the most important thing you should know about these website language

Process&Design

  • How to approach building a site
  • Understanding your audience and their needs
  • How to present information visitors want to see

Target Audience: individuals

  • What is the age range of your target audience?
  • Will your site appeal to more women or men? What is the mix?
  • Which country do your visitors live in?
  • Do they live in urban or rural areas?
  • What is the average income of visitors?
  • What level of education do they have?

Example Site Map

ex

Structure

  • Understanding structure
  • Learning about markup
  • Tags and elements

ex2

HTML5 Layout

  • HTML5 layout elements
  • How old browsers understand new elements
  • Styling HTML5 layout elements with CSS

ex3