Salesqueen Software Solution

Download Free Estimation Now Click Here
Notifications
Clear all

Explain how can you refer to CSS file in the web page.

3 Posts
3 Users
0 Reactions
124 Views
Posts: 150
Topic starter
(@dinesh)
Estimable Member
Joined: 2 years ago

CSS file

2 Replies
Posts: 461
(@dinesha-g)
Reputable Member
Joined: 2 years ago
  • CSS can be integrated directly into the HTML document or attached as a separate file. Three approaches can be used to incorporate CSS into an HTML document:Utilizing the style attribute in the HTML start tag to apply inline styles.Using the style> element in the document's head section is known as embedding styles.Use the link> element to refer to an external CSS file when using external style sheets.
Reply
Posts: 100
 Kavi
(@kavi)
Estimable Member
Joined: 2 years ago

To refer Use tag in the .css file on the webpage. It is typically advised to keep this inside the tag. The rel attribute value should be "stylesheet," and the type attribute value should be "text/css."

Reply
Share: