CSS and Web Styling Fundamentals
Test your knowledge of CSS properties, HTML styling, and basic web development concepts including color, background styling, and style sheet management.
Questions
What does CSS stand for?
- Colorful Style Sheets
- Cascading Style Sheets
- Creative Style Sheets
- Computer Style
What is the correct HTML for referring to an external style sheet?
- <style src="mystyle.css">
- <stylesheet>mystyle.css</stylesheet>
- <link rel="stylesheet" type="text/css" href="mystyle.css">
- None of the above
Where in an HTML document is the correct place to refer to an external style sheet?
- In the <head> section
- At the top of the document
- In the <body> section
- At the end of the document
Which HTML tag is used to define an internal style sheet?
- <style>
- <script>
- <css>
- None of the above
Which HTML attribute is used to define inline styles?
- font
- styles
- style
- class
Which is the correct CSS syntax?
- {body;color:black}
- {body:color=black(body}
- body {color: black}
- body:color=black
How do you insert a comment in a CSS file?
- /* this is a comment */
- // this is a comment
- // this is a comment //
- ' this is a comment
Which property is used to change the background color?
- color:
- bgcolor:
- background-color:
- None of the above
How do you add a background color for all
elements?
- h1.all {background-color:#FFFFFF}
- h1 {background-color:#FFFFFF}
- all.h1 {background-color:#FFFFFF}
- None of the above
How do you change the text color of an element?
- text-color:
- color:
- text-color=
- fgcolor:
Which of the following abbreviations is incorrectly expanded?
- CTS - Common Type System
- CLS - Common Language Specification
- CAS - Component Authorization Specification
- FCL - Framework Class Library
Which of the following features was first introduced with .Net 2.0
- .Net Compact Framework
- Support for IP6
- Windows Card Space
- Generics
Which of the following statements is false about Common Language Runtime
- .NET Framework 2.0 CLR was was introduced with VS 2005
- .Net Framework 3.0 uses the .NET Framework 2.0 CLR
- .Net Framework 3.5 uses the .NET Framework 2.0 CLR
- .Net Framework 3.5 SP1 first time introduce the .NET Framework 3.0 CLR
The New object Relational Mapping (ORM) framework to be introduced with Microsoft.Net 3.5 SP1 is known as
- ADO.ORM
- ADO.NET Entity Framework
- ADO.Hibernate
- ORM.ADO
Which of the following statements is false about Windows Communication Framework (WCF)
- WCF Service can define Data, Service, fault and Message contract
- MSMQ binding, Web Service (WS) binding, Basic binding and TCP binding are part of standard binding supported by WCF
- WCF also support authentication using Issued token by secure token service
- WCG support Message reliability without ordered delivery