ABCDEFGHIJKLMNOPQRSTUVWXYZAAABACADAEAFAGAHAIAJAK
1
Timestamp
What's your name? (Last Name, First Name)
HTMLWYSIWYGGUICSSHTTPRoot DirectoryURLDomain NameFTP<div> or "DIV Tag"HEAD Tag<body> or "BODY Tag"HEADER TagMETA TagCMShyperlinkWeb Server<h1> or "h1 tag"User Interface (UI)<i> or "i tag"<p> or "p tag"<br> or "br tag"attribute (in web design)assets (in web design)<!> or "comment tag"<li> or "li tag"<ul> or "ul tag"<ol> or "ol tag"<img src=""> or "img tag"
2
8/24/2017 7:16:44Noonon, Josh
Hypertext Markup Language
What you see is what you get
Graphical User InterfaceCascading Style Sheets
Hypertext Transfer Protocol
the directory at the highest level of a hierarchy.
Uniform Resource Locator
the part of a network address that identifies it as belonging to a particular domain
File Transfer Protocol
The <div> tag defines a division or a section in an HTML
The <head> element is a container for all the head elements
The <body> element is a container for all the body elements
The <header> element represents a container for introductory content or a set of navigational links
The meta description tag in HTML is the 160 character snippet used to summarize a web page's content.
Content Management System
a link from a hypertext file or document to another location or file
A web server is a computer system that processes requests via HTTP
The h1 tag should contain your targeted keywords, ones that closely relate to the page title and are relevant to your content.
the means by which the user and a computer system interact, in particular the use of input devices and software.
Option 1
This element represents a paragraph of text.
line break in text
An HTML attribute is a modifier of an HTML element type.
An IT asset is any company-owned information, system or hardware that is used in the course of business activities
This element is used to add a comment to an HTML document
Option 1
The <ul> tag defines an unordered (bulleted) list.
The <ol> tag defines an ordered list
Option 1
3
8/24/2017 7:21:43Gryn, Chelsea
HyperText Markup Language is the standard markup language used to create web pages
an acronym for What You See Is What You Get. WYSIWYG is a way of designing electronic documents so that content such as text and graphics is displayed on screen during editing in a way that corresponds exactly to its appearance when printed or displayed as a finished product
an acronym for Graphical User Interface. When you interact with a computer, you are called the user and the method by which the computer interacts with you is called an interface
stands for Cascading Style Sheet and is used by web pages to help keep information in the proper display format.
the foundation of data communication for the World Wide Web
he first or top-most directory in a hierarchy
Uniform Resource Locator, previously Universal Resource Locator – is the unique address for a file that is accessible on the Internet.
used to identify one or more IP addresses and find particular web pages
an acronym for File Transfer Protocol. As the name suggests, FTP is used to transfer files between computers on a network
defines a division or a section in an HTML document. The <div> tag is used to group block-elements to format them with CSS.
can include a title for the document, scripts, styles, meta information, and more.
contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc.
will usually be the title of a post, or other emphasized text on the page
provides metadata about the HTML document. Metadata will not be displayed on the page, but will be machine parsable
stands for Content Management System
a reference to data that the reader can directly follow either by clicking, tapping, or hovering.
a computer system that processes requests via HTTP
will usually be the title of a post, or other emphasized text on the page
the means by which the user and a computer system interact, in particular the use of input devices and software.
defines a part of text in an alternate voice or mood. The content of the <i> tag is usually displayed in italic
defines a paragraph
inserts a single line break
used to define the characteristics of an HTML element and is placed inside the element's opening tag.
are attached to both movable and fixed assets for useful life identification, inventory control, “work-in-process” (WIP) and Computerized Maintenance Management Systems
used to insert comments in the source code
defines a list item. stands for unordered listdefines an ordered listdefines an image
4
8/24/2017 7:30:04Wittwer, Travis
Hypertext Markup Language
(What you see is what you get) program that allows the developer to see what the result will look like in the end.
(Graphic user interface)
A cascading style sheet (CSS) is a Web page derived from multiple sources with a defined order of precedence where the definitions of any style element conflict
HTTP means HyperText Transfer Protocol.
the directory at the highest level of a hierarchy.
Uniform Resource Locator: a protocol for specifying addresses on the Internet.
a name owned by a person or organization and consisting of an alphabetical or alphanumeric sequence followed by a suffix indicating the top-level domain: used as an Internet address to identify the location of particular Web pages:
File Transfer Protocol: a software protocol for exchanging information between computers over a network.
The <div> tag defines a division or a section in an HTML document. The <div> tag is used to group block-elements to format them with CSS.
The <head> element is a container for all the head elements. The <head> element can include a title for the document, scripts, styles, meta information, and more.
Definition and Usage. The <body> tag defines the document's body. The <body> element contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc.
Definition and Usage. The <header> element represents a container for introductory content or a set of navigational links. A <header> element typically contains: one or more heading elements (<h1> - <h6>) logo or icon.
A special HTML tag that provides information about a Web page. Unlike normal HTML tags, meta tags do not affect how the page is displayed. Instead, they provide information such as who created the page, how often it is updated, what the page is about, and which keywords represent the page's content.
CMS stands for Content Management System.
a link from a hypertext file or document to another location or file, typically activated by clicking on a highlighted word or image on the screen.
A web server is a computer system that processes requests via HTTP, the basic network protocol used to distribute information on the World Wide Web.
Definition and Usage. The <h1> to <h6> tags are used to define HTML headings. <h1> defines the most important heading.
A user interface, also called a "UI" or simply an "interface," is the means in which a person controls a software application or hardware device. ... Nearly all software programs have a graphical user interface, or GUI.
The <i> tag defines a part of text in an alternate voice or mood. The content of the <i> tag is usually displayed in italic.
Definition and Usage. The <p> tag defines a paragraph. Browsers automatically add some space (margin) before and after each <p> element.
Definition and Usage. The <br> tag inserts a single line break. The <br> tag is an empty tag which means that it has no end tag.
In the Hypertext Markup Language (HTML), an attribute is a characteristic of a page element, such as a font. ... In some programming languages, such as PowerBuilder PowerScript, an attribute is a property of an object or may be considered a container for the property of the object.
digital asset, in essence, is anything that exists in a binary format and comes with the right to use. Data that do not possess that right are not considered assets.
he comment tag is used to insert comments in the source code. Comments are not displayed in the browsers.
Definition and Usage. The <li> tag defines a list item. The <li> tag is used in ordered lists(<ol>), unordered lists (<ul>), and in menu lists (<menu>).
Definition and Usage. The <ul> tag defines an unordered (bulleted) list. Use the <ul> tag together with the <li> tag to create unordered lists.
Definition and Usage. The <ol> tag defines an ordered list. An ordered list can be numerical or alphabetical. Use the <li> tag to define list items.
Definition and Usage. The <img> tag defines an image in an HTML page. The <img> tag has two required attributes: src and alt. Note: Images are not technically inserted into an HTML page, images are linked to HTML pages.
5
8/24/2017 7:31:12Murray, Anthony
Hypertext Markup Language, a standardized system for tagging text files to achieve font, color, graphic, and hyperlink effects on World Wide Web pages.
WYSIWYG is an acronym for What You See Is What You Get.Denoting the representation of text on screen in a form exactly corresponding to its appearance on a printout.
GUI is an acronym for Graphical User Interface. When you interact with a computer, you are called the user and the method by which the computer interacts with you is called an interface.
CSS stands for Cascading Style Sheets. CSS describes how HTML elements are to be displayed on screen, paper, or in other media.
HTTP means HyperText Transfer Protocol. HTTP is the underlying protocol used by the World Wide Web and this protocol defines how messages are formatted and transmitted, and what actions Web servers and browsers should take in response to various commands.
The first or top-most directory in a hierarchy.
The address of a World Wide Web page.
The part of a network address that identifies it as belonging to a particular domain.
FTP is an acronym for File Transfer Protocol. As the name suggests, FTP is used to transfer files between computers on a network.
The <div> tag defines a division or a section in an HTML document. The <div> tag is used to group block-elements to format them with CSS.
The <head> element is a container for all the head elements. The <head> element can include a title for the document, scripts, styles, meta information, and more.
The <body> tag defines the document's body. The <body> element contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc.
The <header> element represents a container for introductory content or a set of navigational links. A <header> element typically contains: one or more heading elements (<h1> - <h6>) logo or icon.
The <meta> tag provides metadata about the HTML document. Metadata will not be displayed on the page, but will be machine parsable.
CMS stands for Content Management System. It is a term and has not been endorsed with a solid definition. A CMS can have multiple meanings depending on the scenarios and the person's or project objectives.
a link from a hypertext file or document to another location or file, typically activated by clicking on a highlighted word or image on the screen.
A Web server is a program that uses HTTP (Hypertext Transfer Protocol) to serve the files that form Web pages to users, in response to their requests, which are forwarded by their computers' HTTP clients.
The header tag, or the <h1> tag in HTML, will usually be the title of a post, or other emphasized text on the page.
the means by which the user and a computer system interact, in particular the use of input devices and software.
The <i> tag defines a part of text in an alternate voice or mood. The content of the <i> tag is usually displayed in italic.
Browsers automatically add some space (margin) before and after each <p> element. The margins can be modified with CSS (with the margin properties).
The <br> tag is an empty tag which means that it has no end tag.
In the Hypertext Markup Language (HTML), an attribute is a characteristic of a page element, such as a font. An HTML user can set font attributes, such as size and color, to different values.
A catch-all term referring to all materials needed to successfully complete a project. In terms of web design and development, “assets” typically refer to the text content, graphics, photographs, videos, audio files, and databases.
The comment tag is used to insert comments in the source code. Comments are not displayed in the browsers. You can use comments to explain your code, which can help you when you edit the source code at a later date. This is especially useful if you have a lot of code.
The <li> tag is used in ordered lists(<ol>), unordered lists (<ul>), and in menu lists (<menu>).
The <ul> tag defines an unordered (bulleted) list. Use the <ul> tag together with the <li> tag to create unordered lists.
The <ol> tag defines an ordered list. An ordered list can be numerical or alphabetical. Use the <li> tag to define list items.
The <img> tag defines an image in an HTML page. The <img> tag has two required attributes: src and alt. Note: Images are not technically inserted into an HTML page, images are linked to HTML pages. The <img> tag creates a holding space for the referenced image.
6
8/24/2017 8:03:21McDonald, Jordan
Hypertext Markup Language; standard markup language for creating web pages and web applications.
What You See Is What You Get; system in which content can be edited in a form closely resembling its appearance when displayed as a final product.
Graphical User Interface; a type of user interface that allows users to interact with electronic devices through graphical icons and visual indicators.
Cascading Style Sheets; a style sheet language used for describing the presentation of a document written in a markup language.
Hypertext Transfer Protocol; an application protocol for distributed, collaborative, and hypermedia information systems.
The first or top-most directory in a hierarchy.
Uniform Resource Locator; a web address of a document or other resource on the internet.
Identification string that defines a realm of administrative autonomy, authority or control within the internet.
File Transfer Protocol; a standard network protocol used for the transfer of computer files between a client and server on a computer network.
elements used to define parts of a document so that they are identifiable when a unique classification is necessary.
Container for all the head elements.
Container for all the body elements.
Represents a container for introductory content or a set of navigational links.
Provides metadata about the HTML document.
Color Management System; the controlled conversion between the color representations of various devices.
Data that the reader can directly follow by clicking on the link. A hyperlink points the whole document or a specific element within a document.
Computer System that processes requests via HTTP.
Level 1 heading markup for HTML Web pages.
The industrial design field of human computer interaction.
Defines a part of text in an alternate voice or mood.
Defines a paragraph.Line Break
Additional information about HTML elements.
Text content and graphics.
NotesDefines a list.Defines an ordered list Defines an ordered list.Defines an image.
7
8/24/2017 8:05:36Szymanski, Andrew
Hyper Text Markup Language: The standard markup language for creating web pages and web applications.
What You See Is What You Get: A program that allows a developer to see what the end result will look like while the interface or document is being created.
Graphical User Interface: A type of user interface that allows users to interact with electronic devices through graphical icons and visual indicators such as secondary notation, instead of text-based user interfaces.
Cascading Style Sheets: Describes how HTML elements are to be displayed on screen, paper, or in other media.
Hyper Text Transfer Protocol: An application protocol for distributed, collaborative, and hypermedia information systems.
The directory at the highest level of a hierarchy.
Uniform Resource Locator: A reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it.
The part of a network address that identifies it as belonging to a particular domain.
File Transfer Protocol: A standard network protocol used for the transfer of computer files between a client and server on a computer network.
Division: Used to group block-elements to format them with CSS.
The <head> element is a container for all the head elements. The <head> element can include a title for the document, scripts, styles, meta information, and more.
Document's Body: Contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc.
Represents a container for introductory content or a set of navigational links.
Metadata is data (information) about data.
Content Management System: Provides capabilities for multiple users with different permission levels to manage (all or a section of) content, data or information of a website project, or internet / intranet application.
A link from a hypertext file or document to another location or file, typically activated by clicking on a highlighted word or image on the screen.
A computer system that processes requests via HTTP, the basic network protocol used to distribute information on the World Wide Web.
The <h1> to <h6> tags are used to define HTML headings.
<h1> defines the most important heading.
The means by which the user and a computer system interact, in particular the use of input devices and software.
Defines a part of text in an alternate voice or mood. The content of the <i> tag is usually displayed in italic.
Defines a paragraph.
Inserts a single line break.
A characteristic of a page element, such as a font
Refers to the text content, graphics, photographs, videos, audio files, and databases.
Used to insert comments in the source code
Defines a list item.
Defines an unordered (bulleted) list.
Defines an ordered list
An image in an HTML page.
8
8/24/2017 8:16:31DeLacey, Brayden
Hypertext markup language
(What you see is what you get) Program that allows the developer to see what the end result will look like while creating it.
(Graphical user interface) interface the user connects with through graphics.
(Cascading style sheet) Web page derived from multiple sources with a defined order of precedence.
(HyperText Transfer Protocol) The underlying protocol used by the World Wide Web and this protocol defines how messages are formatted and transmitted.
the directory at the highest level of a hierarchy.
the address of a World Wide Web page.
the part of a network address that identifies it as belonging to a particular domain.
(File Transfer Protocol) standard network protocol used for the transfer of computer files between a client and server on a computer network.
The <div> tag defines a division or a section in an HTML document.
The <head> element is a container for all the head elements. The <head> element can include a title for the document, scripts, styles, meta information, and more.
The <body> tag defines the document's body. The <body> element contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc.
Heading tags are part of the HTML coding for a Web page. Headings are defined with H1 to H6 tags. The H1 tag defines the most important heading on the page (usually the largest or boldest, too), whereas H6 indicates the lowest-level heading.
Meta tags are snippets of text that describe a page's content; the meta tags don't appear on the page itself, but only in the page's code.
A content management system is a software application or set of related programs that are used to create and manage digital content.
A link from a hypertext file or document to another location or file, typically activated by clicking on a highlighted word or image on the screen.
Web servers are computers that deliver (serves up) Web pages. Every Web server has an IP address and possibly a domain name.
A H1 tag is a semantic HTML tag used to mark the importance of a heading text on a webpage. h1 is the most important.
The means by which the user and a computer system interact, in particular the use of input devices and software.
It creates emphasis through italicization
The <p> tag defines a paragraph. Browsers automatically add some space (margin) before and after each <p> element.
The <br> tag inserts a single line break. The <br> tag is an empty tag which means that it has no end tag.
An attribute is a changeable property or characteristic of some component of a program that can be set to different values.
Web assets are things like CSS, JavaScript and image files that make the frontend of your site look and work great.
The comment tag is used to insert comments in the source code. Comments are not displayed in the browsers.
The <li> tag defines a list item. The <li> tag is used in ordered lists
The <ul> tag defines an unordered (bulleted) list. Use the <ul> tag together with the <li> tag to create unordered lists.
The <ol> tag defines an ordered list. An ordered list can be numerical or alphabetical.
The <img> tag has two required attributes: src and alt. Note: Images are not technically inserted into an HTML page, images are linked to HTML pages.
9
8/24/2017 8:16:59Macchia, Audrianna
a standardized system for tagging text files to achieve font, color, graphic, and hyperlink effects on World Wide Web pages
one that allows a developer to see what the end result will look like while the interface or document is being created, WYSIWYG is an acronym for "what you see is what you get"
a user interface that includes graphical elements, such as windows, icons and buttons
a language that describes the style of an HTML document
designed to enable communications between clients and servers, a request-response protocol between a client and server
the top-level directory of a file system
the address of a specific webpage or file on the Internet, uniform resource locator
a unique name that identifies a website
a protocol designed for transferring files over the Internet
defines a division or a section in an HTML document
a container for all the head elements, can include a title for the document, scripts, styles, meta information, and more
defines the document's body, contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc
a container for introductory content or a set of navigational links
provides metadata about the HTML document, Metadata will not be displayed on the page, but will be machine parsable
a software tool that allows you to create, edit, and publish content, content managing system
a word, phrase, or image that you can click on to jump to a new document or a new section within the current document
a computer system that hosts websites, runs Web server software, such as Apache or Microsoft IIS, which provides access to hosted webpages over the Internet
used to define HTML headings, defines the most important heading
the means in which a person controls a software application or hardware device
defines a part of text in an alternate voice or mood, content of the <i> tag is usually displayed in italic
defines a paragraph, Browsers automatically add some space (margin) before and after each <p> element
inserts a single line break, an empty tag which means that it has no end tag
provide additional information about an element, are always specified in the start tag, and usually come in name/value pairs like: name="value"
the text content, graphics, photographs, videos, audio files, and databases
used to insert comments in the source code, can use comments to explain your code, which can help you when you edit the source code at a later date
defines a list item, used in ordered lists(<ol>), unordered lists (<ul>), and in menu lists (<menu>)
an unordered (bulleted) list
defines an ordered list, can be numerical or alphabetical
an image in an HTML page, has two required attributes: src and alt
10
8/24/2017 8:17:08Rider, Randyhyper text markup lang.
* acronym for "what you see is what you get"
graphical user interfacecascading style sheets
* hyper text transfer protocol
* most top-level directory
* uniform resource locator
identifies who's domain* file transfer protocol
it divides the website, so you can customize multiple areas a page
meta data and titles are usually stored here
main area for webpage content
bold and enlarged text and noticed by search algorithms + usualy introductory content (similar to h1-6?)
* information contained for search engines
content management system
* just a link, goes to other pages, images, ect
processes requests via HTTP, the basic network protocol used to distribute info
bold, navigational aid tag (similar to header?)
every thing you touch and most likely see on a page
* display text in italicstext containerline brake
*attributes are responsible for customizing web elements.
* typically refer to the text content, graphics, photographs, videos, audio files, and databases.
non-displayed content usually telling you what a piece does
defines a list item. used in ordered lists(<ol>), unordered lists (<ul>), and in menu lists (<menu>).
defines an unordered (bulleted) list.
An ordered list can be numerical or alphabetical.
contains an image
11
8/24/2017 8:33:14Slager, Jesse
abbreviation for hypertext markup language (= a system for representing documents on computers)
abbreviation for what you see is what you get: used to refer to an image on a computer screen that is exactly the same when it is printed
abbreviation for graphical user interface
CSS is a language that describes the style of an HTML document.
CSS describes how HTML elements should be displayed.
abbreviation for hypertext transfer protocol: a set of instructions made by a computer program that allows your computer to connect to an internet document
The root directory of your website is the content that loads when visitors access your domain name in a Web browser.
abbreviation for uniform resource locator (= the address of a page on the Internet)
the part of an email or website address on the internet that shows the name of the organization that the address belongs to
abbreviation for file transfer protocol : a set of rules for sending files to and from a server (= central computer) to other computers, using the internet
The <div> tag defines a division or a section in an HTML document.
The <div> tag is used to group block-elements to format them with CSS.
The <head> element is a container for all the head elements.
The <head> element can include a title for the document, scripts, styles, meta information, and more.
The <body> tag defines the document's body.
The <body> element contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc.
The <header> element represents a container for introductory content or a set of navigational links.
Metadata is data (information) about data.
The <meta> tag provides metadata about the HTML document. Metadata will not be displayed on the page, but will be machine parsable.
Meta elements are typically used to specify page description, keywords, author of the document, last modified, and other metadata.
The metadata can be used by browsers (how to display content or reload page), search engines (keywords), or other web services.
A CMS or a 'Content Management System' quite literally allows you to control and manage the content within your web site - without technical training.
a connection that allows you to move easily between two computer documents or two pages on the internet
a computer system or program that sends websites and information to internet users
The <h1> to <h6> tags are used to define HTML headings.
<h1> defines the most important heading. <h6> defines the least important heading.
a way of arranging information on a computer screen that is easy to understand and use because it uses icons (= pictures), menus, and a mouse rather than only text
The <i> tag defines a part of text in an alternate voice or mood. The content of the <i> tag is usually displayed in italic.
The <i> tag can be used to indicate a technical term, a phrase from another language, a thought, or a ship name, etc.
Use the <i> element only when there is not a more appropriate semantic element
The <p> tag defines a paragraph. Browsers automatically add some space (margin) before and after each <p> element. The margins can be modified with CSS (with the margin properties).
The <br> tag inserts a single line break. The <br> tag is an empty tag which means that it has no end tag.
The language of the document can be declared in the <html> tag. The language is declared with the lang attribute. Declaring a language is important for accessibility applications
webassets is a general, dependency-independent library for managing the assets of your web application. It can merge and compress your CSS and JavaScript files, supporting a wide variety of different filters, and supports working with compilers like CoffeeScript or Sass.
The comment tag is used to insert comments in the source code. Comments are not displayed in the browsers.
You can use comments to explain your code, which can help you when you edit the source code at a later date. This is especially useful if you have a lot of code.
The <li> tag defines a list item.

