Webpage structure

Structuring a webpage is similar to structuring a text document. When structuring a text document you would use different size heading and subheadings to help guide the reader through the text. Same goes when structuring a website, you would use pictures and different size headings to create flow and structure. Structure is just as important in your code to allow your code to be readable and proficient.

Structure of code

Extra markups

<!DOCTYPE html>

<!-- -->

<p id="identifier">

<p class="identifier">

Block elements

Inline elements

Div tags

Span tag

META tag

Who is the site for?

When creating a website you should always ask yourself, who is the website for? knowing who you are targeting is a huge first step when deciding everything from content layout to colors. After you know your audience you need to figure out why they are visiting your site and what are they trying to achieve. Next step is the figure out what information your visitors are looking for and how do you display it in the most efficient way possible.

Site maps and wireframes are awesome tools to help lay out the most efficient webpage for your visitors.

Site map

Wireframe

Basics of Javascript

Javascript works with a webpage to give the user an interactive experience. With Javascript you are able to add and move around content of a webpage.

Javascript Vocab

object

Properties

Events

Methods