WebOMatic is a 90s-like web browser with full HTML and CSS parsing! No Javascript tho. (cuz its 90s themed, bro) Here are some links you can visit: en.scratch-wiki.info google.com
Text size tags: <font size="value">: Displays the text as the size of the value <big>: Make the text one size larger <small>: Make the text one size smaller <tt>: Displays characters in a monospaced font Text Tags <font>: Specify the font type, size, and color. <b>: Make the text bold <i>: Italics the text <u>: Underline (underline) the text <s>: Strikethrough the text <sub>: Display subscripts <sup>: Display superscript <em>: Emphasis on characters <strong>: Emphasis on characters <dfn>: Represent a character as a defined term (used to explain the meaning of a term, etc.) <del>: Represents the deletion of a character <ins>: Represents the addition of a character <address>: Represents a contact or contact <blockquote>: Indicates that it is a quotation or reprint <q>: Indicates that it is a quotation or reprint <code>: Represents the source code of the program <abbr> : Represents an abbreviation (other than an acronym) <acronym> : Represents an abbreviation (acronym) <div align="left">: Left-aligned text <div align="right">: Align text to the right <div align="center">: Displays text centered <center>: Same as above <br>: Line break <pre>: Display the source line breaks, single-byte spaces, tabs, etc. as they are List Tags: <ol>: Show ordered list <ul>: Show unordered list <li>: Show items in the list <dl>: Indicates that it is a list of definitions (terms and explanations of terms are included as a set) <dt>: Represents the term to be defined <dd>: Represents an explanation of the defined term