Webdesign1

What is HTML?
Mark-up language for web pages
Mark-up language for graphic formatting of web pages
. Mark-up language for data exchange only between application
Which colour palette is used in GIF format?
8 bits
256 colours
What does CSS include?
Properties
Processes
Additive mixing: resulting colour of mixing all primary colours is:
white
Blue
Yellow
What integer interval can be used to write a colour in CSS?
0 – 255
1 – 256
0 – 65536
Forms are accessible for users with specific needs, if:
Input elements are descripted by label tag
Input elements are descripted by span tag
Which graphic format is suitable for photos published on the web?
JPEG
Bmb
PNG
What is CSS? Select one or more:
Properties for graphic formatting of web pages
Semantic mark-up language
Can be in relation with HTML tags
Scripts for dynamic applications
What is Media Queries?
Optimal (adaptable) rendering of objects (formatting) for various end devices
JavaScript framework
Web content accessibility: for each time limit that is set by the content is true:
The user can not to turn off the time limit before encountering it, if the time limit is longer than 20 minutes b. The user can not to turn off the time limit before encountering it, if the time limit is a required part of a real-time event
The user can not to turn off the time limit before encountering it, if the time limit is a required part of a real-time event
The user is always allowed to turn off the time limit before encountering it
Where was WWW developed?
France
USA
Russia
Switzerland
UK
Web content accessibility: Can be used hot keys?
Yes
No
yes, but numbers only
WAI-ARIA 1.1: which attribute is best to used to semantically describe the content structure?
Role
Title
Class
Alt
What is sticky positioning?
The element to scroll with the document just as it would in normal flow, however, once it reaches a certain point in relation to the viewport (using the usual offsets) it “sticks” and starts to act like position: fixed.
If an item is sticky positioned then the reference point is the place it would normally be in normal flow. You can then use offset values for the properties top, left, bottom and right to move the box from where it would normally be displayed.
Something with sticky positioning will be positioned in most cases relative to the viewport, and removed from document flow so that no space is reserved for it.
Object will be removed completely from normal flow.
The root element of web page is:
Title
Html
Head
Body
What is CSS?
Properties for formatting of HTML documents
programming language
C. Scripts for web pages
Which graphics format uses lossy compression?
JPEG
PNG
Gif
Subtractive mixing: resulting colour of mixing all primary colours is:
Red
Purple
Black
Whote
What does h1.../h1tag describe?
Headnote
Header
Head
Heading
Which units depend on device screens?
Px
Em
Ex
Pt
What is red colour? (in CSS)
0f0
0000ff
Ff0000
00f
Additive mixing: resulting colour of mixing when primary colours are not used:
Cyan
Red
White
Black
Yellow
Which operating system is most used on the PC platform?
MS Windows
Mac os
Linux
What is Mobile First Design?
To start the product design from the mobile end which has more restrictions, then expand its features to create a tablet or desktop version
Mobile version is also developed
Only mobile version is developed
Mobile version is developed separately from desktop version
Float in CSS is:
Floats are used to shift a box to the left or right, allowing content to display wrapped around it
Property to create the popular effect of a navigation bar scrolling with the content and then stopping at the top of the viewport to stay onscreen as you scroll the content
To remove an element from normal flow or shift it around from its place in normal flow.
Web site is accessible for users with specific needs, if
is available text alternatives for graphics object with information
Is available CSS alternatives for graphics object with information
is available JAVA applet alternatives for graphics object with information
Is available JavaScript alternatives for graphics object with information
What is selector in CSS?
Selector defines, how is element styled
In CSS, selectors are patterns used to select the element (s), which element (s) are styled
What is HTML tag? (in the following code) div class= ”header” ... /div
...
Div
Header
Class
What is attribute of HTML tag? (in the following code) p class= “active“TEXTp
TEXT
Active
Class
P
Selector for all elements is written: (in CSS)
*
Root
E
F
What is defined as the base size of a CSS box model? (if box-sizing property is not used)
Border
Margin
Padding
Content
Text is accessible for users with specific needs, if:
Text size can be defined as key word
Text size can be defined in relative units
Text size can be defined in absolute units
Text size can be defined in HTML only
What is the general specification of a colour in CSS by a hexadecimal number?
Bbggrr
Rgb
Rrggbb
Gbr
What is Flexbox?
Two-dimensional arrangement of objects
Objects can only be arranged in a column
One-dimensional arrangement of objects
What covers the issue of accessibility of web presentations and applications in terms of semantics and HTML code?
Dogma W4 Manifest
Accessible Rich Internet Applications (WAI-ARIA) 1.1
Blind Friendly Web 2.3
Web content accessibility: if the purpose of non-text content is to confirm that content is being accessed by a person rather than a computer:
CAPTCHA is not necessary in this time
Alternative forms of CAPTCHA are provided using output modes for different types of sensory perception to suit different disabilities
CAPTCHA is presented only as a picture
Float in CSS is:
Property to create the popular effect of a navigation bar scrolling with the content and then stopping at the top of the viewport to stay onscreen as you scroll the content
To remove an element from normal flow or shift it around from its place in normal flow.
Floats are used to shift a box to the left or right, allowing content to display wrapped around it
What is Grid in CSS?
Three-dimensional arrangement of objects
One-dimensional arrangement of objects
Two-dimensional arrangement of objects
Objects can only be arranged in a column
How can persons with eye handicap (blind persons) perceive information from web pages?
In text
In graphics only
Nonlinearly
Linearly
What is true about the page title?
Web site should has unique and accurate page title (same for all web site pages)
Title is not necessary
Each page should has unique and accurate page title
The root element of web page is:
Html
Body
Title
Head
Web site is accessible for users with specific needs, if:
Lists are highlighted via CSS (font-weight, font-style, font-weight)
Lists are highlighted via JavaScript
Lists are inserted in semantic tags (ol ul li)
"Standards" for World Wide Web are published by:
IEEE
ANSI
ISO
W3C
Web site is accessible for users with specific needs, if
Tables are not too wide
Information is in squares
Information is linearised row by row
Information is linearised column by column
Web content accessibility: for each time limit that is set by the content is true:
The user can not to turn off the time limit before encountering it, if the time limit is longer than 20 minutes
The user can not to turn off the time limit before encountering it, if the time limit is a required part of a real-time event
The user is always allowed to turn off the time limit before encountering it
What is SGML?
Markup language for web pages
Standard for defining generalized markup languages for documents
Markup language for formatting of web pages
Tables are accessible for users with specific needs, if:
Cells can be defined in pt
Cells can be defined in px
Cells can be defined in em
Cells can be defined in %
If an element on a web page is described by a tag ul and li, which tags cannot be used for the same element?
Strong
Br
P
Em
Table
Web site is accessible for users with specific needs, if:
Text must be formatted via CSS (font-weight, font-style, font-weight)
Text must be formatted via JavaScript
Headings are inserted in semantic tags
Headings must be formatted via CSS
What is CSS relative unit?
Em
Mm
Px
Pt
Colour depth of PNG format is:
8 bits
24 bits
4 bits
12 bits
Web content accessibility:
Valid code without syntax errors is not necessary
Valid code without syntax errors is necessary
Valid code without syntax errors is necessary only for older version of HTML
{"name":"Webdesign1", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"What is HTML?, Which colour palette is used in GIF format?, What does CSS include?","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Powered by: Quiz Maker