Definition of Webpage layout?
Web pages either have a left-hand, right-hand, or top layout
Copyright Definition?
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
Anchor link Definition?
Internal link within a webpage that allows the user to “jump to” other areas of the page
Webpage definition?
A document on the World Wide Web consisting of an HTML file and any related files for scripts and graphics, and often hyperlinked to other documents on the Web
What i the code for paragraph?
<p> and </p>
Layout Sketch Definition?
A rough sketch outlining the layout and components of a webpage or website.
What is copyright?
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
External link Definition?
A link to another webpage or website
Website definition?
A set of interconnected web pages usually including a homepage, generally located on the same server, and prepared and maintained as a collection of information by a person, group, or organization
What do you use to start an html code?
<DOCTYPE! html>
Webpage Designer Definition?
Someone who creates well organized and eye pleasing pages with text, graphics, and color to convey a message to the viewer
What type of personal information should not be posted on the web? Why?
Any personally identifying information such as address, phone number, social security number, etc
What’s the difference between an anchor link and an external link?
Anchor links are internal links within a webpage that allow the user to “jump to” other areas of the page, while external links are links to another webpage or website
HTML editor definition?
A software application for creating webpages using the HTML markup language or a WYSIWYG interface
Which one will appear bigger? <h1> or <h6>
<h1>
What are the qualities of a well-designed webpage?
A well-designed webpage is inviting, well organized, colorful without being “busy”, and easy to navigate.
Why are copyright laws in place?
To protect the authors, composers, playwrights, publishers, or distributers from their work being stolen or lifted and used without consent by others. It also encourages authors/creators in their efforts by granting them ownership of exclusive rights for their work
When is the best to use anchor links?
Best used on the ends of pages, or on detail pages.
WYSIWYG definition?
“What you see is what you get” editing that is a graphical interface for the HTML language
What is it called that controls the design of your web page?
The style sheet.
Why is a layout sketch important in the web design process?
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
When was the first form of copyright enforced?
May 1790
Why are external links important?
An external link is a link that points at an external domain.
What’s the difference between a webpage and a website?
A webpage is a single file document on the World Wide Web consisting of an HTML file and any related files for scripts and graphics, often hyperlinked to other documents on the Web. A website is a set of interconnected webpages usually including a homepage, generally located on the same server, and prepared and maintained as a collection of information by a person, group, or organization
How do you attach a link to a website?
href= "website link"