terms Flashcards

1
Q

HTML

A

HTML provides the content structure and context. By describing the content, it tells the browser what to do with it. The current version of HTML is HTML5.

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

CSS

A

CSS tells the browser how to present the content. A set of styling rules lets the browser know how to render elements within the HTML document. The current version of CSS is CSS3.

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

JavaScript

A

JavaScript is a third component which is a programming language that provides the ability to create more powerful interactivity. It is the only programming language that can operate at both the front-end (client) and/or back-end (server).

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

HTML and CSS

A

Together HTML and CSS give the browser the information it needs to render the web page for the user while JavaScript can give the web page more interactivity. Website rendered output is content marked up with HTML and styled with CSS.

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

Client-side programming (front-end).

A

Client-side refers to the software that runs on a user’s web browser or user agent

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

Server-side programming (back-end)

A

Server-side means the systems that are on the server.

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

Web/Full-Stack Development

A

Full Stack Development is combining front-end and back-end skills.

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

User agent

A

A string that tells the site what operating system and browser the user is running

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

what are semantic tags

A

Semantic Tags are used in accessibility for the visually impaired

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

HTML Element.

A

An html element is a part of a webpage. In HTML, an element may contain a data item or a chunk of text or an image, or perhaps nothing. A typical element includes an opening tag with some attributes, enclosed text content, and a closing tag.

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