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>
What is the use of Macros used in <windows.h> header files?
Why is the script recorded over the tested web pages not playback correctly?
Normal 0 false false
Q. 1 Explain number of issues which are faced while porting a c pre processor in java. These issues always have the probability that the code will show errors while trying to execute the code in java. Q.2 : Software Requirement Specification or Requirements for the studen
What is Hostname: It is the name of a host system.
Define the term Heterogeneous collection: It is a collection of objects with distinct dynamic types
What is the Common Language Infrastructure (CLI)? What relation does .NET have with the CLI?
Indirect recursion: Recursion which outcomes from method Y calling method X, whenever an existing call from X to Y is still in development or progress.
State the term LDAP?
The kind of value that a variable can own is known as data type. When we state a variable we require specifying the type of value it will own with the n
18,76,764
1932618 Asked
3,689
Active Tutors
1428043
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!