Unit A Flashcards
Getting Started
What are documents formatted to be accessible on the web?
web pages
What is the first step to create a website?
project plan
Summarizes your client’s parameters for the site, including audience, budget, and timeline?
design document
What is a sketch that outlines the components of each web page and their place in the layout?
wireframe
Used in planning a website when there are multiple web pages and you illustrate links among the pages?
storyboard
Specifies how a browser should treat each item in the document? Starts with an opening angle bracket (<) and ends with a closing angle bracket (>).
tags
Text that resembles a tag and provides information about the programming language used to write the page.
DOCTYPE declaration
A specific component of the page, such as a paragraph or a heading.
element
Used at start of the element you are marking
opening tag
Used at the end of the element you are marking
closing tag
Contains elements that specify information about the web page but are not displayed in the browser window, such as the page title that appears in a browser tab
head section
Visible in the main window of a web browser and include elements like headings and paragraphs
body section
Both the head and body tag pairs are located within HTML tag pair
nested
What specifies the element type for each text item on the page as you type it.
HTML tags
Not rendered by browsers and are viewable only by team members or other developers who examine the HTML code of your web pages.
<!-- and ends with -->
comments