You are on page 1of 5

____

____

____

____

____

____

____

____

____

____

1. How are Web pages viewed in Dreamweaver? a. HTML code c. HTML code and design b. Design, as in a browser d. All of the above 2. To view the design and the code of a Dreamweaver page at the same time, you: a. Choose Tile from the Window menu b. Choose Source from the View menu c. Click the Show Code and Design views button d. You cannot view the design and code of a page at the same time 3. When naming Web folders, avoid a. Capital letters c. Special characters b. Spaces d. All of the above 4. The folder that stores your entire site is referred to as: a. Home c. Assets b. Root d. Parent 5. An ISP hosts a Web site. ISP stands for: a. Internet Site Protocol c. Internet Service Provider b. Internet Site Provider d. Internet Service Protocol 6. The Dreamweaver panel used to add, delete, move and rename files is a. Assets c. Root b. Files d. Structure 7. The large white area in the Dreamweaver program window where you create and edit Web pages is called: a. home page c. asset view b. document window d. properties window 8. The estimated download time of an open page is displayed in the a. Status bar c. Code view b. Property inspector d. Site panel 9. You can view HTML code in Dreamweaver using ____. a. Code view c. Code inspector b. Code and Design views d. All of the above 10 You can change the default color of text used in a Web pages: a. unvisited links c. unlinked text in the body b. visited links d. all of the above

____

____

____

____

____

11. A strong color contrast should exist between: a. background and text c. unvisited and visited links b. text and links d. all of the above 12. A Web pages keywords are viewed: a. in the Web page navigation bar c. in a search engine b. in the Web pages title bar d. none of the above 13. You can use the Code inspector to modify a pages: a. HTML c. text formatting b. Navigation bar d. all of the above 14. A rollover is: a. a special effect that changes the appearance of an object b. a selection of tasks in the History panel c. a separate floating window that displays the current page in Code view d. an interactive Web form 15. Helpful information about code is available using:

____

____

____

____

____

____

a. comments c. Code view b. the Reference panel d. all of the above 16. You can set a date object to automatically update each time you: a. open a page c. upload a page b. save a page d. view a page in a browser 17. A Web page that does not need testing: a. was sufficiently planned c. does not include JavaScript b. has been uploaded d. does not exist 18. Viewers appreciate Web pages that are: a. placeholders b. full of broken links c. contain entertaining under construction graphics d. provide enough information to make it worth the trip 19. To wrap text around an image: a. align the text c. set Runaround properties b. align the image d. it wraps by default 20. To change the file size of an image: a. modify the attributes of the file in an image editor b. modify the height and width in the property inspector c. modify the download time in the status bar d. all of the above 21. How many Navigation Bars can you have on a page? a. 1 c. 10 b. 4 d. unlimited

1. What does a WYSIWYG stand for? What You See Is What You Get. 2. Give three reasons to use Dreamweaver. Speed, Convenience and Organization. 3. Besides a WYSIWYG editor, what other kind of editor does Dreamweaver have?. 4. What does FTP stand for? File Transfer Protocol. 5. Why is having an FTP capability in Dreamweaver convenient? You don't have to use a separate FTP program. 6. What are the main steps in the Web design process? 7. What is a "site" in Dreamweaver? The folder that contains you Web site and all it's files. 8. What does a template allow you to do? Create one master page that other pages are based on. 9. What does Dreamweaver do with HTML code unless you tell it otherwise? rewrote code 10. After you change your preferences, how are errors presented? yellow color 11. What happens when you press F12 in Dreamweaver? It opens up whatever Browser is your default browser, and previews the Web page you are working on.

Questions

List things you can do to make a Web site more useable. 1: Include alt tags for all images. This will aid the visually impaired and users with text only browsers. 2: Include a well-designed site map. This can help a user find what they need quickly. 3: Include a link to the home page on every page. 4: Include an efficient means of searching you site. 5: Use long date format and currency when speaking about money. This aids international users.

HTML QUESTION 1. Create an HTML document to display the following text in the title bar of the browser. Welcome to the world of computers o Explain the use of <BLOCKQUOTE> with an example o Give an example for header tags {<H1> TO <H6>} o Incorporate the following in a single HTML document. BOLD, ITALICS, SMALL, SUPERSCRIPT, SUBSCRIPT, UNDERLINE 2. What is the role of the following tags: o <pre> prefommatted o <tt> 3. Display the following equation in your page 34x+54x3+62x2+2x0=0 4. Display the following Text India is my country center aligned on the page 5. Display the following chemical symbols on the page o H2O o H2SO4 o HNO3 6. What is the role of <hr>tag? What are the various attributes it can take? color 7. How do you give comments inside your source codes 8. Create a series of rows and columns with out using the <TABLE> tag 9. What is the tag that is not supported by IE and the tag not supported by Netscape 10. Display the follow on the page o 67 >23 o x >= a <= b 11. How do you display a textbox for accepting password from the user 12. Explain the difference between the ordered list and unordered list with examples 13. How would you display a list item with a different bullet 14. Insert an image in an HTML document and align the text to the right side of the image 15. Create an hyperlink for Microsofts site 16. Without using the form tag also we can place objects like checkboxes, textboxes on the form. Then what is the significance of the form tag? Discuss
4

17. What is the use of the <a> tag? How would you navigate between multiple pages? 18. Create an internal hyperlink from the top of your page to the bottom of the same page 19. Create a form with all the attributes and the tags available 20. Create a table with and without border to see the difference between them 21. Create web pages to explain the use of column span and row span 22. Divide a GIF image into two areas and create different hyperlinks for them 23. Create a style and use them in various places in your HTML document 23. Fill up the following o One <blockquote> is equal to _________ spaces o <u> tag is used to _____ the text o <tt>tag is used to display the text as _____ text o Tag for creating unordered list is________ o The default method for submitting the form is _________ o ______ attribute is used to specify maximum number of characters in <input> tag o _________ tag is used to create Frames o Shapes, which are included in image maps, are _______, _____ and _________ o ____________ attribute is used to set an image as background for HTML page o ____________ tag is used to import an external style sheet 23. Write and Explain important attributes for the following tags o <body> o <form> o <textarea> o <iframe> o <applet> 24. Explain in detail o Different Style Sheets o Different tags and attributes to create HTML table o Image Maps 25. Write Codes o Write a program to create an image map with all the three shapes o Write a program to open the link in first frame in another frame 1. Describe the difference between the tags <BR>, <BR><BR>, and <P>. 2. Write a BODY tag that will give a patterned background using the image bkgrd.gif, blue links, yellow visited links, and green active links. The hexadecimal number codes are: red = FF0000, black = 000000, blue =

88BB77, yellow = FFFF11 and green = 99CC33.

3. Write the tag that would make the entire background of the page red (use FF0000.) 4. What is the difference in location between the following two pathnames? Which is relative and which is absolute? a)<A HREF = http://www.funnyplace.com/jokes/silly.html> b)<A HREF = silly.html> 5. What do these commands do? a) LINK b) VLINK c) ALINK 6. What are the HTML defaults for the items below? a) background color b) text color and location c) image location

You might also like