Web Developer & Designer Question:

Tell us how can you integrate CSS file to your webpage?

Tweet Share WhatsApp

Answer:

To integrate CSS file with any number of HTML files, you have to integrate the file after the <head> tag using “Link” property.

<head><Link REL=STYLESHEET HREF= “filename.css”Type=“text/css”></head>

Download Web Developer & Designer PDF Read All 68 Web Developer & Designer Questions
Previous QuestionNext Question
Tell me what is Information Architecture?Tell me while writing an error message what all things you need to take into consideration?