0
0
HTMLmarkup~10 mins

What is HTML - Interactive Quiz & Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to create a basic HTML page with a title.

HTML
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>[1]</title>
</head>
<body>
  <h1>Welcome to HTML</h1>
</body>
</html>
Drag options to blanks, or click blank then click option'
AHello World
BMy Page
CDocument
DPage Title
Attempts:
3 left
💡 Hint
Common Mistakes
Leaving the title tag empty
Using tags inside the title tag