Explain Internal Style Sheets?

Answer Posted / swapna

Internal SS should be used while style is applied for
single document.
Style should be defined in a<head> tag using <style> tag
Ex: <head>
<style type=?text/css?>
Hr{color:Blue}
P{margin-Left:20px}
Body{background-image:url(?cat20.gif?)}
</style> </head>
Style tag is not supported by old browsers

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Contact a system development program in your organization. Research how they analyzed their SYSTEM OF INTEREST (SOI), its OPERATING ENVIRONMENT, and their respective system elements. How was this analysis reflected in the SOI architecture?

3640


What is use case in clean architecture?

628


Which design pattern is mvc?

631


Is dependency injection a design pattern?

594


Can we have this pattern implemented using static class?

585






Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?

591


Which design patterns have you used in your project ?

576


Give me example of observer design pattern?

637


Is singleton scope thread safe?

628


What is mvp design pattern?

684


How do you choose a design pattern?

573


What is the use of repository pattern?

587


What are the most popular design patterns?

588


What is aop design?

583


What are the types of design patterns?

580