Digital Media Engineer
Digital Media Engineer Interview Questions and Answers
Q1. What is difference between html and html5?
HTML is the standard markup language for creating web pages, while HTML5 is the latest version with new features and improvements.
HTML is the older version of the markup language used for creating web pages.
HTML5 is the latest version with new features like native support for video and audio, canvas elements for graphics, and improved semantics.
HTML5 also includes new APIs for offline web applications, drag-and-drop interactions, and more.
HTML5 is more mobile-friendly and sup...read more
Q2. What is use of Css Padding Margin?
CSS padding and margin are used to create space around elements and control their positioning.
Padding is used to create space inside an element, between the content and the border.
Margin is used to create space outside an element, between the element and other elements.
Padding and margin can be specified in different units like pixels, percentages, or em.
Negative values can be used to overlap elements or reduce space.
CSS shorthand properties like 'padding' and 'margin' can be...read more
Q3. What is table in HTML?
A table in HTML is used to display data in rows and columns.
Tables are created using the <table> tag in HTML.
Rows are defined using the <tr> tag and columns using the <td> tag.
Headers can be added using the <th> tag.
Attributes like border, cellpadding, cellspacing can be used to style the table.
Example: <table><tr><th>Name</th><th>Age</th></tr><tr><td>John</td><td>25</td></tr></table>
Interview Questions of Similar Designations
Calculate your in-hand salary
Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Reviews
Interviews
Salaries
Users/Month