Monday, 20 May 2024, 1:26 AM
Site: ΕΛ/ΛΑΚ Moodle
Course: Web Design and Digital Content Production (Web Design and Digital Content Production )
Glossary: Course glossary
A

Audacity audio software

Audacity® is free, open source, cross-platform audio software for multi-track recording and editing.

More in this course

 

Audio

The HTML5 <audio> element specifies a standard way to embed audio in a web page.

More in this course
More in W3schools

C

Comments

Comment tags are used to insert comments in the HTML source code. 

More in this course

More in W3schools

css

CSS is a language that describes the style of an HTML document.

CSS describes how HTML elements should be displayed.

CSS stands for Cascading Style Sheets.

More in this course
More in W3schools

CSS Box Model

All HTML elements can be considered as boxes. In CSS, the term "box model" is used when talking about design and layout.

More in this course
More in W3schools

CSS colors

Colors are specified using predefined color names, or HEX, RGBA, values.

More in this course
More in W3schools

 

CSS Display

 The display property specifies if/how an element is displayed.

More in this course
More in W3schools

CSS Float - Clear

The CSS float property specifies how an element should float.
The CSS clear property specifies what elements can float beside the cleared element and on which side.

More in this course
More in W3schools

CSS fonts

The CSS font properties define the font family, boldness, size, and the style of a text.

More in this course
More in W3schools

CSS Icons

The simplest way to add an icon to your HTML page, is with an icon library, such as Font Awesome.

More in this course
More in W3schools