HTML Quiz
The ____ element contains meta information about the document
<head>
The address is specified in the____
<href>
The ____ element is the root element of an HTML Page
<html>
The ____ element specifies a title for the document.
<title>
" means
Text string or literal editor
The ___________________ declaration defines this document to be HTML5
<!DOCTYPE Html>
The _______ declaration is not case sensitive.
<!DOCTYPE>
html links are defined with the___ tag
<a>
The ____ element contains the visible page content
<body>
Only the content inside the______ is displayed in a browser.
<body> section
The____ element defines a large heading
<h1>
HTML images are defined with the___ tag.
<img>
The ____ element defines a paragraph
<p>
The end tag is written like the start tag, but with a _______ inserted before the tag name
Forward Slash
HTML stands for______
Hypertext Markup Language
HTTP stands for_____
Hypertext Transfer Protocol
HTML tags normally come in
Pairs
The "s" in https stands for ________.
Secure
The end tag is called _____
The closing tag
The Start tag is called________
The opening tag
What's the purpose of a web browser?
To read HTML code and display results of what you have written
Notepad editor is used on____ and TextEdit is used on_____
Windows,Mac
WWW stands for_____
World Wide Web
The filename is specified in the_____
src attribute
The first tag in a pair is the
start tag