How do I ...?
Weird Abbr
Parts
Acronyms & Initialisms
Attributes & Arguments
100

Mark the highest-level heading in a web page (such as the title at the top of the body)

What is <h1>?

100

ls

What is list?

100

A name enclosed in angle brackets, like this: <name>

What is an opening (HTML) tag?

100

HTML

What is Hyper Text Markup Language?

100
name = value pairs after the tag name, but inside the angle brackets <>

What are attributes?

200

Display the names of all the files and folders in the current location?

What is ls?

200

cd

What is change directory?

200

</name>

What is a closing tag?

200

CSS

What is Cascading Style Sheets?

200

The argument for the cd command

What is the location to go to?

300

Start a bulleted list in HTML

What is the <ul> tag?
300

Displays the current location (folder) where you "are"

What is pwd?

300

An opening HTML tag, its closing partner, and everything in between

What is an HTML element?

300

<li>

What is List Item?

300

Name of the attribute that specifies the destination of a hyperlink

What is href?

400

Create a hyperlink

What is the <a> tag?

400

Relocates an item (file) to another location (folder/directory)

What is mv?

400

The top-level element where the <title> tag is found

What is <head>?

400
<ul>
What is Unordered List?
400

The two arguments for the mv command as used in Terminus

What are the item/file to move and the location/folder to move it to?

500

Go "up" or backtrack to the previous location in Terminus

What is cd ..?

500

Feline-sounding name for a command to show the contents of a file (followed by more, and ...)

What is cat?
500

The only element not inside the <head> or <body> elements

What is <!DOCTYPE html>?

500

HTTP

What is Hyper Text Transfer Protocol?

500

Name of the attribute that gives the location of the file the <img> tag displays

What is src?

M
e
n
u