logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What are different ways to integrate a CSS into a Web page?


  • Correct Answer
  • There are three ways to integrate CSS into a Web page 1 Inline: HTML elements may have CSS applied to them via the STYLE attribute 2 Embedded: By placing the code in a STYLE element within the HEAD element 3 Linked/ Imported: Place the CSS in an external file and link it via a link element 


  • Technology problems


    Search Results


    • 1. Differentiate different types of Doctypes from one another.
    • Discuss
    • 2. What is the importance of Doctype in HTML?
    • Discuss
    • 3. How to insert Javascript in HTML?
    • Discuss
    • 4. What is difference between HTML and HTML5?
    • Discuss
    • 5. What is the Use of SPAN in HTML and give one example?
    • Discuss
    • 6. What is CSS selector?
    • Discuss
    • 7. What is the use of CSS sprites?
    • Discuss
    • 8. What are the rules in CSS ruleset?
    • Discuss
    • 9. What is the difference between class selector and ID selector?
    • Discuss
    • 10. What is the purpose of pseudo-elements?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment