| Tag | Description |
|---|---|
<span> |
Used to group in-line elements in a document. Provides no visual change by itself however it provides a way to add a hook to a part of a text or a part of a document. When the text is hooked in a span element you can add styles or manipulate the content. |
| HTML Code | Display |
|---|---|
My mother has <span style="color:#ADD8E6"> light
blue</span> eyes
|
My mother has light blue eyes |