0
Q:

how to use link tag in html

<head>
  <link rel="stylesheet" type="text/css" href="theme.css">
</head>
6
<a href="https://example.com">Link text goes here</a>
1
<link rel="stylesheet" href="./styles.css">
1
<a href="./Your/link/to/the/page">Your text</a>
1
<a href="https://example.in">Click me</a>
0
<!DOCTYPE html>
<html>

   <head>
      <title>HTML link Tag</title>
      <link rel = "stylesheet" href = "stylenew.css">
   </head>

   <body>
      <div id = "contentinfo">
         <p>Welcome to our website. We provide tutorials on various subjects.</p>
      </div>
   </body>

</html>
1

New to Communities?

Join the community