1/65
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
removing a background color is accomplished by using __________
background-color: transparent;
Which web accessibility feature for web browsing BEST helps users with low vision
screen reader
One of the design principles you should keep in mind for touch-based systems is______
gorilla arm
what is a disadvantage of vertical navigation
requires more space
which is a type of html list
search list
the space between the columns and at the edges of the page is set using what
margin on the div.column-3
_____ refers to a new creative work which uses or imitates an existing work for humor or mockery
parody
which of these is a best practice to improve text readability for optimal user experience
use infographics sparingly
what is meant by web accessibility
websites, tools, and technologies are designed and developed so that people with disabilities can use them
an e-commerce website includes a long list of filters prior to the search results listing. a link above the list enables users to skip the filters and get to the product results quickly. this is an example of what
bypass blocks
an entity that looks like a hamburger is
☰
if a page includes more than one navigation landmark each should have a unique ____
label
which is the most restrictive cc license
Attribution-NonCommerical-NoDerivs
lightness or darkness of a color relative to others around it is called _____
value
when using css grids, the placement of the different tags is html is _____
users think attractive software is more functional and productive. this design principle is called _______
aesthetic-usability effect
which of these works would not be available under a creative commons license
news
which is an example of iterative design on the web
use of wikis
the appropriate semantically correct place to put the primary navigation for the site is in the _____ tag
if the image plus the space around the image is to be 50% and the margin-left is 2%, what should the image width be?
width: 46%
showing the user too much info can make ____
cognitive friction high
the ux principle that ensures smooth navigation throughout a design is called ____
hierarchy
in order to have the submenu items appear on touch or mouse hover, you would use which of the following
ul hover: ul li {}
what is a good number of users to test
5-10
you should use 100% instead of 100vw for the nav element if your page has a ____
scrollbar
an analogous palette consists of _____
colors that combine a key color and two colors adjacent to its complementary
for the ux, the underlying aim of the "less-is-more" design principle is what?
reduce the operational and cognitive costs of the user
when we think about a user's context, we are often thinking about a user's ________
current location
by combining css files into a single css file, we are?
reducing the number of requests
a color scheme that uses one hue with different saturation and brightness is called a ____ color scheme
monochromatic
what is an example of a decorative image
icon
what occurs when the color and compositional elements are aesthetically agreeable
color harmony
which tool is used to analyze a large pool of interviews
customer journey map
which is not a common way of supporting navigation
title tags
to remove the default underline on an anchor tag, which should you use
text-decoration:non;
which is not a component of usability
cost effective
a sprite sheet is _____
multiple graphics sharing the same width and height
a css normalized file seeks to
remove all default styling to make everything the same across all browsers
you have just written a blog article entitled "Explore fiji on a budget" and you want to ensure that it cannot be distributed without permission. how can you ensure that you get copyright protection?
in order to make an anchor the full width of the screen so it can become a navigation button, you should display it as _____
which is the generally accepted level of accessibility websites should aim to meet?
Level AA
what is the purpose of a screen reader
to read out loud
to create space around your entire page so that the header and footer didn't touch the edges of the browser you could use _______
header{ padding: 1rem 0;}
in the u.s. how long does copyright last?
a person's life plus 70 years
which is a type of usability testing
explorative vs. comparative
considering the user experience, which is n example of "putting the user in control" on webpages?
remove obstacles from the design layout for problem-free navigation is an example of designing with ____
the following code will most likely render what?
which is an example of success criterion 1.3.1
the natural box model css code forces all browsers to _____
section 508 is a set of requirements targeting electronic or information technology of what?
a persona is a ____
the written copy that appears in place of an image on a webpage if the image fails to load on a user's screen is called _____
which color mode can have an intensity value between 0 and 255?
which is one of the main categories of color temperature
how does color modification assist users with low vision or eye strain
any list item that has sub menu items should have a class of _____
when a primary, level one link has a sub menu; you should ____
if you are designing a column to occupy 3 of the 12 columns in your desktop design, what is the width in the css?
you've just posted audio tracks that you created on a social media website. Which creative commons (CC) license lets others distribute.
the css used to display a drop down sub-menu is commonly called what?
becoming user-centered can be difficult because it requires us to change our ____
the acronym "IA" stands for what?
which of these is a collaborative tool that teams can use to better understand their customers?
what is the DOCTYPE declaration in html?
wrapping the header element in a division element allows us to keep the header content about the content while _____