HTML Text Formatting❮ PreviousNext ❯Text FormattingThis text is boldThis text is italicThis is subscript and superscriptTry it Yourself »HTML Formatting ElementsIn the previous chapter, you learned about the HTML style attribute.HTML also defines special elements for defining text with a special meaning.HTML...
29 September, 2018
HTML Text Formatting
Programing Coderfunda
September 29, 2018
HTML5
No comments
HTML Text Formatting
❮ PreviousNext ❯
Text Formatting
This text is bold
This text is italic
This is subscript and superscript
Try it Yourself »
HTML Formatting Elements
In the previous chapter, you learned about the HTML style attribute.
HTML also defines special elements for defining text with...
HTML Styles
Programing Coderfunda
September 29, 2018
HTML5
No comments
ExampleI am RedI am BlueI am BigThe HTML Style AttributeSetting the style of an HTML element, can be done with the style attribute.The HTML style attribute has the following syntax:<tagname style="property:value;">The property is a CSS property. The value is a CSS value.You will learn more about...
HTML Styles
Programing Coderfunda
September 29, 2018
HTML5
No comments
Example
I am Red
I am Blue
I am Big
The HTML Style Attribute
Setting the style of an HTML element, can be done with the style attribute.
The HTML style attribute has the following syntax:
<tagname style="property:value;">
The property is a CSS property. The value is a CSS value.
You...