View On GitHub
reading-notes
Reading Notes for Codefellows!
Project maintained by
AlanYHung
Hosted on GitHub Pages — Theme by
mattgraham
Code 102
Reading 04
Building a Web Page
Understand your target audience
Organize information in a concise and easily navigable structure
Understand why your visitors are coming to your site
Have a clear goal of what you would like your visitors to get from your site
Create a Wireframe of your site to help with planning the visuals of the site
HTML 5
Provides alternative to the “div” Class for clearer coding
Backwards compatibility with older browsers
HTML 5 indicates the purposes of the different parts/sections of the web pages
Extra Markups
DOCTYPES tells browsers which version of HTML is in use
Comments can be placed between “<!– and --> markers
id and class allow you to identify elements
<\di\v> and <\spa\n> allow you to group block-level and inline elements together
<\iframe\s> cut windows into your web pages which allow other web pages to be displayed in
<\met\a> allows you to supply information about your web page
Escape character allows you to display special characters part of syntax
<– Back