Tags in HTML Exercise I


Ques 1 Introduction


What is the correct HTML tag for creating a hyperlink?
  a) <a>
  b) <link>
  c) <hyperlink>
  d) <href>


a is the correct option




Ques 2 Introduction


What is the correct HTML tag for creating a heading?
  a) <heading>
  b) <h1>
  c) <head>
  d) <title>


b is the correct option