Web Developer & Designer Question:
Download Questions PDF

Tell me what is external style sheet? How can we link it?

Answer:

External stylesheet is a template/document/file which contains style and appearance information which can be used to link the HTML document and a large number of HTML documents can be linked using external style sheets. The file document can be linked using the LINK tag under the HEAD element. Files containing style information should have a suitable extension. For example, style.css. The proper syntax for linking the file using external style sheet is <head><link rel =stylesheet href=”style.css” type=”text/css”></head>

Download Web Developer & Designer Interview Questions And Answers PDF

Previous QuestionNext Question
Please explain will your website be compatible with every screen?Tell me what is a prompt box?