Mark the highest-level heading in a web page (such as the title at the top of the body)
What is <h1>?
ls
What is list?
A name enclosed in angle brackets, like this: <name>
What is an opening (HTML) tag?
HTML
What is Hyper Text Markup Language?
What are attributes?
Display the names of all the files and folders in the current location?
What is ls?
cd
What is change directory?
</name>
What is a closing tag?
CSS
What is Cascading Style Sheets?
The argument for the cd command
What is the location to go to?
Start a bulleted list in HTML
Displays the current location (folder) where you "are"
What is pwd?
An opening HTML tag, its closing partner, and everything in between
What is an HTML element?
<li>
What is List Item?
Name of the attribute that specifies the destination of a hyperlink
What is href?
Create a hyperlink
What is the <a> tag?
Relocates an item (file) to another location (folder/directory)
What is mv?
The top-level element where the <title> tag is found
What is <head>?
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?
Go "up" or backtrack to the previous location in Terminus
What is cd ..?
Feline-sounding name for a command to show the contents of a file (followed by more, and ...)
The only element not inside the <head> or <body> elements
What is <!DOCTYPE html>?
HTTP
What is Hyper Text Transfer Protocol?
Name of the attribute that gives the location of the file the <img> tag displays
What is src?