Question:* In CSS, z-index is used to do what?
Answer: • Bring div elements to the front or back of other div elements on a webpage
Question:* The asterisk (*) in css refers to:
Answer: • Any Element
Question:* How would you target “My Link” in a Strict doctype?
Answer: • All of these
Question:* All HTML tags are enclosed in what ?
Answer: • <>
Question:* Responsive typography generally uses what unit of measurement to scale up and down
Answer: • em
Question:* Relative path make your hypertext links______.
Answer: • Portable
Question:* In a CSS Stylesheet, the commands or styles for each ID and Class are called:
Answer: • Declarations
Question:* Skeuomorphism is used in web design to
Answer: • help users acclimate to elements on a page because they resemble and retain cues from the physical object with the same function
Question:* To adjust leading, one would need to use which CSS property?
Answer: • line-height
Question:* Viewport dimensions at which we decide to alter the page design, are known as:
Answer: • Media Queries
Question:* Which of the following is NOT a component of Responsive Web Design?
Answer: • Web fonts
Question:* What declaration would generate a "scrollbar" IF text exceeded a div's fixed size?
Answer: • { overflow : auto }
Question:* In HTML, the names of IDs and Classes are referred to as
Answer: • Selectors
Question:* Which of the following is a type of HTML code that controls the appearance of the document contents?
Answer: • tags
Question:* Sprites are
Answer: • An image with multiple graphics in it that can be used as a CSS background-image to show only parts of the sprite.
Question:* Which one of these statements are TRUE about designing for the web
Answer: • Browser rendering of fonts is different between most browsers.
Question:* Some CSS3 declarations are not compatible with older browsers, especially IE8 and earlier versions. What could be a solution?
Answer: • All of these
Question:* Allowing white space in your design is a good design tool to_____.
Answer: • give space for animations like drop down navigations and expandable content.
Question:* SASS and LESS are
Answer: • Precompilers that use a syntax with more features that can make writing CSS easier.
Question:* SVG is
Answer: • A vector based graphic file format supported in most modern browsers.
Question:* Which resource allow us to use fonts that are not system fonts?
Answer: • @font-face
Question:* What is the preset order of direction listing when using a CSS shorthand property, which can be extended as "property-right" or "property-bottom"?
Answer: • top right bottom left
Question:* A URL redirect is:
Answer: • when a domain name or a URL is directed to another domain or URL.
Question:* When designing forms it's helpful to
Answer: • consider streamlining the process by using things like autocomplete comboboxes and date pickers
Question:* As you’re building your template, some of the divs seem to be stacking rather than aligning next to each other as you had intended. Which of the following is a solution to get them to align next to each other?
Answer: • Any of these
Question:* What's the name of the meta tag used for mobile website design
Answer: • viewport
Question:* Where is "RewriteEngine on" used?
Answer: • When using Apache in the .htaccess file
Question:* When designing call to actions, it's best to
Answer: • Draw user attention with considerate prominance through size, color and position
Question:* Visual hierarchy helps
Answer: • establish a pace and order for reading and priority of content
Question:* Which is a good way to implement Responsive Web Design?
Answer: • Mostly CSS3 with some jQuery
Question:* Which of these is not a responsive technique for images
Answer: • Using absolute width and height values for images
Question:* Which of the following would create a shadow on a div with text inside it?
Answer: • box-shadow
Question:* Social media apps such as Facebook offer interfaces to web developers to integrate into their own web projects. These are referred to as:
Answer: • API
Question:* What is the "Three-click rule" ?
Answer: • A web user should be able to find any information with no more than three mouse clicks.
Question:* The most important thing to consider when designing for the web is to
Answer: • design for the intended audience
Question:* Which of the following is not a method for adding CSS to an HTML page.
Answer: • Entitling CSS to the HTML
Question:* Which of the following is a correct JQuery statement?
Answer: • $(document).ready(function())
Question:* Progress trackers
Answer: • is a good technique to help users have context where they are in a multi-step process.
Question:* tracking and leading cannot be controlled in web design.
Answer: • False
Question:* DOM is best described as:
Answer: • A language-neutral object oriented system applied to HTML
Question:* Which one of the following elements are still usable with HTML5 doctype?
Answer: • Div
Question:* A “Tableless” website refers to:
Answer: • A website that does not use tables for layout.
Question:* True or false? It is possible to combine structures (e.g, linear and hierarchical).
Answer: • True
Question:* How would one create a link that enables users to e-mail you?
Answer: • <a href="mailto:support@mailtome.com">Click here to mail us</a>
Question:* CSS3 offers developers the ability to create rounded corners and drop-shadows without using images. What are the benefits of NOT using images?
Answer: • All of these
Question:* Organic SEO (Search Engine Optimization) most accurately means:
Answer: • Using strategic keywords and phrases to improve the search engine rankings of a web page
Question:* To create a link to an anchor, you use the______property in A tag.
Answer: • href
Question:* What are the general syntax for inline image?
Answer: • img src=file
Question:* You cannot designate an inline image as a hypertext link.
Answer: • False
Question:* Which of the following will NOT be found in the <head> section ?
Answer: • Table
Question:* Search boxes should be:
Answer: • clearly visible, quickly recognizable, and easy to use
Question:* Interpret this statement: <strong>Michelle</strong>
Answer: • It will print out Michelle in bold font
Question:* True or False? HTML stands for HyperText Markup Logistics.
Answer: • False
Question:* True or False? HTML5 uses some self-closing tags.
Answer: • True
Question:* What is the tag for an inline frame?
Answer: • iframe
Question:* True or False? No matter which word is used, Java and Javascript are still one in the same.
Answer: • False
Question:* In Web design, what are the aspects of space that you should be considering:
Answer: • All options
Question:* Designing a UI refers to:
Answer: • Any of these
Question:* Software programs, like your Web browser, use a mathematical approach to define color.
Answer: • True
Question:* What is a common database querying language.
Answer: • MySQL
Question:* Choose the correct HTML tag for the largest heading
Answer: • <h1>
Question:* Which of these browsers is notorious for giving web developers a headache, not to mention more work to do?
Answer: • Internet Explorer
Question:* The page title is inside the____tag.
Answer: • head
Question:* A “responsive” website is one that:
Answer: • Resizes to fit different screen sizes
Question:* Tables can be nested (table inside of another table).
Answer: • True
Question:* When a user interacts with a menu, what's a good way to provide feedback?
Answer: • Changing the color or background of the menu
Question:* In relation to the web, CMS stands for:
Answer: • Content Management System
Question:* <p> and <br> have the same effect
Answer: • False
Question:* True or False? Apache is a popular open source web server.
Answer: • True
Question:* It's important and helpful to design forms in an order and position as they normally are presented (e.g. address or credit card information forms)
Answer: • True, it helps create a good user experience and builds trust.
Question:* H1 is the smallest header tag.
Answer: • False
Question:* The <h1> tag:
Answer: • defines the most important heading
Question:* True or False? ASP.NET and PHP are one in the same.
Answer: • False
Question:* When designing a responsive web site, it's important to
Answer: • All of them.
Question:* What is the full form of CSS?
Answer: • Cascading Style Sheets
Question:* What is the correct HTML tag for inserting a line break?
Answer: • <br>
Question:* Which of the following affects SEO?
Answer: • All of these
Question:* What does FTP stand for
Answer: • File Transfer Protocol
Question:* Which DTD does NOT allow inline styling?
Answer: • XHTML 1.0 Strict
Question:* What is the default CSS position of an element?
Answer: • Static
Question:* Why do you need a humans.txt file in your web development?
Answer: • This file credits and identifies the people who may take part in the creation of the website.
Question:* In web design terminology, 'widows' and 'orphans' refer to
Answer: • An isolated line or word of text
Question:* Which of the following affects the User Experience of the website?
Answer: • All of them.
Question:* True or false: The default browser font size is 16px
Answer: • True
Question:* Choose the correct HTML tag for the largest heading
Answer: • <h1>
Question:* Is the attribute "align" supported by html5?
Answer: • No
Question:* If you want to increase the font size by 2 relative to the surrounding text, you enter +2 in the tag.
Answer: • True
Question:* Which attribute you should use to create a "tooltip" for an image?
Answer: • Title
Question:* When designing a responsive web site, it's important to
Answer: • All of them.
Question:* Which of the following ATTRIBUTE use define the author of a page?
Answer: • <meta name="author" content="Hege Refsnes">
Question:* How would one create a link that enables users to e-mail you?
Answer: • <a href="mailto:support@mailtome.com">Click here to mail us</a>
Question:* Which of the following is a correct JQuery statement?
Answer: • $(document).ready(function())
Question:* How would you write Hello in an alert box?
Answer: • alertbox ("hello");
Question:* Which of these is not a responsive technique for images
Answer: • Using absolute width and height values for images
Question:* Allowing white space in your design is a good design tool to_____.
Answer: • reduce a page view's complexity and increase user's speed of comprehension.
Question:* Sprites are
Answer: • An image with multiple graphics in it that can be used as a CSS background-image to show only parts of the sprite.
Question:* When designing forms it's helpful to
Answer: • consider streamlining the process by using things like autocomplete comboboxes and date pickers
No comments:
Post a Comment