Top Banner
Webpage Design Midterm Review
25

Webpage Design

Feb 22, 2016

Download

Documents

Deepika Joseph

Webpage Design. Midterm Review. What does HTML stand for?. Home Tool Markup Language Hyperlinks and Text Markup Language Hyper Text Markup Language Hyperlink Tools Markup Language Hyper Text Markup Language. Who is making the Web Standards?. Microsoft Google Mozilla - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Webpage Design

Webpage DesignMidterm Review

Page 2: Webpage Design

What does HTML stand for?A. Home Tool Markup LanguageB. Hyperlinks and Text Markup LanguageC. Hyper Text Markup LanguageD. Hyperlink Tools Markup Language

Hyper Text Markup Language

Page 3: Webpage Design

Who is making the Web Standards?A. MicrosoftB. GoogleC. Mozilla D. The World Wide Web Consortium

The World Wide Web Consortium

Page 4: Webpage Design

What is the correct HTML tag for the largest heading?

A. <h1>B. <heading>C. <h6>D. <head>

<h1>

Page 5: Webpage Design

What is the correct tag for the smallest heading?

A. <h6>B. <h7>C. <small>D. <h1>

<h6>

Page 6: Webpage Design

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

A. <linebreak />B. <br />C. <break />D. <lb />

<h6>

Page 7: Webpage Design

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”>

Page 8: Webpage Design

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>

Page 9: Webpage Design

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

A. <b>B. <bold>C. <text bold>D. <bold text>

<b>

Page 10: Webpage Design

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

A. <i>B. <italic>C. <text italic>D. <italic text>

<i>

Page 11: Webpage Design

What is the correct HTML code for creating a hyperlink?

A. <a href=B. <a>C. <a url=D. <a name=

<a href>

Page 12: Webpage Design

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’’>

Page 13: Webpage Design

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

A. <ol>B. <dl>C. <ul>D. <list>

<ol>

Page 14: Webpage Design

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

A. <ol>B. <dl>C. <ul>D. <list>

<ul>

Page 15: Webpage Design

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’’ />

Page 16: Webpage Design

What is the correct HTML code for inserting an image?

A. <imag src=B. <img href=C. <img alt=D. <img src=

<img src>

Page 17: Webpage Design

What is another name for a computer program?

A. HardwareB. SoftwareC. Optical DiskD. None

Software

Page 18: Webpage Design

Name two input devices.A. MouseB. KeyboardC. MicrophoneD. Scanner

Page 19: Webpage Design

Name two output devices.A. PrinterB. MonitorC. SpeakersD. Projector

Page 20: Webpage Design

What is another name for compact disk?

A. Optical DiskB. CD-ROMC. CD-RWD. USB

Optical Disk

Page 21: Webpage Design

What is an example of application software?

A. Word ProcessingB. Electronic SpreadsheetC. DatabaseD. Presentation Processing

Page 22: Webpage Design

What does CSS stand for?A. Computer Style SheetsB. Creative Style SheetsC. Cascading Style SheetsD. Colorful Style Sheets

Cascading Style Sheets

Page 23: Webpage Design

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

A. Radio ButtonsB. CheckboxesC. FormD. Text Field

Checkboxes

Page 24: Webpage Design

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

True

Page 25: Webpage Design

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

False