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

Similar documents
Web Development and Design Foundations with HTML5 8th Edition

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

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

BASICS OF WEB DESIGN CHAPTER 2 HTML BASICS KEY CONCEPTS

INTRODUCTION TO HTML5! HTML5 Page Structure!

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

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

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

c122jan2714.notebook January 27, 2014

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

HTML Hyper Text Markup Language

Course Overview. Week 1

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

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

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

CSC 121 Computers and Scientific Thinking

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

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

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

Hyper Text Markup Language HTML: A Tutorial

MMGD0204 Web Application Technologies. Chapter 3 HTML - TEXT FORMATTING

Chapter 2 Creating and Editing a Web Page

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

11. HTML5 and Future Web Application

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

A Balanced Introduction to Computer Science, 3/E

Announcements. Paper due this Wednesday

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

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

Hyper Text Markup Language

Bok, Jong Soon

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

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

Tutorial 2 - HTML basics

Web Publishing Basics I

WEBSITE PROJECT 2 PURPOSE: INSTRUCTIONS: REQUIREMENTS:

Understanding this structure is pretty straightforward, but nonetheless crucial to working with HTML, CSS, and JavaScript.

Creating Web Pages Using HTML

How the Internet Works

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

Styles, Style Sheets, the Box Model and Liquid Layout

Hyper Text Markup Language

introduction to XHTML

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

Creating and Editing a Web Page Using Inline Styles

Desire2Learn: HTML Basics

Programmazione Web a.a. 2017/2018 HTML5

Management Information Systems

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

CHAPTER 1: GETTING STARTED WITH HTML CREATED BY L. ASMA RIKLI (ADAPTED FROM HTML, CSS, AND DYNAMIC HTML BY CAREY)

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar

HTML. Based mostly on

APPENDIX THE TOOLBAR. File Functions

HTML TUTORIAL ONE. Understanding What XHTML is Not

More about HTML. Digging in a little deeper

ITSE 1401 Web Design Tools Lab Project 4 (Expression Web 4 - Units M, N, O, P) Last revised: 1/9/14

HTML CS 4640 Programming Languages for Web Applications

Certified HTML5 Developer VS-1029

Review of HTML. Chapter Pearson. Fundamentals of Web Development. Randy Connolly and Ricardo Hoar

Web Programming Week 2 Semester Byron Fisher 2018

GIMP WEB 2.0 MENUS WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR CREATING AN HTML LIST

Bixby Public Schools Course Essential Elements Grade: Desktop Publishing

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

Web Design and Development ACS Chapter 3. Document Setup

Html basics Course Outline

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

Office Administrator

THE HITCHHIKERS GUIDE TO HTML

How to set up a local root folder and site structure

Web Content. Overview. Web Content Mini WYSIWYG Editor

AGENDA :: MULTIMEDIA TOOLS :: (1382) :: CLASS NOTES

Using Dreamweaver CS6

UNIT II Dynamic HTML and web designing

CSC 101: Lab #1 HTML and the WWW Lab Date: Tuesday, 1/26/2010 Report Due Date: Friday, 1/29/2010 3:00pm

Dreamweaver MX Overview. Maintaining a Web Site

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

Introduction to CSS. 2 Sep 13. Derek Peacock. An introduction to defining CSS style rules using tags, classes and ids.

Chapter 7 BMIS335 Web Design & Development

Module 2 (VII): CSS [Part 4]

HTML. HTML Evolution

Creating Web A-Z Indexes

MICROSOFT ACADEMY WORD STUDY GUIDE FOR CERTIFICATION EXAM

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

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

Summary 4/5. (contains info about the html)

How to Create Accessible Word (2016) Documents

I-5 Internet Applications

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

Symbols INDEX. !important rule, rule, , 146, , rule,

Certified HTML Designer VS-1027

CS105 Course Reader Appendix A: HTML Reference

WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5

Content Management System User Training

Microsoft Window N Office Questions for IBPS Clerk, SBI Clerk and IBPS RRB

Web Design 101. What is HTML? HTML Tags. Web Browsers. <!DOCTYPE html> <html> <body> <h1>my First Heading</h1> <p>my first paragraph.

WML2.0 TUTORIAL. The XHTML Basic defined by the W3C is a proper subset of XHTML, which is a reformulation of HTML in XML.

Lab 1: Introducing HTML5 and CSS3

This document provides a concise, introductory lesson in HTML formatting.

Deccansoft Software Services

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

4. The purpose of the element is used to configure the main navigation area on a web page. a. header b. nav c. navigation d. main 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

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. description list 9. What tag pair contains the items in an ordered or unordered list? a. <item> </item> b. <li> </li> c. <dd> </dd> d. <dt> </dt> 10. Choose the tag pairs that are used in a description 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> Page 3

d. all of the above 12. Choose the special character that is used to indicate a blank space. a. &blank; b. c. d. &space; 13. Choose the preferred tag pair to use when emphasizing text that is displayed in italic font style. a. <i> </i> b. <strong> </strong> c. <em> </em> d. <italic> </italic> 14. Choose the preferred tag pair to use when displaying important text in bold font weight. a. <bold> </bold> b. <strong> </strong> c. <big> </big> d. <em> </em> 15. Choose the tag pair that is used to link web page documents to each other. a. <link> tag Page 4

b. <hyperlink> tag c. <a> tag d. <body> tag 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.html">click to read our important news!</a> b. Click to read our <a href="news.html">important news!</a> c. <a href="news.html">important News</a> d. <a href="news.html">click here to read our important news</a> 19. The text contained between title tags is: Page 5

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 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" Page 6

c. type="letter" d. type="a" 24. The purpose of the element is used to configure the headings for a web page document or section of a web page document. a. headings b. nav c. header d. head 25. The purpose of the element is to configure the footer information on a web page document. a. headings b. foot c. div d. footer 26. The purpose of the element is to contain the main content of a web page document. a. content b. footer c. div d. main Page 7

True or False. 27. The title element configures large, bold text at the beginning of the web page document. a. True b. False 28. Web pages have two sections: a head and a body. a. True b. False Page 8