195k views
0 votes
Instead of using fonts located on your web server in your web pages, many companies that create and license fonts enable you to link to fonts on their web servers. To do so, you add an additional link element to your HTML file using a web address provided by the host as the value for the ____ attribute.

1 Answer

2 votes

Answer:

The correct answer is href attribute.

Step-by-step explanation:

It is a type of HTML attribute used to speifies the URL (Uniform Resourse Locator) of the page the link goes to or it links to the differnt part of the same page. <a> (anchor) tag is used to create a link and defines as a hyperlink.

The href can be based on the following elements such as :

  • <area>
  • <link>
  • <a>
  • <base>

For example :


<a href\text{=}

so href is the attribute used by the many companies that created and license fonts enable you to link to fonts into web servers.

User Isabel Inc
by
6.3k points