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

Submitted by: Muhammad
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>
Submitted by: Muhammad

Read Online Web Developer & Designer Job Interview Questions And Answers