InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What Is Scrollable Vertical Menu? |
|
Answer» To create a scrollable vertical menu, LIMIT the HEIGHT of your menu, and then add the pure-menu-scrollable class name. The menu items can be scrolled or FLICKED. Submenus are not supported. To create a scrollable vertical menu, limit the height of your menu, and then add the pure-menu-scrollable class name. The menu items can be scrolled or flicked. Submenus are not supported. |
|
| 2. |
What Is Scrollable Horizontal Menu? |
|
Answer» To CREATE a scrollable horizontal menu, add the pure-menu-scrollable class NAME. When there isn't enough ROOM, the menu items can be scrolled or flicked. Dropdown MENUS are not supported. To create a scrollable horizontal menu, add the pure-menu-scrollable class name. When there isn't enough room, the menu items can be scrolled or flicked. Dropdown menus are not supported. |
|
| 3. |
What Is Vertical Menu With Submenus? |
|
Answer» The same construct used to create DROPDOWNS works in vertical menus as well. You may nest submenus, but keep in mind that COMPLEX menus can present usability CHALLENGES on small screens. The same construct used to create dropdowns works in vertical menus as well. You may nest submenus, but keep in mind that complex menus can present usability challenges on small screens. |
|
| 4. |
What Is Dropdowns? |
|
Answer» We recommend enabling submenus VIA JavaScript to enable accessibility. To help get you started, an example script written in vanilla JS provides ARIA support, limited submenu arrow-KEY navigation, and the ability to dismiss menus with an outside event or the ESC key. But you may wish to go further by adding edge detection, comprehensive arrow-key navigation, and polyfills for compatibility with old BROWSERS. Even with JavaScript in place, you still might want to display submenus on hover. Just add pure-menu-allow-hover to the pure-menu-has-children list item. This can be NICE for DESKTOP users and provides a fallback for users with no JavaScript. We recommend enabling submenus via JavaScript to enable accessibility. To help get you started, an example script written in vanilla JS provides ARIA support, limited submenu arrow-key navigation, and the ability to dismiss menus with an outside event or the ESC key. But you may wish to go further by adding edge detection, comprehensive arrow-key navigation, and polyfills for compatibility with old browsers. Even with JavaScript in place, you still might want to display submenus on hover. Just add pure-menu-allow-hover to the pure-menu-has-children list item. This can be nice for desktop users and provides a fallback for users with no JavaScript. |
|
| 5. |
What Is Horizontal Menu? |
|
Answer» To create a horizontal menu, add the pure-menu-horizontal class name. eg: BRAND |NEWS |SPORTS | FINANCE <div class="pure-menu pure-menu-horizontal"> To create a horizontal menu, add the pure-menu-horizontal class name. eg: BRAND |News |Sports | Finance <div class="pure-menu pure-menu-horizontal"> |
|
| 6. |
What Is Vertical Menu? |
|
Answer» Menus are VERTICAL by default. MINIMAL default styling and low-specificity selectors make them easy to customize. By default, menu items take up 100% of the width of their container, so you may want to limit the menu width or set the menu to display:inline-block. eg: YAHOO SITES <style> Menus are vertical by default. Minimal default styling and low-specificity selectors make them easy to customize. By default, menu items take up 100% of the width of their container, so you may want to limit the menu width or set the menu to display:inline-block. eg: YAHOO SITES <style> |
|
| 7. |
What Is Pure.css Icons? |
|
Answer» PURE.CSS supports the following popular ICON libraries:
USAGE: To use an icon, put the name of the icon in the class of an HTML <i> ELEMENT. PURE.CSS supports the following popular icon libraries: Usage: To use an icon, put the name of the icon in the class of an HTML <i> element. |
|
| 8. |
What Is Pure.css Images? |
|
Answer» Pure.CSS provides options to DISPLAY IMAGES in responsive way using pure-image as the main class. pure-img: REPRESENTS a basic styled image WITHOUT any BORDER. Image grows and shrinks with the content maintaining the correct ratio Pure.CSS provides options to display images in responsive way using pure-image as the main class. pure-img: Represents a basic styled image without any border. Image grows and shrinks with the content maintaining the correct ratio |
|
| 9. |
What Is Pure.css Tables? |
|
Answer» PURE.CSS can be used to display different types of TABLES using various styles over pure-table.
PURE.CSS can be used to display different types of tables using various styles over pure-table. |
|
| 10. |
What Is Pure.css Buttons? |
|
Answer» PURE.CSS has a very beautiful and responsive CSS for customizing the look of a BUTTON. The FOLLOWING CSS are used:
PURE.CSS has a very beautiful and responsive CSS for customizing the look of a button. The following CSS are used: |
|
| 11. |
What Is Pure.css Forms? |
|
Answer» PURE.CSS has a very BEAUTIFUL and responsive CSS for form designing. The following CSS are USED:
PURE.CSS has a very beautiful and responsive CSS for form designing. The following CSS are used: |
|
| 12. |
What Are Grid Unit Sizes? |
|
Answer» Pure Grid comes with 5th and 24th unit sizes. Following illustrations SHOWS the examples of some of the available units which can be APPENDED to pure-ui-. For example, to create a cell of 50% width, you can use a CSS style pure-ui-1-2. Pure Grid comes with 5th and 24th unit sizes. Following illustrations shows the examples of some of the available units which can be appended to pure-ui-. For example, to create a cell of 50% width, you can use a css style pure-ui-1-2. |
|
| 13. |
What Is Pure.css Grids? |
|
Answer» PURE.CSS provides concept of Pure Grid with two types of classes, pure-g, a grid class and unit classes, pure-u-*. Following are the RULES to USE Pure Grids.
PURE.CSS provides concept of Pure Grid with two types of classes, pure-g, a grid class and unit classes, pure-u-*. Following are the rules to use Pure Grids. |
|
| 14. |
What Is Pure.css Responsive Design? |
|
Answer» PURE.CSS has SEVERAL special CLASSES to create a responsive design.
PURE.CSS has several special classes to create a responsive design. |
|
| 15. |
How To Use Pure.css? |
|
Answer» There are TWO WAYS to use PURE:
There are two ways to use Pure: |
|
| 16. |
What Is Extensible? |
Answer»
|
|
| 17. |
What Is Standard Css? |
Answer»
|
|
| 18. |
What Is Responsive Design? |
Answer»
|
|
| 19. |
What Is Pure? |
|
Answer» Pure is a CASCADING Style Sheet (CSS) developed by YAHOO. It HELPS in creating faster, BEAUTIFUL, and responsive websites. Some of its SALIENT features are as follows:
Pure is a Cascading Style Sheet (CSS) developed by YAHOO. It helps in creating faster, beautiful, and responsive websites. Some of its salient features are as follows: |
|