Lesson 2 Flashcards
attribute
are modifiers of HTML elements that provide additional information.
audio element
enables you to incorporate audio, such as music and other sounds, in HTML documents
canvas element is new in HTML5 and creates a container for graphics, and usesJavaScript to draw the graphics dynamically”
codec
Compression/Decompression or Coder/Decoder. Videoconferencing standard, included in hardware and/or software, used to compress or code video, audio, and data signals for transmission and decompress or decode the signal at the other end of the transmission.
compression
reduces the amount of space needed to store a file, and it reduces the bandwidth needed to transmit the file.
deprecation
Removing elements from the list of available HTML elements Browsers no longer support
doctype
is a declaration that is found at the very top of almost every HTML document. This tells the browser how to display the code.
empty tag
they don’t require an end tag.
Character entity
is a special character, such as the dollar symbol, the registered trademark (a capital R within a circle), and accented letters. Any symbol UTF-8 doesn’t display
figcaption element
is optional. It adds a caption to an image on a Web page, and you can display the caption before or after the image.
figure element
It adds a caption to an image on a web page, and you can display the caption before or after the image.
global attribute
can use with any HTML5 element for example: id, lang, and class.
nesting
To place one element inside another.
raster image
Is made up of pixels.
render
It interprets and reproduces the content on the page.
Scalable Vector Graphics (SVG)
enables you to create scalable objects that resize to best fit the screen on which they’re viewed.