Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2025 Foundation Course
NEET 2025 Foundation Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
+1 vote
85.6k views
in Computer by (53.1k points)
closed by

(a) What is a Hypertext link? 

(b) Give the name and the syntax of the HTML Tag which is used for creating a Hypertext Link.

(c) Neha wants to display a 'Click Here' message on her webpage which, when clicked, opens a new webpage 'Chapter2.html'. Write the syntax of the HTML command she should use. 

(d) On the same webpage, Neha whose email is [email protected], wants to display a 'Contact us' message which when clicked open theemail program and allows the user to send a mail to Neha.Write the syntax of the HTML command she should use. 

(e) Explain the use of the target attribute in the Hypertext Link Tag.

1 Answer

+2 votes
by (49.2k points)
selected by
 
Best answer

(a) Hyperlink allows us to link HTML elements (text and/or image) to another document or new section within the current document.

(b) Name : anchor tag, Syntax <a href="Link

Address">Hyperlink Text</a>

(c) <a href="Chapter2.html">Click Here</a>

(d) <a href="mailto:[email protected]">Contact us</a>

(e) Specifies where to open the linked document when the link is clicked

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...