Chapter 10 Cyberapps
Chapter 10 Cyberapps
1. Images can be added to the document with the help of <img> tag.
2. The Alt attribute lets you specify text as an alternate to the image.
4. When one part of a web page is linked to another section of the same page, it is called
Internal linking.
5. Frames allow you to present multiple HTML documents as independent windows within one
browser window.
6. Groove is one of the possible values for the CSS border-style property.
3. The value for the alt attribute is a text string of up to 2000 characters. – FALSE
5. We can insert an Audio clip or file of any format like.mp3, .ogg, .wav, etc. in our web page with
the help of Audio tag. – TRUE
Asmita has added a few images on her web page, but she wants to keep some provision for
visually impaired persons using text-based browsers so that they get the description for the
images. Which attribute should she use to accomplish the task?
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 to his website. Can you suggest him the
required tags to include the above said elements to his website?
How are images added in an HTML document? What are the different attributes of an image
element?
The <img> tag used to add images in an HTML webpage. Attributes used with image tag. a) Src
– To add and define the source of an image on a webpage. b) Height – Height attribute
specifies the height in pixel. c) Width – Width attribute specifies The Width in pixels.
It is generally used in case the user has a text-based Browser (Lynx) on his computer. It also
proves to be useful when the user is a blind surfers for whom the browser is programmed to
read aloud the alternative test instead of displaying the image.
How can we link webpages in HTML? What are the different types of linking?
The webpages can be linked to each other by using the anchor <A> tag. a) Internal linking: when
on part of a web page is linked to another section on the same page, it is used called internal
linking. b) External linking: when one page is linked to another web page or website, it is called
external linking.
Explain with the help of code, how audio and video clips can be added in an HTML document.
Frames allow you to present multiple HTML documents Independent Windows within one
browser window, which gives greater flexibility in designing and maintaining your website
It enables browser to display more than one html pages in a rectangular frame at the same time.
1. The tag which inserts an inline image on the web page. – <img> tag
Independent2. The attribute of tag that specifies the text as an alternative to the image. – Alt
Attribute
3. The tag which marks the text as a hyperlink. – The Anchor tag <A>
4. The attribute of <a> tag that defines the document to which the link leads. – Href Attribute
5. The attribute of <video> tag that plays the video file automatically when the webpage is
loaded. – Autoplay