HTML test
How many tags are in a regular element?
2
Comments are made with what code?
<!-- -->
What is the tag that instructs the browser to expect a well formed HTML document?
<!DOCTYPE html>
bold tag
<b>
smallest heading
<h6>
What is the tag contains metadata about the webpage?
<head>
1st tag in html document
<html>
All HTML code must be nested between what tag?
<html>
italic tag
<i>
Tag for a numbered list
<ol>
Tag to make bullited list
<ul>
What does HTML stand for?
Hyper Text Markup Language
What should values always be enclosed in?
Parenthesis ( and )
Tags and tests not directly displayed on the page are are written where?
The <head> section
The contents of <title> will appear where?
The browser tab
Why should the document type declaration be included in all HTML documents?
To inform it's a html document.
<br /> means what?
a break in the page
backround color tag
body bgcolor
What tag is used to display a photo?
img
What is the difference between tags?
the /