How can i use link icon on top of head? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i use link icon on top of head?

I saw many people are using<link> tag in html after head tag to see a different style sheet in output. My question is about how can we insert such a thing in link tag and how can we able to clarify output... <Link rel="stylesheet" type="text css."/>😞 Where can we get such kind of css style sheet in google... https://code.sololearn.com/WNhPBzd1dPrC/?ref=app https://code.sololearn.com/W1671iBr5GxG/?ref=app

16th Jul 2020, 6:28 AM
CHENNA ADITYA VARDHAN
CHENNA  ADITYA  VARDHAN - avatar
7 Answers
+ 2
You write the stylesheet yourself separately based on your html markup and layout design. Save the file in a project directive and connect it via the link tag. You can find css files on the Internet that can be included right away, for example normalize, css reset, but it's better to first learn how to write your own. Then, with experience, you will have your own ready-made universal pieces of code, they are called snippets.
16th Jul 2020, 7:16 AM
Anna/Аня
Anna/Аня - avatar
0
Didn't get you
16th Jul 2020, 7:19 AM
CHENNA ADITYA VARDHAN
CHENNA  ADITYA  VARDHAN - avatar
0
CH ADITYA VARDHAN Right from the start, you create a project directive where your project files are stored. It usually includes a minimum of js, img, css folders. In the css folder you create a style.css file, write styles and connect it to html
16th Jul 2020, 7:33 AM
Anna/Аня
Anna/Аня - avatar
0
Thank you madam btw how can i publish my webpage...
16th Jul 2020, 7:35 AM
CHENNA ADITYA VARDHAN
CHENNA  ADITYA  VARDHAN - avatar
0
CH ADITYA VARDHAN Where do you want to publish it on GitHub, on the Internet, in the SoloLearn application?
16th Jul 2020, 7:40 AM
Anna/Аня
Anna/Аня - avatar
0
On net...
16th Jul 2020, 2:25 PM
CHENNA ADITYA VARDHAN
CHENNA  ADITYA  VARDHAN - avatar
0
CH ADITYA VARDHAN You need to find a hosting company, rent a domain from this company and buy an SSL certificate. You upload all files to your personal account and they will be available to everyone.
16th Jul 2020, 4:16 PM
Anna/Аня
Anna/Аня - avatar