Filter interviews by
I applied via Campus Placement and was interviewed in Oct 2023. There were 2 interview rounds.
HTML stands for HyperText Markup Language. It is the standard markup language for creating web pages.
HTML is used to structure content on the web.
It consists of elements enclosed in tags like ,
, .It uses attributes to provide additional information about elements.
HTML can include text, images, links, forms, and more.
Example:
CSS stands for Cascading Style Sheets. It is used to style the layout and appearance of web pages.
CSS is used to control the design and layout of web pages.
It allows for styling elements such as fonts, colors, spacing, and positioning.
CSS can be applied inline, internally within HTML, or externally in a separate stylesheet.
Selectors are used to target specific elements for styling.
CSS can also be used for creating anim...
The 'alt' attribute is required in an image tag for accessibility purposes.
The 'alt' attribute provides a text alternative for screen readers and when the image cannot be displayed.
Other optional attributes include 'src', 'width', 'height', 'title', 'class', 'id', etc.
Example:
The number of tags added inside the Head tag can vary depending on the requirements of the web page.
The Head tag typically contains meta tags, title tags, link tags, script tags, and style tags.
Example: ,