CLASS 08: LESSON 10 IMAGES LINKS AND FRAMES IN HTML 5


LESSON 10 IMAGES LINKS AND FRAMES IN HTML5
Section A
A.      Fill in the Blanks
1.       <IMG>
2.       ALT
3.       Hyperlinking
4.       Internal
5.       Frames
6.       Border-Style
B.      State true/false
1.       F
2.       F
3.       F
4.       T
5.       T
6.       T
C.      Application based
a.       ALT Attribute
b.      He should use <IMG> tag to insert images & <VIDEO> tag to include video clips in his website.
Section B
A.      Multiple Choice Questions:
1.       href
2.       relative
3.       active
4.       autoplay
5.       video
6.       frames
B.      Answer the following:
1.       The <IMG> tag is used to add images in a HTML page. It is an empty tag and require the following attributes:
a. SRC
b.ALT
c. HEIGHT
d.WIDTH
e.ALIGN
2.       The purpose of ALT attribute is to provide a description of the contents of an image file. It is generally used in case the user is having a text-based browser on his computer.
3.       We can link webpages in HTML by using hyperlinking feature. There are two types of Linking:
a. Internal Linking
b.External Linking
4.       Audio & Video tag
Audio Tag
Video Tag
Audio Tag Specifies a standard way to insert an audio file in a webpage.it can be used for any file format like mp3, ogg, wav etc
Example:
<audio controls src=”Kalimba.mp3”>
Your Browser does not support Audio Tag
</audio>
Video tag helps us to add video file in a web page.it can be used for any file format like  mp4,webm,ogg etc.

Exapmle:
<video controls src=”video1.mp4” height=”400” width=”600” autoplay>
Your Browser does not support Video Tag<.video>


5.       Frames are a way of organising website. It enables the user to divide a page into number of rectangular segments for different purposes. Frames allow multiple HTML documents to be presented as independent windows with in one browser window.
C.      Answer in one word:
1.       <IMG>
2.       ALT
3.       <A>
4.       HREF
5.       AUTOPLAY
6.       BORDER-STYLE:NONE

Comments

Popular posts from this blog

Class 7: Lesson 07 Introduction to HTML 5

CLASS 7:Lesson 02: Using EXCEL as a Database

Class 7:Lesson 08 More on CSS3