Cara Membuat Link pada HTML

|

Link is an HTML element is most important to create a web page.
Links are made to the document on the web with other documents. How do I create a link in HTML?
Link on the HTML tag is created with a word that  <a href=”Link address”>word that given link</a>
Here I try to create html code for the link:
First, you must determine which sentence will be given a link on your web page.
for example the word “email_mu@gmail.com” in the sentence:

If you have any questions about our website, you can Contact Us via E-mail: email_mu@gmail.com
Second, among the words that will be given feedback link link tags as follows:
If you have any questions about our website, you can Contact Us via E-mail:
<a href=”mailto:email_mu@gmail.com”> email_mu@gmail.com </a>
and finally, if you see in the browser will be like below:
If you have any questions about our website, you can Contact Us via E-mail:  email_mu@gmail.com

0 komentar:

Posting Komentar

Next Prev
▲Top▲