html 3
what are html tags
they are tags surrounded by angle brackets like <html>
what do html documents do
describe a web page
what are block level elements
elements that contain content that is viewed as a distinct
what does HTML stand for
Hyper Text Markup Language
what is an inline element
marks a section of text within a block-level element; format characters and words
what is white space
consists of blank space tabs and line breaks that are ignored by the browser for the human view
empty tags or no closing tags?
contain no content
what is an attribute
control the use, behavior, and/or appearance of elements; provide additional information about an element; specified in a start/open tag
meta is....
data about data
<html>
is called a two sided tag, first is start tag, second is a closing tag
is html a programming language
no, it is a markup language
what is an element
a distinct element in the document
what is a markup language
a set of markup tags
what does html structural elements define?
the basic structure of the contents of a web page