sundown-clone-dj.netlify.app
-
List 1000 JavaScript Interview Questions - https://github.com/sudheerj/javascript-interview-questions
-
javascript Problem & Solutions Algoritham Question - https://github.com/jeantimex/javascript-problems-and-solutions
-
The algorithim Javascript Question - https://github.com/TheAlgorithms/JavaScript
-
the 30 days Javascript Course - https://github.com/Asabeneh/30-Days-Of-JavaScript
-
the long list of javascript basic and advance question and solutions - https://github.com/lydiahallie/javascript-questions
-
Frontend Question-Answer List - https://github.com/Abhay5855/Mission-frontend
-
recent js interview - https://github.com/Pujarini/JS-prep-101
- https://gist.github.com/marko-jankovic/22ad55fae467e72d0312
- https://github.com/Devinterview-io/html5-interview-questions
- https://github.com/adwaitya/html5-interview-questions#
- https://github.com/Saran-pariyar/100_Days_Of_Frontend_Interview_Questions
- https://github.com/DopplerHQ/awesome-interview-questions?tab=readme-ov-file#css 657D
-
- What is CSS and How is CSS different from CSS3?
- In how many ways can we add CSS to our HTML file?
- Which type of CSS holds the highest priority? (important)
- What is CSS Selector?
- Difference Between Class Selector and Id Selector. (important)
- If we have id, class, and element which on is more priority? (important)
- What is CSS Box Model? (important)
- Difference between margin and padding.
- Explain Universal Selector
- What is Box model in CSS? (important)
- What is VH/VW in CSS?
- What is !important in CSS?
- Difference between Display: none and Visibility: hidden. (important)
- How many positioning properties in CSS? (important)
- Difference between Absolute and Relative position. (important)
- Difference between Block, Inline and Inline-block display. (important)
- Define Z-index and how Z-index related to positioning?
- What are pseudo-classes and pseudo-elements in CSS and what they are used for?
- What does the CSS Box-sizing property do? (important)
- What is the Float property and what float do?
- What is CSS Flexbox? (important)
- What is CSS Grid?
- What is specificity Rule in CSS? (important)
- Difference between Em and Rem?
- Which one would you prefer among px, em, %, or pt and why?
- What is media query and why it is used?
- What are breakpoints for Viewport responsive device?
-
What is HTML?
-
Difference between HTML and HTML5(Imp)
-
What is boilerplate in html?
-
What are Attributes in HTML?
-
Are the HTML tags and elements the same thing? If no then define (Imp)
-
Inline vs Block element? (Imp.)
-
Examples of Inline and Block element?
-
What are Semantic Elements? (Imp.)
-
Why we use tag?
-
Define , , , tag
-
What is the purpose of <!Doctype html>? (Imp)
-
What if we do not use <!DOCTYPE> in our html document? (Imp)
-
What is quirks mode?
-
Difference between , tags and , tags?
-
I will give you some data you have to write down in Table form.
-
Meta tag in HTML? (Imp.)
-
Define Comments and how do you comment in HTML?
-
HTML is case sensitive? Yes, or no? if yes then what is meaning of case sensitive?
-
Difference Between Absolute URL and Relative URL?
-
What is viewport in html?
-
What is
vs
tag in HTML?
-
What is List and Types in HTML?
-
What is the anchor tag?
-
What is an iFrame?