This is a part of my lesson in HTML where I was about to form a table in some already given codes, hopefully I made it but there were new codes which made me a little curious about their functions and this code is one :
<link href="style.css" type="text/css" rel="stylesheet">
Anyone please help me understand this code.
Thanks in advance! 
you know what css is? It allows us to style html code, by including this <link>
we can put the css code in a separate file.
4 Likes
No, I donβt know CSS, but I am going to learn about that too.
The thing is I was learning about HTML and all of sudden this code came which was the one I was not able to understand.
Thanks 
well, css allows for styling. You will learn about it when doing the css course, i think the exercise just wanted to show the cool things you can do with css
1 Like
Yaa, maybe.
Thanks for giving this information about css!
Pretty excited to learn about it!