This coding language is the backbone of the internet and is used in 100% of website seen in standard browsers.
What is HTML?
This coding language is used solely to affect the appearance of websites.
What is CSS?
This is a structure or what Mr. Earley refers to as the "grammar" of a coding language.
What is syntax?
This network-connected storage device Is used to store and *serve* website files.
What is a server?
This term refers to files that are stored on your computer's hard drive, as opposed to a remote server.
What is local?
This 3-letter HTML tag is used to create images.
What is IMG?
This symbol is used between the property and value in CSS.
What is a colon?
These two symbols surround the property and value sets in CSS.
What are curly brackets / curly braces?
This 3-letter acronym is used to connect to a server in order to upload and download files.
What is FTP?
This term refers to files stored on a different server as opposed to your local hard drive.
What is remote?
This HTML element is used to create structured lists with multiple columns and rows.
What is a TABLE?
This symbol appears at the end of a property / value set in CSS.
What is a semicolon?
This symbol is placed before the name of the tag in closing tags in HTML.
What is a / (slash)?
This is the meaning of FTP.
File Transfer Protocol
This type of file path refers to a file path that begins with http:// and lists all the entire folder list that houses a particular file.
What is absolute?
This HTML tag is used to create numbered lists.
What is OL or Ordered List?
This CSS property affects the space around an element.
What is margin?
This 3-letter attribute inside of an Image tag is used to identify the source of an image.
What is SRC?
This is the meaning of HTTP.
What is Hypertext Transfer Protocol
This type of file path refers to a file path that only includes folders in relation to a particular file, rather than starting from the very root of a server.
What is relative?
These four words are what HTML stands for.
What is Hypertext Markup Language?
These words are what CSS stand for.
What is Cascading Stylesheet?
This symbol is placed between folder names in a file path to represent a folder.
What is a / (slash)?
This Adobe software program is used to help design and code website and upload them to a server.
What is a Dreamweaver?
This is another term for "folder" when dealing with file structures.
What is a directory?