OnlyF
0
Q:

html link tag


    <head>

       
      <link rel="stylesheet" type="text/css" href="theme.css">

    </head>
 
20
<a href="https://www.google.com/">Link to google</a>
4
<head>
  <link rel="stylesheet" type="text/css" href="theme.css">
</head>
6
<a href="url">link text</a>
21
<a href="https://example.com">Link text goes here</a>
1
<link rel="stylesheet" href="./styles.css">
1
<!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
    <link rel="stylesheet" type="text/css" href="<?php echo CHEMIN_VUES?>css/style.css">
-1

New to Communities?

Join the community