Share:
Notifications
Clear all

Earn While Learning Web3 Programming>> Start Here FREE!!!

[Solved] What Is HTML Link Element ?

3 Posts
4 Users
3 Reactions
370 Views
1
Topic starter

EXERCISE:

i. Watch the above lesson video and also read through the recommended resources. Then, answer following questions

ii. What Is HTML Link Element?

iii. How To Write "link" Element with link tag in HTML?

iv. Summarize in your own word in this forum below:
(NOTE: please, don't just copy paste from other students - instead answer in your own word base on your level of understanding the lesson and resources)

 

 

NOTE:

This Is An Exercise From Our FREE COURSE with CERTIFICATION:

 HTML For Web3 dApp Development Course

(If you have not enrolled yet, you can join the course totally for FREE).

 

3 Answers
1

What Is HTML Link Element Explained:

- HTML Link Element is placed inside HTML head element

- it is used to specify the connection between the HTML File and external dependencies like CSS file, Favicon and more.

 

How To Write "link" Element with link tag in HTML Explained:

<link>
<link rel="stylesheet" href=""> (This can be used to point to external CSS file)
1

HTML LINK ELEMENT

It is place inside HTML head element

It connects to other resources or files like CSS

It specifies the connection between the HTML file and external dependencies like CSS and Favicon.

HOW TO WRITE HTML LINK ELEMENT

<link>

<link rel="stylesheet " href="">

(This is used to point to an external CSS file)

0

HTML LINK is a self closing tag which allows external document in other programming languages to be imported.

Share: