HTML Formatting Elements Add Comment HTML Formatting Elements In the previous chapter, you learned about the HTML style attribute. HTML also defines special elements for...
HTML Text Formatting Add Comment Text Formatting This text is bold This text is italic This is subscript and superscript Try it Yourself » ...
HTML Text Alignment Add Comment HTML Text Alignment The text-align property defines the horizontal text alignment for an HTML element: Example <h1 style="text-align:center;">Centered...
HTML Paragraphs Add Comment HTML Paragraphs The HTML element defines a paragraph: Example <p>This is a paragraph.</p><p>This is another paragraph.</p> Try...