NEW
Font size
WorksheetsHTML Tags
Total questions: 18
Worksheet time: 36mins
Which symbol represents notes or comments?
<head>
<em>
<!--...-->
Provides the source reference to display an image
<link>
<input>
<img>
Additional information provided for search engines or other applications.
<img>
<link>
<meta>
Designates the relationship between a document and an external resource
<link>
<form>
<img>
Creates a stand-alone, indented paragraph identifying content quoted from another source
<style>
<blockquote>
<li>
Inserts a visual line break without creating a new paragraph
<hr>
<em>
<br>
Used to divide webpage content into obvious sections
<div>
<html>
<blockquote>
The basic building block for a hyperlink
<a>
<head>
<html>
Adds semantic emphasis. Displays as italics by default in most browsers and readers.
<meta>
<link>
<em>
<form>
Root element of the webpage. Shows that we are using HTML5
<DOCTYPE html>
<html>
<root>
An element within a HTML list
<lo>
<li>
<ul>
<ol>
Contains visible portions of the webpage.
<head>
<body>
<br>
Empty element that generates a horizontal line.
<hr>
<form>
<em>
Contains code that performs background functions, such as meta tags, scripts, styling, links, and other information not overly visible to site visitors that may provide instruction on how to display its content.
<!--...-->
<head>
<div>
A structural element that can contain another document or load content from another website
<blockquote>
<li>
<iframe>
Creates headings. Default formatting is bold.
<html>
<head>
<h1> to <h6>
An element for a form such as a text field.
<form>
<input>
<title>
Used for collecting data from visitors.
<meta>
<html>
<form>
