Posts

Showing posts from February, 2024

html

  <b>  - Bold text <strong>  - Important text <i>  - Italic text <em>  - Emphasized text <mark>  - Marked text <small>  - Smaller text <del>  - Deleted text <ins>  - Inserted text <sub>  - Subscript text <sup>  - Superscript text   HTML <b> and <strong> Elements The HTML  <b>  element defines bold text, without any extra importance. Example < b > This text is bold < /b > Try it Yourself » The HTML  <strong>  element defines text with strong importance. The content inside is typically displayed in bold. Example < strong > This text is important! < /strong > Try it Yourself » ADVERTISEMENT HTML <i> and <em> Elements The HTML  <i>  element defines a part of text in an alternate voice or mood. The content inside is typically displayed in italic. Tip:  The  <i>  tag is often used to indicate a technical term, a phrase from another language, a thought, a ship na

DIGITAL CLOCK