0% found this document useful (0 votes)
9 views1 page

Ict Qa

Uploaded by

yadavanshiars
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views1 page

Ict Qa

Uploaded by

yadavanshiars
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

1.Why do you include hypertech linking in your web page? Give any two reasons.

Ans-Using hyperlinks, one can open any linked web page on the internet in no
time. We can use hyperlinks to jump from one section to another within the same
web page, and link to another page within the same website.

2. Distinguish between internal and external linking.

Ans-When one part of a web page is linked to another section on the same page,
it is called internal linking. Whereas, when one page is linked to another web
page or website, it is called external linking.

3. Describe the use of anchor tag give syntax.

Ans -Anchor tag is used to mark the text as a hyperlink, which a user can click to
display the document anchored to it. The syntax of tag is: CLICK HERE .

4. List that you see to include audio and video clips. Give syntax.

Ans-The tag is used to add audio and tag is used to add video files. The syntax of
audio and video tags are: controls src="File_Path"> Your browser does not
support the audio tag. Subject-ICT Chapter 6: Links and Frames in HTML
Date15.10.2024 2 controlssrc="File_Path"> Your browser does not support the
video tag.

5. What are frames? how are they useful ?

Ans-Frames are a way of organising your website. They enable the user to divide
a page into a number of rectangular segments for different purposes. They allow
multiple HTML documents to be presented as independent windows within one
browser window.

6. Write a code in html to add a sound file national _song. MP3 in your web page.

Ans-<AUDIO controls src="national_song.mp3">Your browser does not support


the audio tag</AUDIO>.

You might also like