WorksheetsGrade 6 quiz 2
Total questions: 10
Worksheet time: 5mins
Defines the document as html.
<html>
<head>
<hr>
Generates a horizontal line across your web page.
<hr>
<br>
<h1>
Moves text to a new paragraph adding a blank line of space before and after the paragraph.
<body>
<head>
<p>
Contains general information about web page and holds the title tag.
<title>
<head>
<body>
Displays the title of the web page in the title bar of the web browser
<br>
<title>
<p>
Contains the main content (text, images, arts, videos)
<body>
<head>
<h1>
Shows the title and subtitles in the body and makes the text stand out.
<br1> - <br6>
<h1> - <h6>
<br1> - <br6>
Moves text to a new line without creating a new paragraph.
<h1>
<html>
<br>
<br>
Which tag is this?
Paragraph tag
Line break tag
Headline tag
<hr>
Which tag is this?
line break tag
paragraph tag
horizontal rule tag
