@extends('template') @section('title') HTML/CSS @stop @section('content') # HTML/CSS (Lab activities in PS08 Task 1) ## Today's Goal Build a web page outlining the top 5 artists according to . In the process you will learn the fundamentals of using HTML to structure a web page, and CSS to style it. Finally, you'll explore Google Fonts, and learn how to publish your work online. The skills you learn today will help in the upcoming topic of Web APIs when you'll use Python to generate web pages. @include('/labs/htmlCSSLab/_toc') @stop