The <li> tag is used in ordered lists(<ol>), unordered lists (<ul>), and in menu lists (<menu>).
The <ul> tag defines an unordered (bulleted) list. Use the <ul> tag together with the <li> tag to create unordered lists.
The <ol> tag defines an ordered list. An ordered list can be numerical or alphabetical. Use the <li> tag to define list items.
The <img> tag defines an image in an HTML page.
The <img> tag has two required attributes: src and alt.
12
8/30/2017 8:12:56Nazzaro, Nicholas
Hypertext Markup Language
What You See Is What You Get
Graphical User InterfaceCascading Style Sheets
Hypertext Transfer Protocol
The directory at the highest level of a hierarchy.
Uniform Resource Locator
The part of a network address that identifies it as belonging to a particular domain.
File Transfer Protocol
Defines a division or a section in an HTML document and is used to group block-elements to format them with CSS.
Can include a title for the document, scripts, styles, meta information, and more
Defines the document's body and contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc.
Is apart of the HTML coding for a Web page, headings are more than likely defined with H1 to H6 tags. The H1 tag defines the most important heading on the page (usually the largest or boldest, too), whereas H6 indicates the lowest-level heading.
Are snippets of text that describe a page's content; the meta tags don't appear on the page itself, but only in the page's code.
is a software application or set of related programs that are used to create and manage digital content.
A link from a hypertext file or document to another location or file, typically activated by clicking on a highlighted word or image on the screen.
Web servers are computers that deliver (serves up) Web pages. Every web server has an IP address and possibly a different domain name to make it its own.
is a semantic HTML tag used to mark the importance of a heading text on a webpage. The H1 to H6 tags are also used to define HTML headings.
The means by which the user and a computer system interact, in particular the use of input devices and software.
Are used by all format specifications that store documents as text files. This includes SGML and HTML.
Defines a paragraph using <p>
Inserts a line break <br>
Is characteristic of a page element, such as size and color.
Is a general, independent library for managing the assets of your web application.
Inserts a comment anywhere you want. <!>
Defines a list item using <li>
Defines an unordered list using bullets. <ul>
Defines an ordered list using bullets. <ol>
Defines an image in an HTML page. <img src="">
13
6/9/2018 11:27:53Answer Key
Hypertext Markup Language - The fundamental coding language of web design
What You See Is What You Get - Regarding software that presents a visual representation of your work
Graphic User Interface - The visual interface for a program or website
Cascading Style Sheets - A way to adjust style attributes of html elements. Clothes:People::CSS:HTML
Hypertext Transfer Protocol - How a web browser identifies that it will be reading and displaying hypertext based documents (html)
The top-most directory in a web based file system
Uniform Resource Locator - the address of a specific file or asset within a root folder
The base name associated with an IP address which end in an extension like .com, .org, or .gov. Google.com and Facebook.com are domain names
File Transfer Protocol - the most common means of transferring files between local and online file storage
A defined "section" of a website - think of it as a tupperware container for certain web elements
Identifies the section of the website that contains "behind the scenes" information such as meta-data and definitions/links to external javascript and css files
Identifies the Main section of the website that contains content.
Identifies a section of introductory components for a webpage - Usually contains a hero image, logo, navigation, etc.
Undisplayed information about the website such as keywords and title that is usually used by search engines.
content management system - services such as wordpress that provide a backend for authors to edit and manage content for a website without editing html.
A link from an element on one page to another page - linked buttons, text, images, hotspots, etc.
The hardware on which online files are stored for access by web users
Level one heading - Highest priority heading
The way by which a user interacts with a program or web media.
italicparagraphline break
a certain characteristic of a web element - color, size, font, width, height, etc.
Media Files (image, video, sound, etc.) embedded in a webpage
Non-displayed information that may be placed alongside html code to assist web developers (kind of like adding sticky notes to a text book for note-taking purposes)
list item - one item in a list
unordered list - bulleted list
ordered list - a numbered, outlined, or alphabetically labelled list
the tag used to embed an image file in a website
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100