Tags
HMTLCSS Decorative tags.
#medium #emulation
The code is wrapped in a < p >
tag to keep the text inline without complicated formatting.
HTML
CSS
#tag{
background: black;
color: white;
font-size: 0.7em;
padding: 5px;
}