Midterm Study Guide HTML: • What does HTML stand for? • What is

advertisement
Midterm Study Guide
HTML:














What does HTML stand for?
What is the process involved when going to a webpage like Google or my Homepage.
What are two ways of opening/looking at a webpage?
Knowledge about basic HTML tags. (<head>,<body>,<p>,<h1> and etc).
What are the tags for a table?
What are the tags for an ordered list? An unordered list?
What are two ways of putting an image on your webpage?
What are the advantages and disadvantages of the two ways of putting an image on your
webpage?
What does the browser do?
What is a hyperlink?
How do you add a hyperlink to your webpage.
What is the extension for an html page?
What is the basic layout and tags of an HTML page?
What is an attribute of a tag?
CSS:





What does CSS stand for?
If I want to put CSS into an HTML tag, what attribute is that?
What are the 3 ways of inserting a CSS style sheet into an HTML document?
What is the purpose of CSS?
What is the extension for CSS file ?
A CSS rule has two main parts: a selector, and one or more declarations:
o The selector is normally the HTML element you want to style.
o Each declaration consists of a property and a value.
o The property is the style attribute you want to change. Each property has a value.
Download