+ 1
Where will I style for html with css?
I cannot' know.
13 Answers
+ 2
Nowhere more than in your webpage.
+ 2
To style a HTML doc.
You have several options.
You can put style content in a style tag.
You can do inline styling using style attribute on a element.
You can also put style content in a external document with extension .CSS and link to your document using <link> tag.
+ 2
https://code.sololearn.com/Wqv3cw7mnHGx/?ref=app
+ 2
Welcome
+ 2
In sololearn there is no need to use link for external CSS.
But in your PC while coding.
First create a styling document with name "style.css" or else.
Then in your head tag of your HTML code put the following;:
<link
rel="stylesheet"
type ="text/css"
href="style.css"
/>
Above in the value of HREF attribute, you need to insert the name of your CSS file.
+ 2
If any confusion then ask without hesitation.
+ 1
Please help me.
+ 1
So where can I do?
+ 1
Thanks bro
+ 1
Ok, Dear Friend. Many many thanks to know me.