Web Developer & Designer Question:

Download Job Interview Questions and Answers PDF

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

Web Developer & Designer Interview Question
Web Developer & Designer Interview Question

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 Interview Questions And Answers PDF

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?