click below
click below
Normal Size Small Size show me how
Web Review
| Question | Answer |
|---|---|
| HTML Stands for | Hypertext Markup Language |
| The computer program that allows you to view Web pages is a | browser |
| HTML Code (usually written in lowercase letters) enclosed in angle brackets is called a(n) | tag |
| The unique name for a Web site which must be formally registered is the | domain name |
| Unauthorized modification of a Web sites that distorts the original purpose of the site or seeks to harm the site’s owner is known as | hacking |
| The _____ is usually the first element of a Web page that you see | Title |
| The _____ should identify the subject or purpose of a Web page | header |
| The _____ tags indicate the start and end of an HTML document | <html> </html> |
| The _____ tags contain the Web page title | for example |
| Bulleted lists are also called _____ lists | unordered |
| Numbered lists are also called _____ lists | ordered |
| The _____ tags must be at the start and end of an unordered list | <ul> </ul> |
| The _____ tags must be at the start and end of an ordered list | <ol> </ol> |
| HTML files must end with an extension of | .htm or .html |
| With the <font> tag the _____ attribute changes the font type | face |
| With the <font> tag the color attribute accepts a _____ color code or color name | six digit |
| The _____ of a table helps to define what formatting is appropriate | purpose |
| Using a table to create a(n) _____ is a simple technique that gives an image a polished look and highlights the image | frame |
| Tables are similar in design to | spreadsheets |
| The _____ tag indicates the start and end of a table | <tr> </tr> |
| The _____ attribute of the <table> tag defines the number of columns in the table | columns |
| Indicating the ____ of an image takes the burden off of the browser and helps Web pages load faster | width and height |
| Using ____ adds space between cells which gives the table additional white space and creates a more polished look | cell spacing |
| The width attribute of the <td> tag can be used to set the width to a specific number of ____ or as a percentage of the width of the table | inches |
| Press _____ to copy selected text to the Clipboard | control c |
| The border=“____” attribute makes an image borderless | 0 |
| What attribute of the <IMG> tag specifies the image file to be used | SRC |
| What tag begins and ends an image map | <map> </map> |
| What controls creates a list item | checkbox or radio |
| The ____ attribute of the text tag specifies the maximum length of the input field | max length |
| In a radio control each choice is preceded by a radio | button |
| A radio button typically displays as what | open circle |
| What attributes specifies a reset button | reset="type" |
| What is a rule that defines the appearance of an element on a Web page | style |
| What changes the style of multiple pages in a Web site | embedded style sheets |
| With an embedded style sheet you add the style sheet within the ____ tags of the HTML doc to define the style for an entire Web page | <head> |
| What allows you to view HTML source code when you are viewing a Web page in your browser | View source |
| What program did we use to create and edit web pages in HTML | notepad |