HTML Vocab Flashcards
(6 cards)
Back End Web Developer
Back-end development means working on server-side software, which focuses on everything you can’t see on a website.
Copyright
Copyright is a legal mechanism that protects the rights of software developers and creators.
Creative Commons
Creative Commons (CC) licenses are a system for creators to define how their work can be used and shared, while still retaining their copyright.
CSS (Cascading Style Sheets)
A stylesheet language used to describe the presentation of a document written in HTML or XML. CSS describes how elements should be rendered on screen, on paper, in speech, or on other media.
CSS Class
A CSS class is an attribute used to define a group of HTML elements in order to apply unique styling and formatting to those elements with CSS.
CSS Selector
A CSS selector is the first part of a CSS Rule. It is a pattern of elements and other terms that tell the browser which HTML elements should be selected to have the CSS property values inside the rule applied to them. (Style)