Web Development & Design Foundations with HTML5 & CSS3 Instructor Materials Chapter 2 Test Bank

Similar documents
Web Development & Design Foundations with HTML5 & CSS3 Instructor Materials Chapter 2 Test Bank

Web Development and Design Foundations with HTML5 8th Edition

Basics of Web Design, 3 rd Edition Instructor Materials Chapter 2 Test Bank

A HTML document has two sections 1) HEAD section and 2) BODY section A HTML file is saved with.html or.htm extension

INTRODUCTION TO HTML5! HTML5 Page Structure!

Web Development & Design Foundations with XHTML. Chapter 2 Key Concepts

BASICS OF WEB DESIGN CHAPTER 2 HTML BASICS KEY CONCEPTS

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS

c122jan2714.notebook January 27, 2014

c122sep814.notebook September 08, 2014 All assignments should be sent to Backup please send a cc to this address

MMGD0204 Web Application Technologies. Chapter 3 HTML - TEXT FORMATTING

A Balanced Introduction to Computer Science, 3/E

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21

Chapter 2 Creating and Editing a Web Page

recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML)

HTML BEGINNING TAGS. HTML Structure <html> <head> <title> </title> </head> <body> Web page content </body> </html>

Bok, Jong Soon

CSC 121 Computers and Scientific Thinking

HTML Hints & Tips. HTML is short for HyperText Markup Language.

Announcements. Paper due this Wednesday

HTML. Hypertext Markup Language. Code used to create web pages

Tutorial 2 - HTML basics

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

Make a Website. A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1

As we design and build out our HTML pages, there are some basics that we may follow for each page, site, and application.

introduction to XHTML

Creating and Editing a Web Page Using Inline Styles

Chapter 7 Typography, Style Sheets, and Color. Mrs. Johnson

11. HTML5 and Future Web Application

Title: Sep 12 10:58 AM (1 of 38)

Course Overview. Week 1

How the Internet Works

Creating Web Pages Using HTML

COMP519 Web Programming Lecture 3: HTML (HTLM5 Elements: Part 1) Handouts

Management Information Systems

HTML Hyper Text Markup Language

Hyper Text Markup Language HTML: A Tutorial

CIS 228 (Fall, 2012) Exam 2, 11/20/12

5/17/2009. Marking Up with HTML. An HTML Web Page File. Tags for Bold, Italic, and underline. Structuring Documents

Chapter 1 Self Test. LATIHAN BAB 1. tjetjeprb{at}gmail{dot}com. webdesign/favorites.html :// / / / that houses that information. structure?

Web Publishing Basics I

HTML Images - The <img> Tag and the Src Attribute

HTML TUTORIAL ONE. Understanding What XHTML is Not

Text and Layout. Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 11. This presentation 2004, MacAvon Media Productions

Mark Scheme (Results)

Learning Objectives. Review html Learn to write a basic webpage in html Understand what the basic building blocks of html are

Chapter 4: Marking Up With HTML: A Hypertext tmarkup Language Primer

Revision for Grade 7 ASP in Unit :1&2 Design & Technology Subject

Module 2 (VII): CSS [Part 4]

Dreamweaver MX Overview. Maintaining a Web Site

Marking Up with HTML. Tags for Bold, Italic, and underline. An HTML Web Page File. Chapter 4: Marking Up With HTML: A. Formatting with Tags:

1 of 7 11/12/2009 9:29 AM

Desire2Learn: HTML Basics

Programmazione Web a.a. 2017/2018 HTML5

APPENDIX THE TOOLBAR. File Functions

I-5 Internet Applications

CIS 228 (Spring, 2012) Final, 5/17/12

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014

Certified HTML5 Developer VS-1029

CSCE 101. Creating Web Pages with HTML5 Applying style with CSS

GRADE 11 NOVEMBER 2013 COMPUTER APPLICATIONS TECHNOLOGY P1

Computer Programming. Dr. Deepak B Phatak Dr. Supratik Chakraborty Department of Computer Science and Engineering IIT Bombay

Hyper Text Markup Language

Web Technology. Assignment 3. Notes: This assignment is individual assignment, every student should complete it by himself.

Bixby Public Schools Course Essential Elements Grade: Desktop Publishing

The Telerik Rad Editor might not be available if you are using a browser other than Internet Explorer or Firefox.

Using Dreamweaver CS6

Hyper Text Markup Language

Web Design and Development ACS Chapter 3. Document Setup

Schoolwires Editor Best Practices. Schoolwires Centricity2

CSE 3. Marking Up with HTML. Comics Updates Shortcut(s)/Tip(s) of the Day Google Earth/Google Maps ssh Anti-Spyware

Working with HTML. must appear at the very beginning of your webpage. starts the first section of your page

Create a new document based on default template, other available template like: memo, fax, agenda.

UNIT II Dynamic HTML and web designing

Office Administrator

The content editor has two view modes: simple mode and advanced mode. Change the view in the upper-right corner of the content editor.

EDITOR GUIDE. Button Functions:...2 Inserting Text...4 Inserting Pictures...4 Inserting Tables...8 Inserting Styles...9

Web Page Creation Part I. CS27101 Introduction to Web Interface Design Prof. Angela Guercio

3. Formatting Documents

Unit 2 - HTML Formatting

HTML5 & CSS 8 th Edition. Chapter 2 Building a Webpage Template with HTML5

On a blog, code can mean many things. It can refer to the complicated

HTML+ CSS PRINCIPLES. Getting started with web design the right way

Word Training - Maintaining Consistency Supporting Handout Designing Styles within a Word Template Version: Mac

