Web Developer & Designer Question:
Download Job Interview Questions and Answers PDF
Tell us how can you integrate CSS file to your webpage?
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>
<head><Link REL=STYLESHEET HREF= “filename.css”Type=“text/css”></head>
Download Web Developer & Designer Interview Questions And Answers
PDF
Previous Question | Next Question |
Tell me what is Information Architecture? | Tell me while writing an error message what all things you need to take into consideration? |