Computer scienceFrontendHTMLHTML IntroIntroduction to HTML

HTML page structure

HTML page

Report a typo

Create a page that matches the following screenshot:

Webpage with the heading and two paragraphs

The text used to make the web page can be copied from here:

  • Events

  • Let's have a look

  • What's On In Toronto

  • Select the date you are interested in.

Check that the characters you entered are correct and make sure there are no extra spaces anywhere.

Write HTML and CSS code
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<!-- add code here -->
</head>
<body>
<!-- add code here -->
</body>
</html>




Completed 1 of 8
Inside the <head> tag is the <title> tag
The <title> tag has right content
___

Create a free account to access the full topic