HTML QUESTIONS:
1. Full form of HTML?
2. What is <!DOCTYPE html>?
3. What is viewport?
4. What does tag do?
5. What is UTF-8?
6. Is HTML a coding language?
7. What is element? Types of elements in html.
8. What is Inline element? Example
9. What is Block Level Element? Example
[Link] is attribute? Give examples
[Link] is empty tag? Examples
[Link] between bold-strong and italic-emphasize?
[Link] is formatting in html? examples of formatting elements
[Link] between anchor tag and link tag?
[Link] does target attribute do?
[Link] is Semantic and Non-semantic in html?
[Link] many lists are there in html? Describe them
[Link] is the use of span tag?
[Link] is the use of iframe tag?
[Link] between radio and checkbox?
[Link] URL. Explain relative and absolute url?
[Link] rowspan and colspan
[Link] cellspacing and cellpadding
[Link] is favicon?
[Link] different types of inputs in html form.
[Link] does ‘action’ do in form?
[Link] methods in form.
CSS QUESTIONS:
1. What is the full form of CSS?
2. Why we use CSS?
3. In how many ways we can introduce CSS to html and what are the ways?
Or how can you integrate CSS on a web page, explain the ways? Or what
are the different types of CSS?
4. What is inline CSS? Explain the syntax
5. What is Internal CSS? Explain the syntax
6. What is External CSS? Explain the syntax
7. How can we link external CSS file? Where we link the file?
8. What is CSS box model?
9. What are CSS selectors? explain them with syntax
[Link] between ID and Class Selectors?
[Link] is Universal Selector?
[Link] between margin and padding?
[Link] is display inline, inline-block and block?
[Link] between display: inline and inline-block?
[Link] is property-value pair?
[Link] is float property in css?
[Link] are the different positions in css?
[Link] position absolute
[Link] position relative
[Link] position fixed
[Link] position sticky
[Link] position static
[Link] between position fixed and sticky?
[Link] does !important tag do?
[Link] is overflow property in css?
[Link] is transform property in css? Explain these transform
properties(translet,rotate,scale).
[Link] CSS background properties.
[Link] is opacity? What does opacity 0 means?
[Link] is liner-gradient?
[Link] is CSS Flex Box?
[Link] does does display:flex do?
[Link] is flex-direction ?
[Link] is flex-wrap ?
[Link] is flex-flow used for?
[Link] is justify-content used for?
36. What is align-items used for?
[Link] is align-content used for?
[Link] is align-self used for?
[Link] is item-order used for?
[Link] do you mean by flex-grow
[Link] are CSS pseudo elements?How many css pseudo elements are there
explain them all with syntax
[Link] is CSS pseudo class? example
[Link] do you center a div within another div?
[Link] to make a fixed navbar and sticky navbar using CSS position
property?
[Link] is Z-index?
[Link] is vh and vw in css?
[Link] is parallax effect? How to create a parallax effect?
[Link] is media query?
[Link] media query is used?
[Link] is min-width and max-width?