A method to convert your typed characters into machine readable code placed in a meta tag.
Syntax
The order or arrangement of words or phrases to for proper sentences/ code story lines
Refactor
Cleaning up code with out changing what it does.
Semantics
The process a computer follows when executing a program in that specific language.
Accessibility for HTML
using the (alt =) attribute you can explain the pages content for those who have disabilities such as vision or hearing loss.
Viewport
The actual size of the browser window.
Declaration
A statement describing an identifier (id)
Cascading
A syntax which allows multiple methods to be called on the same object.
Vendor Prefix
A way for your browser to support new CSS feature before they become fully supported in browsers.
CSS Pseudo Class
Used to add styles to selectors, but only when those selectors meet certain criteria. it is expressed by adding a colon (:) after a selector followed by a pseudo class such as "hover", "focus", or "active.
CSS Selectors
Targets specific elements from HTLML to add style to
Markdown
It is a text to HTML conversion tool for web writers. Markdowns allows you to write using an easy to read, easy to write plain text format, then covert it to structurally valid HTML.
Concatenate
Link (things) together in a chain or series.
State
Refers to the data in an application at a specific point in time.
Array
by using [] you can store a fixed size of elements of the same data type
Switch Statement
Similar to (if else) statements. However it can handle multiple alternative outcomes.
Function
A set of instructions bundled together to achieve a specific outcome.
Delimiter
A character that identifies the beginning or the end of a character string ie: forward slash /
Recursive
A programming technique using function or algorithm that calls itself one or more times until a specified condition is met.
Append
Takes a single item and adds that to the end of the list.