Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Explain how can you integrate CSS file to your webpage?
#1
Explain how can you integrate CSS file to your webpage?
Reply
#2
(06-06-2017, 09:42 AM)Kajal Wrote: Explain how can you integrate CSS file to your webpage?

External :

<link href="Path to css File" type="text/stylesheet" rel="stylesheet">

Internal (Place this code in header section , before</head> ends) Linking :

<style>
h1{
colr:red;
}
</style>

inline :

<p style="color:red;font-weight:bold;">This is a Heading</p>
Reply


Possibly Related Threads...
Thread Author Replies Views Last Post
  Setting the Action Attribute to a Script File beingchinmay 0 2,459 05-03-2016, 04:56 PM
Last Post: beingchinmay

Forum Jump:


Users browsing this thread: 1 Guest(s)