Web Design 04 - HTML 5

Web Design 04 - HTML 5

memorize.aimemorize.ai (lvl 286)
Section 1

Preview this deck

Allowable symbols in hex code

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

6 years ago

Date created

Mar 1, 2020

Cards (113)

Section 1

(50 cards)

Allowable symbols in hex code

Front

0-9, A-F

Back

Attribute that tells the location of a file or image

Front

src

Back

 

Front

non-breaking space HTML entity

Back

A folder called 'fruit' contains two separate folders: 'apples' and 'pears' . Apples and pears are...

Front

siblings

Back

Extension for a web page document

Front

.html

Back

Attribute name that lets you apply a CSS style to a particular object

Front

style

Back

hr

Front

horizontal rule

Back

For customized colors

Front

you need to use _______ color numbers,hexadecimal

Back

Hexadecimal syntax for establishing color

Front

#RRGGBB

Back

Alternative

Front

shorter extension for a web page document,.htm

Back

An element often used for long quotations which will force the quote to 'break out' of the document flow

Front

<blockquote>I pledge allegiance...with liberty and justice for all</blockquote>

Back

All symbols in human kind that are shown on a computer screen have an assigned __________

Front

unicode

Back

Can be used to specify the language characters making up a web page (English

Front

Hebrew, Russian, etc),charset

Back

attribute for images required to meet the Americans with Disabilities (ADA) act

Front

alt

Back

Hexadecimal is also known as ...

Front

base-16

Back

".." means ____________

Front

parent folder

Back

Checking appearance and functionality in IE

Front

Firefox, and Chrome. Safari is optional 4th,Cross-browser compatibilty

Back

Don't use _____ when naming files and folders for your web site

Front

spaces

Back

Geeky-looking computer symbols for special (reserved) symbols like '<' or '&'

Front

HTML entity

Back

Attribute name that lets you display a 'tooltip' when a mouse passes over it

Front

title

Back

Elements that 'stand on their own' or 'break out' of the flow which tend to stack vertically in a page

Front

block

Back

Attribute name for creating hyperlinks

Front

href

Back

Horizontal scrolling on a web page should ....

Front

be avoided at all costs

Back

Highest level tag element in a web page

Front

html

Back

<p>I'm blogging <em>now</p></em>

Front

...

Back

How many color names are specified in the standards for HTML?

Front

16

Back

Additional data about a document

Front

hidden from the normal user,metadata

Back

Attribute name used to give a name to a single tag or object so that it can be accessed using CSS or JavaScript

Front

id

Back

default text alignment

Front

left

Back

ASCII

Front

"American Standard Code for Information Interchange"

Back

Elements that 'go with the flow' of a page

Front

inline

Back

Aspect ratio

Front

Describes the proportional relationship between an image's width and its height.

Back

HTML 5 element to define a section of a web page

Front

section

Back

File separator symbol for web pages

Front

/

Back

Comment structure for HTML

Front

<!-- comments here -->

Back

href stands for...

Front

hypertext reference

Back

"dog" vs. "Dog" demonstrates ________

Front

case-sensitivity

Back

Common image type for images directly from photographs (give both spellings)

Front

jpg, jpeg

Back

Character codes may be found at..

Front

http://www.unicode.org

Back

File separator symbol for Windows

Front

\

Back

Delimiter for tags

Front

<>

Back

Horizontal menu bars are often ______ that have been ______ by ______ making them _______

Front

list items ... styled .... CSS.... inline

Back

_______ _______ tells the browser the character set used in the web page

Front

character encoding

Back

Attribute name used to denote the location of a picture file for a web page

Front

src

Back

Approximately how many colors are available to a designer?

Front

Over 16 million

Back

Black in hex code:

Front

#000000

Back

Attribute that tells if a paragraph should be flush with the left

Front

right, justified or centered,align

Back

An element often used for short quotations that should not 'break out' of the document flow

Front

<q>Spaces are evil</q>

Back

&copy

Front

copyright HTML entity

Back

Attribute name that specifies a group name that may apply to multiple tags/objects

Front

class

Back

Section 2

(50 cards)

Industry standard best type of font (as a family) to use for web page text

Front

sans-serif

Back

Most web servers retrieve images....

Front

...concurrently

Back

Tag name for a sequential list

Front

ol

Back

Maximum color numbers with a gif

Front

256

Back

HTML 5 element to define the navigation section of the web page

Front

nav

Back

Technique for softening edges of text

Front

antialias

Back

HTML 5 element to define the footer section of the web page

Front

footer

Back

Makes your web page understandable to you in the future and to others who what to build on it

Front

comments

Back

List 3 devices that may view your web page

Front

PC, mobile phone, tablet computer, TV

Back

Tag name of element for inserting images in a web page

Front

img

Back

Tag name of element that contains 'behind the scenes' information (like metadata) to help a page work according to design intentions

Front

head

Back

Image that is not displaying for some reason

Front

broken image

Back

Short cut for hexcode color: #AA88DD

Front

#A8D

Back

Largest heading tag name

Front

<h1>

Back

The <a> tag is known as the _______ tag

Front

anchor

Back

Symbol used to close a tag 'pair'

Front

/

Back

Primary colors on a traditional computer monitor

Front

red, green, blue

Back

Most ______ (tabs

Front

returns, spaces) are ignored by the browser,whitespace

Back

Relative navigation path to go to a sub folder called 'beverages'

Front

beverages/

Back

Tag that holds the information seen in a browser

Front

body

Back

HTML 5 element to define the main heading/logo for the web page

Front

header

Back

p

Front

Tag name for creating paragraphs

Back

Tag used to draw to draw a horizontal line on a web page

Front

hr

Back

Tag name that specifies the version of HTML a web page is

Front

<!DOCTYPE>

Back

Matching tags along with their enclosed content for example: <p>Hello World</p>

Front

element

Back

HTML stands for...

Front

Hypertext Markup Language

Back

Tag name for a bulleted list

Front

ul

Back

Syntax for an attribute

Front

property="value"

Back

Tags that are intended to be 'phased out' at some point in the future are known as _______

Front

and should not be used,deprecated

Back

Smallest element on a screen

Front

pixel

Back

myLittleAttributeName demonstrates _____

Front

camel-case

Back

Smaller sized image that may be 'clicked' to see a larger version of the image on another page

Front

thumbnail

Back

HTML 5 element to define a sidebar element on a web page

Front

aside

Back

Tag name of element that contains the web page content

Front

body

Back

Tag elements placed inside other tag elements are said to be ___________

Front

nested

Back

Tag name within a list that specifies individual entries

Front

li

Back

Line break tag (show complete structure)

Front

<br />

Back

Image type that supports transparency with limited colors

Front

gif

Back

is an example of __________ __________

Front

improper nesting

Back

Items of data in a tag that provide additional information to the browser

Front

attributes

Back

Image type that supports transparency with many colors

Front

png

Back

Relative navigation path to go to a parent folder called 'lounge'

Front

../lounge

Back

Most common default name for the 'home page' of a static web site

Front

index.html

Back

HTML 5 element to define an article on the web page (which includes headings

Front

text, pictures, tables, and lists),article

Back

Tag name for bolding an item

Front

b

Back

Tag name for creating hyperlinks

Front

a

Back

Smallest heading tag name

Front

<h6>

Back

Tag structures like <br /> are known as _______

Front

self-closing or container

Back

Tag that would allow information placed within it to look just as it was typed in the tag body

Front

pre

Back

The attribute used to specify the location of a hyperlink

Front

href

Back

Section 3

(13 cards)

Two type of lists in HTML

Front

unordered, ordered

Back

Using both width and height attributes on an image can inadvertently lead to ________

Front

distortion

Back

Vertical scrolling on a web page should....

Front

be prevented when possible but is acceptable in desktop applications

Back

The content of the <a> element is the ______ for the link

Front

label

Back

Three parts of an HTML paired element

Front

opening tag, content, closing tag

Back

Top folder of your web site

Front

root

Back

White in hex code:

Front

#FFFFFF

Back

What is listed for the value of the "target" attribute to open a hyperlink in a new window/tab?

Front

_blank

Back

Used for images with solid colors

Front

logos and geometric shapes with reduced color content and transparent backgrounds,gif

Back

Why should pages be validated? (5 Reasons)

Front

Validation as a debugging tool, a future-proof quality check, easier maintenance, teach good practices, sign of professionalism

Back

Unit of measure of elements in a web page

Front

pixel

Back

What attribute is added inside the <a> tag to create a title on mouseover when a hyperlink is pointed to?

Front

title

Back

When a browser tries to render 'ill-formed' HTML

Front

it may enter _____________ mode, which is slower,quirks

Back