Download presentation
1
Webpage Design Midterm Review
2
What does HTML stand for?
Home Tool Markup Language Hyperlinks and Text Markup Language Hyper Text Markup Language Hyperlink Tools Markup Language
3
Who is making the Web Standards?
Microsoft Google Mozilla The World Wide Web Consortium
4
What is the correct HTML tag for the largest heading?
5
What is the correct tag for the smallest heading?
6
What is the correct HTML tag for inserting a line break?
<lb /> <h6>
7
What is the tag for adding a green background color in HTML?
<body bgcolor=”green”> <body background=“green"> <background>green</background> <background color>green</background> <body bgcolor=“green”>
8
What is the tag for changing font color to red in HTML?
<font=”red”></font> <font color=”red”></font> <text=”red”></font> <text color=”red”></font>
9
What is the correct HTML tag to make a text bold?
<bold text>
10
What is the correct HTML tag to make a text italic?
<italic text>
11
What is the correct HTML code for creating a hyperlink?
<a href= <a> <a url= <a name= <a href>
12
What is the correct HTML code to left-align the content inside a table cell?
<tdleft> <td align=‘’left’’> <td valign=‘’left’’> <td leftalign>
13
What is the correct HTML code to make a list with numbers?
<ol> <dl> <ul> <list>
14
What is the correct HTML code to make a list with bullets?
<ol> <dl> <ul> <list>
15
What is the correct HTML code for making a checkbox?
<input type=‘’checkbox’’ /> <input type=‘’check’’ /> <check> <checkbox>
16
What is the correct HTML code for inserting an image?
<imag src= <img href= <img alt= <img src= <img src>
17
What is another name for a computer program?
Hardware Software Optical Disk None
18
Name two input devices. Mouse Keyboard Microphone Scanner
19
Name two output devices.
Printer Monitor Speakers Projector
20
What is another name for compact disk?
Optical Disk CD-ROM CD-RW USB
21
What is an example of application software?
Word Processing Electronic Spreadsheet Database Presentation Processing
22
What does CSS stand for? Computer Style Sheets Creative Style Sheets
Cascading Style Sheets Colorful Style Sheets
23
Which input type would allow a reader to select several options from a list of possibilities?
Radio Buttons Checkboxes Form Text Field
24
True or False You can create a double lined border using CSS.
25
True or False The blinking text transformation works in Internet Explorer.
Similar presentations
© 2025 SlidePlayer.com Inc.
All rights reserved.