Simple Website - Vocabulary Flashcards
HTML
Hyper Text Markup Language, the computer code that defines the structure of web pages.
The Web
The network of linked HTML documents that exists on the Internet.
Internet
The global system of computer networks and hardware on which the web is built.
HTML5
New HTML elements that are now commonplace along with a few new pieces of browser technology.
Attributes
Attributes are extra information inside of an HTML element that provides additional data about the element.
Code Completion
A feature of text editors (like Workspaces) that automatically completes code as you type.
HTML Entity
Special characters in HTML, such as the copyright symbol.
Relative Path
Describes the location of a file using a partial file path that’s based on the location of the original file relative to the file that’s being referenced.
Absolute Path
Describes the location of a file using the full file path.