A set of interconnected web pages usually including a homepage( generally located in the same server) and prepared and maintained as a collection of information by a person, group, or organization.
What is a Website
An internal link within a webpage that allows the user to go “jump to” other areas of a page
What is an Anchor link
A layout sketch is an important part of the web design process because?
A storyboard allows the designer to visualize how the page will look and where images, text, and links (both anchor and external) will be placed.
A software application for creating webpages using the HTML markup language or a WYSIWYG interface.
What is a HTML Editor
How would you change the color of something using CSS
{color:(color of your choice);}
The legal right granted to an author, composer, playwright, publisher, or distributor to exclusive publication, production, sale, or distribution of a literary, musical, dramatic, or artistic work
What is copyright
A link that leads to another website is a(n)
What is an External Link
The qualities of a well designed web page are
The webpage is inviting, well organized, colorful without being very busy, and is relatively easy to navigate
A Stylesheet is
What is an editing tool that allows a user to change color, font and font-size, text alignment, background color, etc.
How do you change font size using CSS
{Font-size:(size of the font)px}
Editing that is a graphical interface for the HTML language
What is "What you see is what you get"
(WYSIWYG)
The difference between an anchor link and an external link is?
An anchor link is an internal link within a webpage that allow the user to go to(also known as "jump to") other areas of the webpage, while an external link is a link to another webpage or website.
The difference between a Webpage and Website is
What is a webpage is a single HTML file on he world wide web consisting of scripts, hyperlink, etc. A website is an interconnection of multiple webpages located in the same server
The Inspector Tool allows the user to
It allows the user to see the out come of a part of code and how it shows up on the webpage
How do you change a text's alignment using CSS
{text-align:(right ,left ,or centered);}
Someone that creates a well organized and eye catching webpage with color, text, images, and graphics to convey a message to the reader
What is a Webpage Designer
The size of a header is decreased by
What is rise the header number
What kind of Personal Information should be posted on the web
Any personally identifying information such as address, phone number, social security number, etc.
How do you add the link property to a HTML
Change<!DOCTYPE> to <!DOCTYPE html>
How do you change a text's font using CSS
{Font-Family:(the font of choice);}
A rough sketch outlining the layout of a website or a webpage
What is a Layout Sketch
____ is used to identify images
What is img
Copyright laws put in place because
To protect People such as authors, composers, playwrights, publishers, or distributers from others trying to steal their work or using it without the owner's consent
A _____ is used to instead of spaces when naming files.
What is dashes(-) or underlines(_)
What is the line of code that brings up a CSS sheet
What is <link rel="stylesheet" href="style.css">