Webskitters
Risebird Talent Solutions Interview Questions and Answers
Q1. 3. In how many ways can we display an attribute of HTML?
There are multiple ways to display an attribute in HTML.
Using inline attribute in HTML tags
Using CSS to style the attribute
Using JavaScript to manipulate and display the attribute
Q2. What is the difference between display as flex and display as grid?
Flexbox is a one-dimensional layout model, while Grid is a two-dimensional layout model.
Flexbox is best suited for arranging items in a single row or column.
Grid is ideal for creating complex layouts with rows and columns.
Flexbox provides flexibility in distributing space among items.
Grid allows precise control over the placement and sizing of items.
Flexbox is simpler and easier to understand, while Grid offers more advanced features.
Q3. 1. What is the Current version of Bootstrap?
The current version of Bootstrap is 5.1.0.
Bootstrap 5.1.0 is the latest version as of now.
It was released on August 19, 2021.
Bootstrap 5 is a popular front-end framework for building responsive websites.
It provides a wide range of pre-built components and utilities for faster and easier web development.
Some of the key features of Bootstrap 5 include a new grid system, updated form controls, and improved documentation.
Q4. 2. What is the difference between and tag?
The tag is used to highlight text, while the tag is used to emphasize text.
The tag is used to indicate important text and is typically displayed in bold.
The tag is used to emphasize text and is typically displayed in italics.
Both tags can be used for accessibility purposes, such as indicating the importance of certain text to screen readers.
Q5. What is the difference between cellspacing and cellspadding?
cellspacing is used to control the space between cells in a table, while cellpadding is used to control the space between cell content and cell borders.
cellspacing is a table attribute, while cellpadding is a cell attribute
cellspacing is used to control the space between cells horizontally and vertically
cellpadding is used to control the space between cell content and cell borders
cellspacing is specified in pixels or percentage, while cellpadding is specified in pixels
Q6. What will happen if you set display as grid?
Setting display as grid will create a grid container for the selected element.
The element will become a grid container
Child elements can be placed in grid cells using grid-template-rows and grid-template-columns
Grid properties like grid-gap, justify-items, align-items can be used to style the grid
Reviews
Interviews
Salaries
Users/Month