Web Design/Development - SkillsUSA Study Guide
Which character is used to indicate an end tag?
/
What is the correct HTML for creating a hyperlink?
<a href="http://www.w3schools.com">W3Schools</a>
What is the correct HTML for adding a background color?
<body style="background-color:(any-color);">
What is the correct HTML element for inserting a line break?
<br>
HTML element for the largest heading:
<h1>
What HTML element is used to specify a header for a document or section?
<header>
What is the correct HTML for inserting an image?
<img src="image.gif" alt="MyImage"/>
HTML for referring to an external style sheet
<link rel="stylesheet" type="text/css" href="mystyle.css">
What is the correct HTML for making a drop-down list?
<select>
What HTML element is used to define an important text?
<strong>
What HTML tag is used to define an internal style sheet?
<style>
What are all the <table> elements?
<table>, <tr>, <td>
What HTML element defines the title of a document?
<title>
How can you make a numbered/bulleted list?
<ul>
What features are supported by PNG?
Animation, Transparency, and Interlacing.
An external style sheet as a(n) __________ extension
CSS
A temporary storage area for Web pages and images is the __________.
Cache.
What does CSS stand for?
Cascading Style Sheets.
What are some good work habits and attitudes that help you succeed in a career?
Communication and employability skills.
What should you do when you notice a spill on the floor?
Contain the material, Isolate the area, Avoid direct contact
"A system in which objects can be creatively linked to each other" is a definition of_________.
Hypertext
What does HTML stand for?
Hypertext Markup Language.
Where in an HTML document is the correct place to refer to an external style sheet?
In the <head> section.
The color Gold in SkillsUSA represents the...
Individual
The ability to set an example for others to follow by exercising authority and responsibility is...
Leadership.
Documentation of professional achievements should include..
Licences and degress earned.
The HTML global attribute, "contenteditable" is used to...
Specify whether the content of an element should be editable or not.
When working on a computer for long periods of time it is important to..
Stretch often, get up and walk around periodically, adjust the monitor brightness to a comfortable level.
What are the purposes of SkillsUSA?
To unite in a common bond all students enrolled in trade and industrial, technical, technology and health occupations education.
You can create HTML files and view them on _________.
Windows PC, Macintosh, UNIX Computers.
Who makes the Web standards?
World Wide Web Consortium.
How do you display hyperlinks without an underline?
a {text-decoration:none;}
What HTML attribute specifies an alternate text for an image, if the image itself can not be displayed?
alt
What property is used to change the background color?
background-color
An example of CSS...
body {color: red;}
What CSS property is used to change the text color of an element?
color
How do you add a background color for all <h1> elements?
h1 {background-color:#FFFFFF;}
The JPG file format is best for___________.
photographs or continuous tone images.