Filter interviews by
I applied via Walk-in and was interviewed in Aug 2023. There were 3 interview rounds.
Answering common questions related to web development, including HTML tags, CSS usage, testimonials creation, and the importance of div tags.
1. Tags in HTML are used to define different elements on a webpage, such as headings, paragraphs, images, links, etc.
2. CSS is used to style and format the content of a webpage, making it visually appealing and user-friendly.
3. CSS can be used in HTML by either embedding styles di...
External CSS is stored in separate files while internal CSS is included within the HTML file.
External CSS is linked to HTML using tag.
Internal CSS is defined within