| A | B |
| You view websites by using a browser such as google chrome, firefox, and internet explorer | True |
| Web designers use graphics, animation, and/or multimedia objects to make web pages interesting | True |
| HTML is used to (5) | mark up the website |
| When a computer is connected to the web and putting out a website, this is called (1) | server |
| What is the web? (1) | it is a bunch of connected computers that have websites |
| List the first tag of a website | <!doctype html> |
| List the second tag of a website | <html> |
| List the third tag of a website | <head> |
| List the fourth tag of a website | <meta charset="utf-8"> |
| he tag used for the end of the title is (5) | </title> |
| What tag is used for a headline (5) | all the answers are correct |
| one of those things that start with an angle bracket and ends with an angle bracket | tag |
| One advantage of using a WYSIWYG editor is you can create a simple web page quickly | True |
| The advantages of a WYSIWYG editor is | all the answers are correct |
| The disadvantages of using a WYSIWYG editor when creating a webpage are | all the answers are correct |
| The advantage of using a text editor when creating a web page are | all the answers are correct |
| The disadvantages of using a text editor when creating a web page are | all the answers are correct |
| ou use a browser to go to a specific website where you can upload your website | web-based publishing tools |
| ______________help a web designer by defining what all pages will look like | Cascading Style Sheets |
| CSS is used to (5) | style the website |