Skip to content

1. Task 1 - Elements

1.1 Bold Text

Instructions

Using the editor below, apply bold to the text using the bold element.

Hint

The tag name for the bold element is called b. Remember elements need an opening and closing tag.

1.2 Italic Text

Instructions

Using the editor below, apply italics to the text using the italics element.

Hint

The tag name for the italic element is called i. Remember elements need an opening and closing tag.

1.3 Bold Italic Text

Instructions

Using the editor below, apply both bold and italics to the text using the bold and italics elements.

Hint

The tag name for the bold element is called b, and the italic element is called i. Remember elements need an opening and closing tag.