1 / 25

Webpage Design

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

thanos
Download Presentation

Webpage Design

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  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 • Hyper Text Markup Language

  3. Who is making the Web Standards? • Microsoft • Google • Mozilla • The World Wide Web Consortium • The World Wide Web Consortium

  4. What is the correct HTML tag for the largest heading? • <h1> • <heading> • <h6> • <head> • <h1>

  5. What is the correct tag for the smallest heading? • <h6> • <h7> • <small> • <h1> • <h6>

  6. What is the correct HTML tag for inserting a line break? • <linebreak /> • <br /> • <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> • <textcolor=”red”></font> • <font color=”red”></font>

  9. What is the correct HTML tag to make a text bold? • <b> • <bold> • <textbold> • <boldtext> • <b>

  10. What is the correct HTML tag to make a text italic? • <i> • <italic> • <textitalic> • <italictext> • <i>

  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> • <td align=‘’left’’>

  13. What is the correct HTML code to make a list with numbers? • <ol> • <dl> • <ul> • <list> • <ol>

  14. What is the correct HTML code to make a list with bullets? • <ol> • <dl> • <ul> • <list> • <ul>

  15. What is the correct HTML code for making a checkbox? • <input type=‘’checkbox’’ /> • <input type=‘’check’’ /> • <check> • <checkbox> • <input type=‘’checkbox’’ />

  16. What is the correct HTML code for inserting an image? • <imag src= • <img href= • <imgalt= • <imgsrc= • <imgsrc>

  17. What is another name for a computer program? • Hardware • Software • Optical Disk • None • Software

  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 • Optical Disk

  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 • Cascading 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 • Checkboxes

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

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

More Related