HTML web page

Report a typo

Create the following web page.

HTML page opened in the browser with three paragraphs

The text of the web page can be copied from here:

  • A panagram

  • Lorem ipsum dolor sit amet, consectetur adipiscing elit.

  • In ultrices rutrum porttitor.

  • Nullam auctor mi nec fringilla pulvinar.

Tip: Check that the characters you entered are correct and make sure you have not put any extra spaces.

Write HTML and CSS code
<!DOCTYPE html>
<html>
<head>
<!-- Add the meta tag with the charset attribute set to "utf-8" -->
<!-- Add the web page title here -->
</head>
<!-- create the body of the page -->
<!-- Add the text as paragraphs inside the body -->
</html>






Completed 0 of 7
Inside the <head> tag is the <meta> tag with "charset" attribute
Inside the <head> tag is the <title> tag
___

Create a free account to access the full topic