Today will be another work day. For the most part. We will start by taking a quick look at another playlist example.
I will also go over some aspects of working with aesthetics in the playlist. You will possibly want to learn to work with fonts.
For more on styling using heading or paragraphs, check this tutorial. You will be using a different syntax. Something like:
<p style="color:blue;font-size:46px;"> I'm a big, blue, <strong>strong</strong> paragraph </p>
I'm a big, blue, strong paragraph
You can also use <span> and </span> tags to style not paragraphs but individual segments of text:
<span style="color:red;">red text</span>
You may also want to know some of the color codes to give the fonts the colors you want.
For homework, be sure to have your playlist drafted before class on Friday.