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