際際滷

際際滷Share a Scribd company logo
Joji Ilagan Career Center Foundation, Inc.
                              COLLEGE OF BUSINESS AND TOURISM
                                     Gov. Chavez Street, Davao City

Com Ed 7  Web Development with HTML                                          Jeff Rey A. Comidoy
Final Examination                                                                  Instructor
First Semester/A. Y. 2012  2013
75 Points

General Instruction: Write all your answer on your test booklet. Use black pen only. No erasure/s allowed.

Test I. FILL IN THE BLANKS: Complete the table as shown below. (15 points)

     A. Text Formatting Tags
     Result             Description                          Entity Name            Entity Number
              1                                                         
2             less than                                 3                   <
4             greater than                              5                   >
6             ampersand                                 7                   &
8             cent                                      9                   ¢
10            pound                                     11                  £
12            yen                                       13                  ¥
14            euro                                      15                  €
16            copyright                                 17                  ©
18            registered trademark                      19                  ®
則             section                                   20                  §


     B. URL Encoding to control hardware devices.
        ASCII Character                                Description                  URL-encoding
21                                   null character                          %00
22                                   start of header                         %01
23                                   start of text                           %02
24                                   end of text                             %03
25                                   end of transmission                     %04
26                                   enquiry                                 %05
27                                   acknowledge                             %06
28                                   bell (ring)                             %07
29                                   backspace                               %08
30                                   horizontal tab                          %09
31                                   line feed                               %0A
32                                   vertical tab                            %0B
33                                   form feed                               %0C
34                                   carriage return                         %0D
35                                   shift out                               %0E
36                                   shift in                                %0F
37                                 data link escape                            %10
38                                 device control 1                            %11
39                                 device control 2                            %12
40                                 device control 3                            %13
41                                 device control 4                            %14
42                                 negative acknowledge                        %15
43                                 synchronize                                 %16
44                                 end transmission block                      %17
45                                 cancel                                      %18
46                                 end of medium                               %19
47                                 substitute                                  %1A
48                                 escape                                      %1B
49                                 file separator                              %1C
50                                 group separator                             %1D


Test II. Application: Read the instruction carefully.

     1. Create a Web Page that will display this result on your web browser. (10 points)


                                                My New URL

                     Sorry! We have moved! The new URL is: http://www.google.com

                        You will be redirected to the new address in fifteen seconds.


        a.   Insert a background color. (5 points)
        b.   Insert a picture after the texts. (5 points)
        c.   Save as: Midterm1.html on your documents.
        d.   After saving the document: Change the color of the title to red color. (5 points)
        e.   Save as: finals.html on your documents.

More Related Content

Com Ed 7 final

  • 1. Joji Ilagan Career Center Foundation, Inc. COLLEGE OF BUSINESS AND TOURISM Gov. Chavez Street, Davao City Com Ed 7 Web Development with HTML Jeff Rey A. Comidoy Final Examination Instructor First Semester/A. Y. 2012 2013 75 Points General Instruction: Write all your answer on your test booklet. Use black pen only. No erasure/s allowed. Test I. FILL IN THE BLANKS: Complete the table as shown below. (15 points) A. Text Formatting Tags Result Description Entity Name Entity Number 1     2 less than 3 < 4 greater than 5 > 6 ampersand 7 & 8 cent 9 ¢ 10 pound 11 £ 12 yen 13 ¥ 14 euro 15 € 16 copyright 17 © 18 registered trademark 19 ® 則 section 20 § B. URL Encoding to control hardware devices. ASCII Character Description URL-encoding 21 null character %00 22 start of header %01 23 start of text %02 24 end of text %03 25 end of transmission %04 26 enquiry %05 27 acknowledge %06 28 bell (ring) %07 29 backspace %08 30 horizontal tab %09 31 line feed %0A 32 vertical tab %0B 33 form feed %0C 34 carriage return %0D 35 shift out %0E 36 shift in %0F
  • 2. 37 data link escape %10 38 device control 1 %11 39 device control 2 %12 40 device control 3 %13 41 device control 4 %14 42 negative acknowledge %15 43 synchronize %16 44 end transmission block %17 45 cancel %18 46 end of medium %19 47 substitute %1A 48 escape %1B 49 file separator %1C 50 group separator %1D Test II. Application: Read the instruction carefully. 1. Create a Web Page that will display this result on your web browser. (10 points) My New URL Sorry! We have moved! The new URL is: http://www.google.com You will be redirected to the new address in fifteen seconds. a. Insert a background color. (5 points) b. Insert a picture after the texts. (5 points) c. Save as: Midterm1.html on your documents. d. After saving the document: Change the color of the title to red color. (5 points) e. Save as: finals.html on your documents.