CA2 Chapter 5
CA2 Chapter 5
Chapter 5
Web Designing using HTML
Nested List: A list inside another list is called nested list. Usually unordered and ordered lists
are nested.
Links in HTML
A hyperlink (or simply link) is a text or an image in a web page that we can click on, and
move to another document or another section of the same document. The <A> tag, called
anchor tag is used to give hyperlinks. Anything given between the tag pair <A> and </A> will
be a link. Href is the main attribute of <A> tag. The URL (address of the web page/site) is
given as its value.
There are two types of linking – internal linking and external linking.
A link to a particular section of the same document is known as internal linking. The
attribute Name of <A> tag is used to specify the name of a section of the web page. This
name should be prefixed with # symbol to create the link using Href attribute.
The link from one web page to another web page is known as external linking. The URL
(address of the web page/site) is given as the value for Href attribute.
The following is an example for e-mail linking:
<A Href= mailto: "[email protected]"> SCERT</A>
1
Joy John’s CA capsules
Computer Applications (Commerce) – XII Chapter 5
2
Joy John’s CA capsules
Computer Applications (Commerce) – XII Chapter 5
Nesting of Frameset
When we want to divide a horizontal frame into 2 or more vertical frame or vice versa
nesting of frameset is used.
3
Joy John’s CA capsules
Computer Applications (Commerce) – XII Chapter 5
Overview of HTML 5
HTML5 was developed jointly by World Wide Web Consortium (W3C) and the Web Hypertext
Application Technology Working Group (WHATWG). The new standard incorporates features like
video playback, drag-and-drop etc. Mobile web browsers that are pre-installed in iPhones, iPads,
Android phones, etc. support HTML5.
4
Joy John’s CA capsules
Computer Applications (Commerce) – XII Chapter 5
5
Joy John’s CA capsules
Computer Applications (Commerce) – XII Chapter 5
2. Storage Devices
(i) USB
(ii) HardDisk
(iii) Tape
II. Software
1. Application Software
(i) MS Office
(ii) Inventory Management System
2. System Software
(i) Compilers
(ii) Assemblers (5) (SAY 2016)
5. Write an HTML code to display a user registration form as shown below:
Please check this box if you wish to be added in our mailing list
Register Now
(5) (SAY 2016)
6. A link to a particular section of the same document is called ______. (1) (March 2017)
7. Create a web page using frames for Tourism department showing list of tourist places in
Kerala. When a place is selected a detailed description should be available in a separate
window. (5) (March 2017)
8. Create a form that accepts information regarding a student. Fields necessary are name,
age, class, sex, roll number, hobbies and date of birth. Use appropriate form controls.
(5) (March 2017)
9. Which HTML tag is used to create ordered list? (1) (SAY 2017)
10. Write an HTML code for a web page to show the following details in blue background:
Components of a Computer
Hardware
1. RAM
2. ROM
3. Hard Disk
Software
1. System Program
2. Application Program (3) (SAY 2017)
11. <FORM> tag contains some other tags to facilitate interaction between user and web
page. Write any two control tags and explain their mode of interaction. (2) (SAY 2017)
6
Joy John’s CA capsules