Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Web Technology by (45k points)

1. <a>http://www.intellipaat.com</a>

2. <a name=”http://www.intellipaat.com”> intellipaat.com</a>

3. <a url=”http://www.intellipaat.com> intellipaat.com</a>

4. <a href=http://www.intellipaat.com> intellipaat.com</a>

2 Answers

0 votes
by (99k points)

The correct answer to the question “What is the correct HTML for creating a hyperlink” is option (4). <a href=http://www.intellipaat.com> intellipaat.com</a>. And all the other options are incorrect HTML tags for creating a hyperlink.

If you wish to set a career in web development, start off by enrolling in a good HTML certification course. Also, have a look at our YouTube video on Web Development Course and get started.

0 votes
ago by (1.7k points)

Ans.

Option 4. `<ahref="http://www.intellipaat.com">intellipaat.com</a>`

`href` is an attribute in the HTML `<a>` tag. This means that it is applied in creating links to another page's address. Proper syntax: this applies `href` as the attribute and places the address within double quotes. Everything you wish to click should be placed between the opening `<a>` and closing `</a>` tags.

Related questions

31k questions

32.8k answers

501 comments

693 users

Browse Categories

...