The document is an answer scheme for a Computer Studies exit task for Std VI, focusing on creating and understanding hyperlinks in HTML. It includes multiple-choice questions that assess students' knowledge of external and internal links, as well as how to make images clickable. The learning outcomes emphasize differentiating hyperlink types and applying HTML anchor tags effectively.
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 ratings0% found this document useful (0 votes)
11 views2 pages
AS - Exit Task2 - CB - VI - CS - More On HTML
The document is an answer scheme for a Computer Studies exit task for Std VI, focusing on creating and understanding hyperlinks in HTML. It includes multiple-choice questions that assess students' knowledge of external and internal links, as well as how to make images clickable. The learning outcomes emphasize differentiating hyperlink types and applying HTML anchor tags effectively.
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/ 2
PODAR INTERNATIONAL SCHOOL
Exit Task (Answer Scheme)
Subject: Computer Studies Std: VI Topics: Creating hyperlinks, Types of hyperlinks Learning Outcome: understand and differentiate between types of hyperlinks: external, internal create and edit text using HTML anchor (<a>) tags apply concepts to create an internal link within the same web page make images clickable using anchor and image tags
Choose the correct option.
1. After Ajay clicked on a hyperlink to open a new webpage, [R/A] what colour will the hyperlink change to? a. Purple b. Blue c. Red d. Green
2. Nisha has created a hyperlink to her personal website. She [U/E]
used the following code: <a href="mywebsite.html">My Website</a>. Which type of link is this? a. External link b. Internal link c. Image link d. File link
3. Rachel wants to include a hyperlink in her project that [Ap/
takes users to a different website. Which of the following E] codes she can use in her HTML document? <a href="https://www.example.com">Visit a. Example</a> b. <a href="www.example.com">Visit Example</a> c. <a href="www.example.html">Visit Example</a> d. <a href="#www.example">Visit Example</a>
4. Sarah is designing a web page and wants to open a video [Ap/
when an image is clicked. Which of the following is the E] correct HTML code? CB/IV/24-25 Browsing the Internet Page 1 of 2 <a href="video.mp4"><img a. src="thumbnail.jpg"></a> b. <img href="video.mp4" src="thumbnail.jpg"> <a link="video.mp4"><img c. src="thumbnail.jpg"></a> <video src="video.mp4"><img d. src="thumbnail.jpg"></video>
5. Jay is adding a hyperlink to a section of his webpage that [Ap/
he calls “Testimonials.” Which of the following HTML codes A] he can use to create a link to that section in the same web page? <a href="#Testimonials">Go to a. Testimonials</a> b. <link href="#Testimonials">Go to Testimonials</link> c. <a name="Testimonials"></a> d. <a link="#Testimonials">Go to Testimonials</a>