Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html link tag

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

a href tag

Actually href is a html attribute, which is used for passing page url to the a tag.
Example
<a href="url">Click here</a>
Comment

link tag

  <a href="mailto:mhmd.shrydh1996@gmail.com">Send me Email</a>
Comment

html a link tag

<!-- This is how you use a <a> tag in html -->
<a class="nav-link" href="Story.html">Story</a>
Comment

href tag in html

<!-- href is an "attribute" in html used in <a> tag etc..-->

<a href="https://dg-games.godaddysites.com">WEBSITE</a>
Comment

html link tag

<link rel="stylesheet" href="./styles.css">
Comment

PREVIOUS NEXT
Code Example
Html :: how to make a link in hml 
Html :: html meta charset content ie edge 
Html :: How to install sweetalert2 with CDN? 
Html :: add Youtube videos to a website html 
Html :: bootstrap datepicker format dd-mm-yyyy 
Html :: dropdown menu default value 
Html :: css image fade edges 
Html :: sms link 
Html :: chrome full screen mac hide tabs 
Html :: how to put autoplay music in the background of the page html 
Html :: checked bootstrap 5 
Html :: angularjs optional html checked 
Html :: iframe youtube autoplay loop 
Html :: ion-button outline 
Html :: font awesome bootstrap 5 
Html :: bootstrap button tooltip 
Html :: jsf axonivy sub component 
Html :: afjsi sein 
Html :: css align image right 
Html :: how to add links 
Html :: use of extends in django 
Html :: twig keys 
Html :: how to add google icons in html 
Html :: how to make a distance between a label and input html 
Html :: typo3 pass argument to action 
Html :: html use js variable as text 
Html :: happy birthday html animation 
Html :: chrome remove autocomplete highlight 
Html :: predefine data list in input tag html 
Html :: how to color div html 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =