Section 1

Preview this deck

Meta Data

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

5 years ago

Date created

Mar 1, 2020

Cards (32)

Section 1

(32 cards)

Meta Data

Front

It is the data contained in the header that offers information about the web page that a visitor is currently on.

Back

CSS (Cascading Style Sheet)

Front

- Used for describing the presentation of a document written in a markup language.

Back

Nesting

Front

Refers to putting one element within another element.

Back

CMF (Content Management Frameworks)

Front

- A system that facilitates the use of reusable components or customized software for managing Web content. - Ex. Wordpress

Back

Non-Breaking Space (&nbsp)

Front

- A white-space character that isn't condensed by HTML. - It's primary function is to hold open table cells or add spacing between words.

Back

DOM (Document Object Model)

Front

- A language-independent, cross-platform convetion for representing objects in XML, XHTML, and HTML documents

Back

Web Standards

Front

- Standards recommended by the World Wide Web Consortium for standardizing website design. - Created to make it easier for both designers and developers to make sites that will appear consistent across platforms.

Back

quirks mode

Front

The layout behavior can be influenced by the web browser and doesn't necessarily have to follow the HTML and CSS specifications.

Back

Plug-in

Front

A bit of third party code that extends the capabilities of an already existing technology.

Back

Inline Style

Front

Elements with CSS written directly around the element it affects, instead of in a separate style sheet or header style.

Back

Deprecated

Front

Code that is no longer included in the language specification.

Back

doctype

Front

- A description of the HTML being used. - It also tells the browser how to render a page.

Back

data attributes

Front

- It allows you to store custom data to an element. - It is hidden and ignored by external systems.

Back

Semantic Markup

Front

Contents are labeled semantically to offer clearer context.

Back

Front End

Front

- It is all the components of a website that visitor to the site can see (pages, images, content, etc).

Back

URL (Uniform Resource Locator)

Front

A website's address that specifies where on the Internet it can be found.

Back

Server-side

Front

- Refers to scripts run on a web server. - These type of scripts often take a big longer to run than its opposite, as each page must reload when an action is taken.

Back

GUI (Graphical User Interface)

Front

It uses an input device and visual representations of how the user is able to interact with an application.

Back

JSON (JavaScript Object Notation)

Front

- An open standard format that uses human-readable text to transmit data objects consisting of attribute-value pairs. - A language-independent data format.

Back

HTTP (HyperText Transfer Protocol)

Front

It's a set of rules for transferring hypertext requests between browsers and servers.

Back

standards mode

Front

The behavior of the page is described by the HTML and CSS specifications.

Back

Script

Front

A portion of code that makes the page more dynamic and interactive.

Back

HTML (HyperText Markup Language)

Front

- A markup language is a set of markup tags. - HTML docs are described by HTML tags. - Each tag describes different doc content.

Back

Client-side

Front

- Refers to scripts that are run in a viewer's browser, instead of on a web server. - These type of scripts are generally faster to interact with, though they can take longer to load initially.

Back

Parsing

Front

The process of analyzing a string, conforming to the rules of a formal grammar.

Back

CMS

Front

Content Management System - A backend tool for managing a site's content that separates said content from the design and functionality of the site. - Ex. node.js

Back

CSS Framework

Front

A collection of CSS files used as the starting point to make XHTML and CSS web sites quickly and painlessly.

Back

AJAX (Asynchronous JavaScript and XML)

Front

- Used for creating dynamic web applications and allows for asynchronous data retrieval without having to reload the page a visitor is on.

Back

Tag

Front

A set of markup characters that are used around an element to indicate its start and end.

Back

Back End

Front

- It is the hidden part of a regular website. - It includes the information structure, applications, and the CMS controlling content on the site.

Back

Favicon

Front

Tiny customizable icons displayed in the web address bar in most browsers next to the web address.

Back

DNS (Domain Name Service)

Front

- It converts PI addresses into domain names. - These servers translate the domain name to the IP address and point the browser to the correct web server

Back