AK CN Grade+8 Computer+Science Chapter+6
AK CN Grade+8 Computer+Science Chapter+6
CLASS NOTES-ANSWERS
Brain Developer
1) The href attribute of <A> tag defines the document to which the link leads.
4) .webm he is one of the supported file formats for a/an video file.
a) audio c) Frame
b) video
2) When one part of a web page is linked to another section of the same page, it is
4) A hypertext contains a link to the information on the same web page or another
web page. -T
www.gardenschool.in 1
Computer Science
A website consists of a number of web pages that gives us access to the related
information. HTML renders a powerful feature for linking these web pages together
called hyperlinking. Using hyperlinks, one can open any linked web page on the
internet in no time. When we hover the mouse pointer over a link, it will turn into a
• jump from one section to another within the same web page.
a) Internal linking: When one part of the web page is linked to another section on
b) External linking: When one page is linked to another web page or website.
In HTML, the ‘href’ attribute of the <A> tag is used to define the document to which
"http://www.google.com/">
• Relative URL: It points to a file within a website, like <A href = "Click.html">
In HTML the Anchor tag <A> is used to mark the text as a hyperlink, which a user can
click to display the document anchored to it. It is a container tag used to specify the
following:
www.gardenschool.in 2
Computer Science
The href attribute of the anchor <A> tag defines the document to which the link leads.
"http://www.google.com/">
• Relative URL: It points to a file within a website, like <A href = "Click.html">
4) List the tags that you use to include audio and video clips. Give syntax.
The <AUDIO> tag specifies a standard way to insert an audio file in a web page. It can
be used for any file format like .mp3, .ogg, dot, .wav, etc. The attributes of the
We can insert video files in our HTML pages with the help of the <VIDEO> tag.
Supported file formats include .mp4, .webm, .ogg, etc. Attributes associated with the
Frames are a way of organising a website by enabling the user to divide a page into a
number of rectangular segments for different purposes. Frames allow multiple HTML
This gives greater flexibility to design and maintain a website than simply dumping
everything onto one web page. Frames make a website interesting as we can include
the website theme (image, logo, banners, etc.). The navigation menu in frames is not
to be downloaded each time we visit a new page, we only have to change the content
www.gardenschool.in 3
Computer Science
E) Competency-based question.
Vikram is creating a website in which he wants to use different images as links to the
web pages. He is also interested in adding some video clips in his website. Can you
suggest him the required tags to include the set elements in his website?
Answer: To use an image as a link, Vikram can use the <A> (anchor) tag along with the
<IMG> (image) tag, and to add a video clip, he can use the <VIDEO> tag.
www.gardenschool.in 4