Markup

12 Jun 2023

HTML tags and formatting

3 minutes reading time

Use Markdown and HTML to style the content:

#Header one

Reserved for post title/subtitle.

#Header two

#Header three

#Header four

#Header five
#Header six

#Blockquotes

You could sit at home, and do like absolutely nothing, and your name goes through like 17 computers a day. 1984? Yeah right, man. That's a typo. Orwell is here now. He's livin' large. We have no names, man. No names. We are nameless!

Hack the planet!
Dade Murphy

#Tables

OSBase
OpenBSDNetBSD 1.0
NetBSD4.3BSD
FreeBSD4.4BSD-Lite

#Large tables

Surround large tables with <figure></figure> so they can scroll horizontally.

CompanyAmstradApparatBeCalmaDatapointElxsiFortune SystemsGatewayNovalJonosKayproLap PowerLéanordNeXTNorsk DataOhio ScientificOmnidataOCCPsystarSymbolicsTerakTRWWicat Systems
Defunct20101988200119882000198920112007197919921992200019891997199219801988198520121996198520021992

#Code blocks

#include <stdio.h>

int main() {
  printf("Hello, World!\n");
  return 0;
}

#Unordered Lists (Nested)

#Ordered List (Nested)

  1. List item one
    1. List item one
      1. List item one
      2. List item two
      3. List item three
      4. List item four
    2. List item two
    3. List item three
    4. List item four
  2. List item two
  3. List item three
  4. List item four

#HTML Tags

#Buttons

Primary Button Info Button Warning Button Success Button Danger Button

#Definition Lists

Nmap
Nmap is a tool for network discovery and security scanning.

#Notices

Attention! Link! This is notice.

Attention! This is info notice.

Attention! This is warning notice.

Attention! This is success notice.

Attention! This is danger notice.

#Address Tag

3980 Broadway Street
Boulder, CO 80304
United States

#Anchor Tag (aka. Link)

This is an example of a link.

#Abbreviation Tag

GIF is a bitmap image format.

#Cite Tag

"Code is poetry." --- Automattic

#Code Tag

You will learn later on in these tests that word-wrap: break-word; will be your best friend.

#Strike Tag

This tag will let you strikeout text.

#Emphasize Tag

The emphasize tag should italicize text.

#Insert Tag

This tag should denote inserted text.

#Keyboard Tag

This scarcely known tag emulates keyboard text.

#Quote Tag

We have just gotten a wake-up call from the Nintendo Generation. –Cereal Killer

#Strong Tag

This tag shows bold text.

#Subscript Tag

Getting our science styling on with H2O, which should push the "2" down.

#Superscript Tag

Still sticking with science and Isaac Newton's E = MC2, which should lift the "2" up.

#Variable Tag

This allows you to denote variables.