Webcourse
This is a collection of lessons, exercises, and other resources to assist you in learning or teaching others how to build web applications.
View project on
GitHub
Lesson 3 - HTML Review and Intro to CSS
Exercises:
A webpage is not displaying its content correctly. The code in the
body
tag looks like this: ```
This is my website title ``` What's wrong with it?
2. Look at the following paragraph tag. The text being displayed in bold needs to be in italics instead. What tag should replace the `
` tag? ```
Hi there!
Welcome to the Paragraph!
```
3. Now complete the HTML/CSS course on KhanAcademy.