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>
Q. Write a java program to sort ten numbers using bubble sort method. Ans. class Bubble sort Q : Explain Timesharing system Timesharing Timesharing system: It is an operating system which shares processor time among multiple processes by assigning each a time slice. Once a process's time slice has finished or expired, the other procedure is given a possibility to run.
Timesharing system: It is an operating system which shares processor time among multiple processes by assigning each a time slice. Once a process's time slice has finished or expired, the other procedure is given a possibility to run.
Super type: It is a type with a child sub type. The sub-type or super-type relationship is more common than the sub-class or super-class relationship. An interface which is implemented by the class is a super type of the class. The interface which is
How can you highlight several goodies or addons the Orbeon?
Explain the relationship between XHTML and SGML.
Define the term Host system: It is a computer system on which a process is executed or run.
Explain the way to create a Mutex.
Explain the relationship between XHTML and URL?
Checked exception: An exception which should be caught locally in the try statement, or propagated through a throws clause stated in the method header.
Explain the term hard real-time.
18,76,764
1942803 Asked
3,689
Active Tutors
1412406
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!