Web design HTML 01 Introduction
(T/F) anything that physically appears in your web page must be located inside the head element
False- Body
Which of the following is require for HTML code for basic web page
<!DOCTYPE html> , <html> , <head> , <title>TITLE HERE!</title> , </head> , <body> , </html>
HTML tags are keywords surrounded by______such as <html>
Angle brackets
(T/F) The <!DOCTYPE> is an HTML element
False
(T/F) There are 6 different DOCTYPES
False- 8
What do HTML documents contain
HTML tags and plain text
What does HTML stand for?
Hypertext Markup Language
Where the attribute value always at?
In " "
(T/F) The text between the start and end tag is the the elements Construct
False-Content
HTML is a...
Language for describing web pages
HTML documents are defined using HTML ________ or simply _______
Markup tags or tags
The first tag is called the
Start tag or opening tag <html>
(T/F) <!DOCTYPE> always appears before <html> tag
True
(T/F) A web browser reads HTML documents and displays them as web pages
True
(T/F) HTML documents are simple text files made up of HTML ELEMENTS
True
(T/F) Tags normally come in pairs like <html> and </html>
True
(T/F) The <!DOCTYPE> helps the web browser to display a web page correctly
True
(T/F) Web browsers follow a set of rules that are constantly changing and being updated
True
(T/F) XHTML rules will always ensure that all tags are lower case
True
What are Html documents called
Web page
What do HTML documents describe?
Web pages
Content is
What appears between the opening and closing tag
What do the markup tags tell the Web browser?
What to display in the page
What gives the element extra information? And in some cases tells where the hyperlink should link to?
Attribute
The second tag is called the
End of closing tag </html >
(T/F) Html tags are case sensitive
False- they are not case sensitive