
LEARN HTML
HTML (Hypertext Markup Language) is a markup language.
It is one of the main languages that websites use.
The three main languages are HTML, CSS (Cascading Style Sheet) and JS (JavaScript).
Here's a picture of HTML code:

STYLES
Here is bold text:
Here is italic text:
Here is underlined text:
Here is italic text:
Here is marked text:
NOTE: Most text on this website is marked. This sentence is not.
Here is teletype (monospace, typewriter-styled) text:
Here is superscript text:
Here is subscript text:
Here is strikethrough text:
Here is text with all of those combined together:
POSITIONS
Here is left aligned text
Here is right aligned text
SPECIAL EFFECTS
You can also put marquee tags on images:
You don't need to tell marquee elements to go left if you want them to, because left is the default direction.
Here is text with the <span> and </span> tags.
You can change the highlight color to whatever you want.