Webpage Design Midterm Review. What does HTML stand for? A.Home Tool Markup Language B.Hyperlinks...

Post on 27-Dec-2015

246 views 0 download

Tags:

transcript

Webpage DesignMidterm Review

What does HTML stand for?A. Home Tool Markup Language

B. Hyperlinks and Text Markup Language

C. Hyper Text Markup Language

D. Hyperlink Tools Markup Language

Hyper Text Markup Language

Who is making the Web Standards?

A. Microsoft

B. Google

C. Mozilla

D. The World Wide Web Consortium

The World Wide Web Consortium

What is the correct HTML tag for the largest heading?

A. <h1>

B. <heading>

C. <h6>

D. <head>

<h1>

What is the correct tag for the smallest heading?

A. <h6>

B. <h7>

C. <small>

D. <h1>

<h6>

What is the correct HTML tag for inserting a line break?

A. <linebreak />

B. <br />

C. <break />

D. <lb />

<h6>

What is the tag for adding a green background color in HTML?

A. <body bgcolor=”green”>

B. <body background=“green">

C. <background>green</background>

D. <background color>green</background>

<body bgcolor=“green”>

What is the tag for changing font color to red in HTML?

A. <font=”red”></font>

B. <font color=”red”></font>

C. <text=”red”></font>

D. <text color=”red”></font>

<font color=”red”></font>

What is the correct HTML tag to make a text bold?

A. <b>

B. <bold>

C. <text bold>

D. <bold text>

<b>

What is the correct HTML tag to make a text italic?

A. <i>

B. <italic>

C. <text italic>

D. <italic text>

<i>

What is the correct HTML code for creating a hyperlink?

A. <a href=

B. <a>

C. <a url=

D. <a name=

<a href>

What is the correct HTML code to left-align the content inside a table cell?

A. <tdleft>

B. <td align=‘’left’’>

C. <td valign=‘’left’’>

D. <td leftalign>

<td align=‘’left’’>

What is the correct HTML code to make a list with numbers?

A. <ol>

B. <dl>

C. <ul>

D. <list>

<ol>

What is the correct HTML code to make a list with bullets?

A. <ol>

B. <dl>

C. <ul>

D. <list>

<ul>

What is the correct HTML code for making a checkbox?

A. <input type=‘’checkbox’’ />

B. <input type=‘’check’’ />

C. <check>

D. <checkbox>

<input type=‘’checkbox’’ />

What is the correct HTML code for inserting an image?

A. <imag src=

B. <img href=

C. <img alt=

D. <img src=

<img src>

What is another name for a computer program?

A. Hardware

B. Software

C. Optical Disk

D. None

Software

Name two input devices.A. Mouse

B. Keyboard

C. Microphone

D. Scanner

Name two output devices.A. Printer

B. Monitor

C. Speakers

D. Projector

What is another name for compact disk?

A. Optical Disk

B. CD-ROM

C. CD-RW

D. USB

Optical Disk

What is an example of application software?

A. Word Processing

B. Electronic Spreadsheet

C. Database

D. Presentation Processing

What does CSS stand for?A. Computer Style Sheets

B. Creative Style Sheets

C. Cascading Style Sheets

D. Colorful Style Sheets

Cascading Style Sheets

Which input type would allow a reader to select several options from a list of possibilities?

A. Radio Buttons

B. Checkboxes

C. Form

D. Text Field

Checkboxes

True or False You can create a double lined border using CSS.

True

True or False The blinking text transformation works in Internet Explorer.

False