Chapter 3 Practice Set

Create an HTML page with a heading (title heading), a primary heading and a subheading. Which tags did you use?

Create a page with 5 wallpaper images taken from the internet.

Use <br> and <hr> tags to display a piece of text with line breaks.

Try to write the following Chemical equation using HTML.
C + O2 ⟶ CO2


Note that the &#10230; in between is to represent the right arrow in equation. For symbols in HTML, we use the HTML character codes. Learn more

Try to write a Wikipedia article using HTML.

The code will look like:

NOTE: Do not bother if your webpage is not exactly as of Wikipedia page. We will learn more about designing of webpage (which is known as CSS) in upcoming chapters.