Definitions Flashcards

1
Q

Tags

A

HTML tags are used to hold the HTML element
HTML tag starts with < and ends with >
HTML tags are almost like keywords where every single tag has a unique meaning

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

HTML Element

A

HTML Element holds the content
Whatever written within a HTML tag are HTML elements
HTML elements specify the general content

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

HTML attributes

A

Syntax: lang=“it-it”
Attribute name: lang
Attribute value: it-it
HTML attributes are used to describe the characteristic of an HTML element in detail
HTML attributes are found only in the starting tag
HTML attributes specify various additional properties to the existing HTML element

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

Link to a CSS file

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

Class

A

A class is a non-unique identifier for html elements. It can be used in a variety of ways:

  1. For styling elements with CSS
  2. For accessing those elements with javascript
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Emmet

A

Emmet is a plugin for many popular text editors that greatly improves HTML and CSS workflow

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

meta tags

A

The tag defines metadata about an HTML document. Metadata is data (information) about data.

tags always go inside the element, and are typically used to specify character set, page description, keywords, author of the document, and viewport settings.

Metadata will not be displayed on the page, but is machine parsable.

Metadata is used by browsers (how to display content or reload page), search engines (keywords), and other web services.

There is a method to let web designers take control over the viewport (the user’s visible area of a web page), through the tag (See “Setting The Viewport” example below).

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

responsive web design

A

Responsive web design makes your web page look good on all devices.

Responsive web design uses only HTML and CSS.

Responsive web design is not a program or a JavaScript.

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

metadata

A

metadata are information about data

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

set the viewport

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

formal language

A

a language is formal when the syntax is rigorously defined and the language is not ambiguous

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

artificial language

A

a language is artificial when it is created for a defined scope

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