NEW
Font size
WorksheetsMMWPD Unit 4.01 - Tags
Total questions: 23
Worksheet time: 8mins
Defines the root of an HTML document
<html>
<head>
<title>
Defines information about the document
<head>
<h1>
<hr>
Defines a title for the document. The title appears in the browser; not in the web page. The title must be in the head section.
<html>
<p>
<title>
Defines the document's body; the visible content.
<br>
<body>
<a href=>
Defines a paragraph
<body>
<p>
<br>
Defines HTML headings; heading style 1 is the largest relative to the others
<h1>
<h6>
<img src=>
Defines HTML headings; heading style 6 is the smallest relative to the others
<head>
<body>
<h6>
Defines an image; src is a required attribute and alt is required
<a href=>
<img src=>
<title>
Anchor tag; Defines a hyperlink; href is a required attribute
<img src=>
<hr>
<a href=>
Horizontal rule; Defines a thematic change in the content
<hr>
<br>
<html>
Break tag; Defines a single line break
<head>
<body>
<br>
Defines sound content
<meta>
<audio>
<link>
Defines a video or movie
<embed>
<audio>
<video>
Defines a container for an external (non-HTML) application
<embed>
<object>
<header>
Defines an embedded object
<object>
<embed>
<style>
Defines style information for a document
<meta>
<link>
<style>
Defines the relationship between a document and an external resource (most used to link to style sheets)
<link>
<footer>
<header>
Defines metadata about an HTML document
<meta>
<div>
<meta_data>
Defines a section in a document (block-level)
<span>
<div>
<meta>
Defines a section in a document (inline)
<div>
<meta>
<span>
Defines a header for a document or section
<header>
<footer>
<!--put comment text here-->
Defines a footer for a document or section
<footer>
<header>
<!--put comment text here-->
HTML comment
<html>
<!--put comment text here-->
<html_comment>
