Vocabulary

  1. What is UTF-8
    A method to convert your typed characters into machine readable code placed in a meta tag.
  2. Syntax
    The order or arrangement of words or phrases to for proper sentences/ code story lines
  3. Refactor
    Cleaning up code with out changing what it does.
  4. Semantics
    The process a computer follows when executing a program in that specific language.
  5. Accessibility for HTML
    using the (alt =) attribute you can explain the pages content for those who have disabilities such as vision or hearing loss.
  6. Viewport
    The actual size of the browser window.
  7. Declaration
    A statement describing an identifier (id)
  8. Cascading
    A syntax which allows multiple methods to be called on the same object.
  9. Vendor Prefix
    A way for your browser to support new CSS feature before they become fully supported in browsers.
  10. 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.
  11. CSS Selectors
    Targets specific elements from HTLML to add style to
  12. 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.
  13. Concatenate
    Link (things) together in a chain or series.
  14. State
    Refers to the data in an application at a specific point in time.
  15. Array
    by using [] you can store a fixed size of elements of the same data type
  16. Switch Statement
    Similar to (if else) statements. However it can handle multiple alternative outcomes.
  17. Function
    A set of instructions bundled together to achieve a specific outcome.
  18. Delimiter
    A character that identifies the beginning or the end of a character string ie: forward slash /
  19. Recursive
    A programming technique using function or algorithm that calls itself one or more times until a specified condition is met.
  20. Append
    Takes a single item and adds that to the end of the list.
  21. Attribute
    A characteristic of a page element such as font.
  22. String Value
Author
christi
ID
356283
Card Set
Vocabulary
Description
Updated