Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 624 Bytes

File metadata and controls

8 lines (5 loc) · 624 Bytes

Lesson 2 - Creating webpages

Arguably the two most important languages for web development are HTML and CSS. HTML is used to specify the structure of a webpage. CSS is used to specify the appearance of a webpage.

To learn about HTML and CSS, please complete: Intro to HTML/CSS: Making webpages

Practical Exercise

Create a webpage about yourself using HTML. Use CSS to style the page. Make sure you can open the webpage in your browser and that it appears as expected. Make sure to write your code in a git repository and sync it to your GitHub.