Including CSS with the HEAD Tag
Describe how to include the CSS within the HEAD Tag?
Expert
If you wish to involve a CSS within the HEAD tag and apply to whole HMTL docuemnt, you may use STYLE tag as <STYLE TYPE="text/css">css_definition</STYLE>. The following code will set the body background to black and paragraph text to yellow:
<html><head><title>CSS Included</title><style type="text/css">BODY {background-color: black}P {color: yellow}</style></head><body><p> Welcome to questions-interviews.com. You should see this text in yellow on black background.</p></body></html>
Software reuse: It is the ability to reuse software components in various contexts. The object-oriented languages aid to encourage reuse by their support of encapsulation.
Define the term Constant: A variable whose value might not be changed. In Java, such are implemented by the final variables.
Give some examples of applications which can benefit from using XML?
Specify the Basic Units of the CSS.
Define the need of process relative handles.
Relative filename: It is a filename whose full path is associative to some point within a file system tree-frequently the present working folder (that is, directory). For example:
What is the main function of context switching?
What is Automation Testing life cycle?
Define the term Internet: It is a global network of numerous interconnected networks.
What are the benefits of automated testing over manual testing?
18,76,764
1931806 Asked
3,689
Active Tutors
1449144
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!