Heading 1 (h1)

Heading 2 (h2)

Heading 3 (h3)

Heading 4 (h4)

Heading 5 (h5)
Heading 6 (h6)

Paragraph with an anchor link inside.

Blockquote example
Typewriter effect text
  1. Doctorate Paper Ordered List Item 1
  2. Doctorate Paper Ordered List Item 2
Doctorate Paper Definition Term
Doctorate Paper Definition Description
Emphasize Text

Inline Quotation

Header 1 Header 2
Row 1 Cell 1 Row 1 Cell 2
Row 2 Cell 1 Row 2 Cell 2
Example Image

Explanations

Headings: To use different heading levels, simply wrap your text with appropriate heading tags from <h1> to <h6>.

Buttons: To create a button, use the <button> element with the class "button" and one of the color classes: "red-button", "black-button", or "white-button".

Anchor links: To create a styled anchor link, use the <a> element inside a paragraph.

Blockquotes: To create a blockquote, wrap the text in the <blockquote> element.

Typewriter effect: To create a typewriter effect, wrap the text inside a <div> with the class "typewriter" and a <span> with the class "typewriter-text". Add another <span> with the class "blinking-cursor" after the typewriter-text to display the red blinking cursor.

Doctorate Paper Unordered and Ordered Lists: To create a styled unordered or ordered list, use the <ul> or <ol> elements with the class "doctorate-paper" and <li> elements for list items.

Doctorate Paper Definition Lists: To create a styled definition list, use the <dl> element with <dt> elements for definition terms and <dd> elements for definition descriptions. Add the class "doctorate-paper" to both <dt> and <dd> elements.

Emphasize: To create emphasized text, wrap the text in the <emphasize> element.

Inline Quotation: To create an inline quotation, wrap the quoted text in the <q> element.

Tables: To create a styled table, use the <table> element with <thead> and <tbody> sections. Include <tr> elements for table rows, and <th> and <td> elements for header and data cells, respectively.

Images: To display a styled image, use the <img> element with a "src" attribute containing the image URL.

Videos: To display a styled video, use the <video> element with a "src" attribute containing the video URL and the "controls" attribute.

Audio: To display a styled audio player, use the <audio> element with <source> elements containing the audio URL(s) and the "controls" attribute.