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
0 votes
193 views
in Programming by (72.6k points)
closed by
Hyperlink is created in HTML in which of the following?
1. <a> www.google.com <\a>
2. <a name = "www.google.com">
3. <a url = "www.google.com">
4. <a href = "www.google.com"> my google<\a>

1 Answer

0 votes
by (121k points)
selected by
 
Best answer
Correct Answer - Option 4 : <a href = "www.google.com"> my google<\a>

The correct answer is <a href = "www.google.com"> my google<\a>

  • hyperlink is an element in an HTML document that links to either another portion of the document or to another document altogether. On webpages, hyperlinks are usually colored purple or blue and are sometimes underlined.
  • A hyperlink can be thought of as an interface that links a source to a target. Clicking the hyperlink at the source will navigate to the target. Hyperlinks can assume any of the following appearances:
  1. Text
  2. Images
  3. URLs
  4. Controls (for example, a button)
  • The a href=" " tag defines a hyperlink, which is used to link from one page to another.
  • The most important attribute of the a href=" " element is the href attribute, which indicates the link's destination.
  • By default, links will appear as follows in all browsers:
  1. An unvisited link is underlined and blue
  2. A visited link is underlined and purple
  3. An active link is underlined and red

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

...