Courses/single-page-portfolio
From Publication Station
Revision as of 07:24, 19 June 2015 by Arjensuijker (talk | contribs)
Getting a headstart
To get a headstart and leave everybody in the dust, follow the HTML & CSS courses on Codecademy [1] first.
A step-by-step guide to the HTML
First you will need to define the structure and the content of the site. This is what HTML is made for.
Doctype
Start with declaring the doctype. This tells the browser that the document will be written in HTML.
<!DOCTYPE html>
Doctype
Start with declaring the doctype. This tells the browser that the document will be written in HTML. <!DOCTYPE html>