Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

Explain the three main ways to apply CSS styles to a Web page?

user-image
Question added by Anirban Chakraborty , Network Administrator , Wipro Limited
Date Posted: 2016/12/02
derangula suresh
by derangula suresh , Business System Analyst , Flextronics technologies (I) Pvt ltd

You can write in body of the HTML page by using <style> tag for attribute called as in line styling. 2 method is writing CSS code in Head section. 3 rd way is writing all the CSS in seperate file and save as .css format after passing that link in html page header section

More Questions Like This