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
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.
0
Didn't get you
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
0
Thank you madam btw how can i publish my webpage...
0
CH ADITYA VARDHAN Where do you want to publish it on GitHub, on the Internet, in the SoloLearn application?
0
On net...
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.