Workshop
The workshop contains quiz questions and activities to help you solidify your understanding of the material covered. Try to answer all questions before looking at the "Answers" section that follows.
Quiz
| 1: | What is the significance of a blog's permalink? | | 2: | How does CSS enter the blog picture on the Blogger service? | | 3: | How do you link to a blog named saltyblog that is hosted on Blogger, and that links through the link text "Here's the Salty Blog!"? |
Answers| A1:
| the main blog page. | | A2:
| with a Blogger template using CSS and even HTML if you have the confidence to learn how the special Blogger tags work. | | A3:
| <a href="http://saltyblog.blogspot.com/" rel="external">Here's the Salty Blog!</a> |
|