Html basics Course Outline

Word Training - Maintaining Consistency Supporting Handout Designing Styles within a Word Template Version: Windows

How to Create a Cover Letter

Enhancing a Document

Chapter 1 True/False Instructions: Circle T if the statement is true or F if the statement is false.

HTML Syllabus Instructor: TBD

How to set up a local root folder and site structure

Tutorial 1: HTML Tutorial (Windows Version) HTML (Hypertext Markup Language) Basics Objectives

Part 1: HTML Language HyperText Make-up Language

Chapter 4. Introduction to XHTML: Part 1

Intro To HTML & Formatting, Part 2

HTMLnotesS15.notebook. January 25, 2015

Wordpress Editor Guide. How to Log in to Wordpress. Depending on the location of the page you want to edit, go to either:

Lesson: 6 Database and DBMS an Introduction. Lesson: 7 HTML Advance and features. Types of Questions

Deccansoft Software Services

Web Content. Overview. Web Content Mini WYSIWYG Editor

Transcription:

Multiple Choice. Choose the best answer. 1. What tag pair is used to create a new paragraph? a. <new paragraph> </new paragraph> b. <paragraph> </paragraph> c. <p> </p> d. <para> </para> 2. What tag pair is used to create the largest heading? a. <h1> </h1> b. <h9> </h9> c. <h type= smallest > </h> d. <h6> </h6> 3. Which tag is used to force the browser to display the next text or element on a new line? a. <new line> b. <p> c. <br> d. <line> Page 1 2013 Pearson Education, Inc. Upper Saddle River, NJ. All Rights Reserved.

4. What attribute can be used to center an element (such as a paragraph) on a web page? a. format b. align c. justify 5. Choose the true statement below. a. The content that displays in the browser is contained in the head section. b. The content that displays in the browser is contained in the body section. c. Information about the web page is contained in the body section. d. All of the above are true. 6. What type of HTML list will automatically place a number in front of the items? a. numbered list b. ordered list c. unordered list d. definition list 7. What type of HTML list will automatically place a bullet point indicator in front of each item? a. bullet list b. ordered list c. unordered list d. definition list Page 2 2013 Pearson Education, Inc. Upper Saddle River, NJ. All Rights Reserved.

8. What type of HTML list would be good to use to display a list of terms and their definitions? a. bullet list b. ordered list c. unordered list d. definition list 9. What tag pair contains the items in an ordered or unordered list? a. <item> </item> b. <li> </li> c. <dd> </dd> 10. Choose the tag pairs that are used in a definition list. a. <dt> </dt> b. <dl> </dl> c. <dd> </dd> d. all of the above 11. Choose the tag pair configures text to be indented from both the left and right margins. a. <blockquote>.. </blockquote> b. <p>.. </p> c. <h1>.. </h1> d. all of the above Page 3 2013 Pearson Education, Inc. Upper Saddle River, NJ. All Rights Reserved.

12. Choose the special character that is used to indicate a blank space. a. &blank; b. c. 13. Choose the preferred tag pair to use when emphasizing text. a. <i> </i> b. <strong> </strong> c. <em> </em> 14. Choose the preferred tag pair to use when displaying important text in bold font. a. <bold> </bold> b. <strong> </strong> c. <big> </big> 15. Choose the tag pair that is use to link web page documents to each other. a. <link> tag b. <hyperlink> tag c. <a> tag d. <body> tag Page 4 2013 Pearson Education, Inc. Upper Saddle River, NJ. All Rights Reserved.

16. When do you need to use a fully qualified URL in a hyperlink? a. when creating a link to the same web page b. when linking to a page in another folder on the same site c. when linking to a page on an external web site d. never 17. Select the function of an e-mail link from the choices below. a. automatically send you an e-mail message with the visitor's e-mail address as the reply-to field b. launch the default e-mail application for the visitor's browser with your e-mail address as the recipient c. display your e-mail address so that the visitor can send you a message later d. link to your mail server 18. Choose the best-designed link from below. a. <a href="news.htm">click to read our important news!</a> b. Click to read our <a href="news.htm">important news!</a> c. <a href="news.htm">important News</a> d. <a href="news.htm">click here to read our important news</a> 19. The text contained between title tags is: a. Not displayed by browsers b. Displayed in the title bar of the browser window c. Not used by search engines d. Never seen by your web page visitor. 20. The <meta> tag is coded in the section of a web page document. a. body b. header Page 5 2013 Pearson Education, Inc. Upper Saddle River, NJ. All Rights Reserved.

c. footer d. DOCTYPE 21. Which of the following tags does not require a closing tag? a. <p> b. <br> c. <i> d. <a> 22. Which of the following tags should NOT be located in the head section? a. <title> b. <h1> c. <meta> d. All the tags listed above should be coded in the head section. 23. Which of the following attributes would configure an ordered list to display uppercase letters? a. type="a" b. type="u" c. type="letter" d. type="a" True or False. 24. The title element configures large, bold text at the beginning of the web page document. a. True b. False 25. Web pages have two sections: a head and a body. Page 6 2013 Pearson Education, Inc. Upper Saddle River, NJ. All Rights Reserved.

Answers. 1. c 2. a 3. c 4. b 5. b 6. b 7. c 8. d 9. b 10. d 11. a 12. b 13. c 14. b 15. a 16. c 17. b 18. c 19. b 20. b a. True b. False Page 7 2013 Pearson Education, Inc. Upper Saddle River, NJ. All Rights Reserved.

21. c 22. b 24. b 25. a Page 8 2013 Pearson Education, Inc. Upper Saddle River, NJ. All Rights Reserved.