What is the correct HTML for creating a hyperlink-02118
What is the correct HTML for creating a hyperlink?
This multiple choice question (MCQ) is related to the book/course vu cs101 Introduction to Computing. It can also be found in vu cs101 Mid Term - Quiz No.2.
What is the correct HTML for creating a hyperlink?
<a href="http://www.gegasoft.com">gegasoft.com</a>
<a url="http://www.gegasoft.com">gegasoft.com</a>
<a>http://www.gegasoft.com</a>
<a name="http://www.gegasoft.com">gegasoft.com</a>