---
title: "What is embedded style?"  
description: "What is embedded style?"  
author: "Anonymous User"  
published: 2012-12-17  
updated: 2012-12-17  
canonical: https://www.mindstick.com/forum/503/what-is-embedded-style  
category: "css-css3"  
tags: ["css-css3"]  
reading_time: 1 minute  

---

# What is embedded style?

Hi,\
\
[Please tell me](https://www.mindstick.com/forum/33900/please-tell-me-what-are-the-technique-to-content-optimization) what is [embedded](https://www.mindstick.com/articles/332094/what-is-embedded-software-engineering) [style](https://www.mindstick.com/articles/126300/apa-citation-style-get-to-know-about-it-for-your-next-assignment)? How to [link](https://www.mindstick.com/articles/23633/link-builder) it in our [project](https://www.mindstick.com/articles/105927/how-to-excel-at-managing-multiple-projects)?\
\
Thanks in advance.

## Replies

### Reply by AVADHESH PATEL

Hi Chintoo Semi,\
\

Embedded style is the style attached to one specific document. The style information is specified as a content of the STYLE element inside the HEAD element and will apply to the entire document.

```
<HEAD> <STYLE
TYPE="text/css"> <!-- P {text-indent: 10pt}
--> </STYLE> </HEAD>
```

**Note:** The styling rules are written as a HTML comment, that is, between

<!-- and -->

To hide the content in browsers without CSS support which would otherwise be displayed?


---

Original Source: https://www.mindstick.com/forum/503/what-is-embedded-style

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
