260 likes | 614 Views
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
E N D
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 • The World Wide Web Consortium • The World Wide Web Consortium
What is the correct HTML tag for the largest heading? • <h1> • <heading> • <h6> • <head> • <h1>
What is the correct tag for the smallest heading? • <h6> • <h7> • <small> • <h1> • <h6>
What is the correct HTML tag for inserting a line break? • <linebreak /> • <br /> • <break /> • <lb /> • <h6>
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”>
What is the tag for changing font color to red in HTML? • <font=”red”></font> • <font color=”red”></font> • <text=”red”></font> • <textcolor=”red”></font> • <font color=”red”></font>
What is the correct HTML tag to make a text bold? • <b> • <bold> • <textbold> • <boldtext> • <b>
What is the correct HTML tag to make a text italic? • <i> • <italic> • <textitalic> • <italictext> • <i>
What is the correct HTML code for creating a hyperlink? • <a href= • <a> • <a url= • <a name= • <a href>
What is the correct HTML code to left-align the content inside a table cell? • <tdleft> • <td align=‘’left’’> • <td valign=‘’left’’> • <td leftalign> • <td align=‘’left’’>
What is the correct HTML code to make a list with numbers? • <ol> • <dl> • <ul> • <list> • <ol>
What is the correct HTML code to make a list with bullets? • <ol> • <dl> • <ul> • <list> • <ul>
What is the correct HTML code for making a checkbox? • <input type=‘’checkbox’’ /> • <input type=‘’check’’ /> • <check> • <checkbox> • <input type=‘’checkbox’’ />
What is the correct HTML code for inserting an image? • <imag src= • <img href= • <imgalt= • <imgsrc= • <imgsrc>
What is another name for a computer program? • Hardware • Software • Optical Disk • None • Software
Name two input devices. • Mouse • Keyboard • Microphone • Scanner
Name two output devices. • Printer • Monitor • Speakers • Projector
What is another name for compact disk? • Optical Disk • CD-ROM • CD-RW • USB • Optical Disk
What is an example of application software? • Word Processing • Electronic Spreadsheet • Database • Presentation Processing
What does CSS stand for? • Computer Style Sheets • Creative Style Sheets • Cascading Style Sheets • Colorful Style Sheets • Cascading Style Sheets
Which input type would allow a reader to select several options from a list of possibilities? • Radio Buttons • Checkboxes • Form • 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