For the next 4 weeks, creating example website in class (Street of Crocodiles) and creating own website (women in design) based on what we learnt while creating the example website.

Github

Got signed up to github to prepare for project 3.

Hosting service, allows communication and collaboration

Repository - A storage space for your projects.

Intro to Markdown

a text to html conversion tool. A simpler and quicker way to write HTML

Used in:

Experimenting using markdown on: Daring Fireball: Markdown Web Dingus

image.png

image.png

HTML

A markup language, tells browsers how a website is meant to be displayed.

Provides structure for websites through various different ways, like, lists, tables, headers, body text. All the different features of a website has their own tag that will be seen in the code, these tags allow the browser to know how certain things are meant to be displayed.

Basic HTML Tags

There are opening and closing tags, closing tags have a forward slash i.e. </h2>

<h1> - main header