HTML & CSS
Hyper Text Markup Language
1. HTML4 VS XHTML VS HTML5
2. What is <!Doctype>
3. How to open a link in the new page?
4. How many ways you can write CSS?

5. How to link the CSS file to HTML?
6. How to group the css?


7. Box-Modal


8. CSS properties on all elements (presets we can follow)
9. Out of two paragraphs, how do you change the color of the first paragraph?

10. How do you select all p tags inside div tag in a simple way?


11. How to select only direct span children elements of a div tag?

12. How to arrange elements side by side or in any layout in CSS?
13. Which is the default CSS position?
14. What are floats and how to clear floats?
15. How do you make the two paras appear side by side without using flexbox or grid?
16. Set background image in CSS.
17. CSS Selector - nth-of-type vs. nth-child
18. The easiest way to align the container/ block-level element horizontally
19. The easiest way to align the block-level element vertically
20. When to use vertical-align:middle?
vertical-align:middle?21. And condition css
22. ::before and ::after pseudo elements
23. Can you modify :: pseudo class with JS?
24. CSS Selectors
25. On hovering on an element, can I change the style on some other element?
26. CSS Grid
27. Border vs Outline
Last updated