html - Cant click on my link -


i have problem code. try make connection between 2 files %.php still not work. can me?:d here code index

<head>     <title><?php echo $title.$sep.$description; ?></title>     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">     <meta charset="utf-8">     <meta http-equiv="x-ua-compatible" content="ie=edge">     <meta name="viewport" content="width=device-width, initial-scale=1">     <link href="frontend/design/css/bootstrap.min.css" rel="stylesheet">     <link href='https://fonts.googleapis.com/css?family=open+sans:400,300,600,700,800' rel='stylesheet' type='text/css'>     <link href="frontend/design/css/stylesheet.css" rel="stylesheet" type="text/css" </head>  <body>     <div id="wrapper">         <div>             title         </div>         <div>             <a herf="index.php?page=contact">contact</a>         </div>         <div>             footer         </div>     </div> </body> 

it's spelled href not herf

<a href="index.php?page=contact">contact</a>


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -