Your first CSS

25 March 2019

Well, in my last post I promised you a CSS property, so basically the first one we will be doing is the font-family property. The font-family property indicates the font in which your website will be displayed in. To see a list of supported fonts go here. These fonts are all supported by any computer or browser. To use the font-family property you must do this

 <style> body {  font-family: insert font here; } </style> 
The style tag must go between the doctype and the html tag.
So for your homework you have 2 things to do:
Homework
1.Go on the Khan Academy link from post 2 and create a small webpage using what you have learned already. Put the main code between the body tags.
2.Paste your code into a Notepad/Text-edit document and send it to me, I will put it on a learners workspace on this website.

NEXT POST →

Any Questions?

Any Questions?