Chapter 1 Quiz Flashcards
What does HTML stand for?
Hypertext markup language
What are two ways to create HTML?
use a web editor or hard coding
What does hypertext mean?
you can jump from place to place by clicking on text
What does markup mean?
Tags are placed in to tell the browser what to do
What is the program that interprets and then displays HTML code?
the browser
What do you need to create a web page?
Desire, text editor, browser
What is the W3C?
World Wide Web Consortium; they recommend web standards.
What is XHTML?
A mix of HTML and XML
What extension is necessary when saving your HTML file in notepad?
.html
What are tags?
They are enclosed in and tell the browser what to do
Are tags case sensitive?
No
What is the nesting rule for tags?
First in, last out
What is an attribute?
It goes inside the tag and contains additional information
An attribute value must always be enclosed in what?
quotes
What is the basic structure of an HTML page?
HTML, head, body