🏗️
HTML is the language we use to create the structure of a webpage
HTML stands for HyperText Markup Language
In HTML, we use different tags wrapped around content to build webpages
💅
CSS is the language we use to style an HTML document
CSS stands for Cascading Style Sheets
In CSS, we write selectors which target HTML elements and CSS properties to define how these elements should look
It’s like a house…
HTML is the building blocks, the structure of the house.
CSS is the decoration of the house.
A free platform to learn to code
When faced with a problem, follow these steps:
Before completing your tribute page, complete:
If you finish those sections, work on:
The first project to complete in our pre-application stage is to build a small website in CodePen (https://codepen.io/) using HTML and CSS
This site can be about something you like or about someone (public figure) you admire. You are not required to make this about yourself or disclose anything personal.
This will give you the opportunity to practice with HTML and CSS as well as demonstrate your learnings from this stage
Let’s build a tribute page…