What is embedded style?

Questions by SachinDeo   answers by SachinDeo

Showing Answers 1 - 6 of 6 Answers

jatin23

  • Apr 3rd, 2007
 

Embedded Style Sheets are preset within the web page. This is very useful in making the collection of all the styles applied to the page and making them appear in a common place under the element or tag which is placed in the page header.

  Was this answer useful?  Yes

An embded style which can be written with in the head tag see below
<html>
<head>
<style type= "text/css">
embded style goes here
</style>
</head>
<body>
body elements
</body
</html>

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions