HTML Vocab Flashcards

(6 cards)

1
Q

Back End Web Developer

A

Back-end development means working on server-side software, which focuses on everything you can’t see on a website.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Copyright

A

Copyright is a legal mechanism that protects the rights of software developers and creators.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Creative Commons

A

Creative Commons (CC) licenses are a system for creators to define how their work can be used and shared, while still retaining their copyright.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

CSS (Cascading Style Sheets)

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

CSS Class

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

CSS Selector

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly