
Ques:- What is the diffrence between HTML & DHTML…?
Asked In :-
Spadeworx Software Services, MatchMove India, Oodles Technologies, Yudiz Solutions, AQM Technologies, MaxVal-IP Services, DMI Innovations, Direction Software Solutions, eGain Communications, INNOART TECHNOLOGIES,
Right Answer:
HTML (HyperText Markup Language) is a static markup language used to create the structure of web pages, while DHTML (Dynamic HTML) is an extension of HTML that allows for dynamic changes to the content and layout of a web page using a combination of HTML, CSS, and JavaScript.
HTML (HyperText Markup Language) is a static markup language used to create the structure of web pages, while DHTML (Dynamic HTML) is an extension of HTML that allows for dynamic changes to the content and layout of a web page using a combination of HTML, CSS, and JavaScript.
Ques:- How can you set a minimum width for IE?
Asked In :-
Webvillee Technology, infobell IT solutions, Adapty Solutions, Lucid Imaging, Lucid Software, Plural Technology Inc, Systematix Infotech, TriByte Technologies, Circle Internet Financial, ETEA,
Right Answer:
You can set a minimum width for IE using the `min-width` property in CSS. For better compatibility, you can also use a conditional comment to target IE specifically and apply a fallback using `width` or `min-width` in pixels. For example:
```css
.post-title {
min-width: 300px; /* Standard way */
}
/* For IE 6-8 */
<!--[if lt IE 9]>
<style>
.post-title {
width: 300px; /* Fallback for older IE */
}
</style>
<![endif]-->
```
You can set a minimum width for IE using the `min-width` property in CSS. For better compatibility, you can also use a conditional comment to target IE specifically and apply a fallback using `width` or `min-width` in pixels. For example:
```css
.post-title {
min-width: 300px; /* Standard way */
}
/* For IE 6-8 */
<!--[if lt IE 9]>
<style>
.post-title {
width: 300px; /* Fallback for older IE */
}
</style>
<![endif]-->
```
Ques:- If one were to set Text and Link colors using a style sheet, should one also define the background colors for these elements as well?
Asked In :-
Oodles Technologies, Sun Dew Solutions, Tredence Analytics Solutions, Infinite Computer Solutions India, YOKOGAWA IA TECHNOLOGIES INDIA, Apttus Software, MaxVal-IP Services, AgilePoint Software India, Sysfore Technologies, Systematix Infotech,
Right Answer:
Yes, it is a good practice to define background colors for elements along with text and link colors to ensure good contrast and readability.
Yes, it is a good practice to define background colors for elements along with text and link colors to ensure good contrast and readability.
Ques:- What is CSS rule 'ruleset'?
Asked In :-
Shipco IT, MatchMove India, CIGNEX Datamatics Technologies, Yudiz Solutions, Lucid Software, AXESTRACK SOFTWARE SOLUTIONS, Verticurl Marketing, Airborne Recruiting, SpiceJet, Ansys Fluent India,
Right Answer:
A CSS ruleset consists of a selector and a declaration block. The selector targets HTML elements, and the declaration block contains one or more property-value pairs that define the styles to be applied to those elements.
A CSS ruleset consists of a selector and a declaration block. The selector targets HTML elements, and the declaration block contains one or more property-value pairs that define the styles to be applied to those elements.
Ques:- What would you do if you were given 10 tasks but only have time for 8?
Asked In :-
MatchMove India, Enovate IT Outsourcing, Radicle Software, Spectra Medix India, MedGenome Labs, Keka, Lucid Software, ANSYS Software, MaxVal-IP Services, SEW,
Right Answer:
I would prioritize the tasks based on their importance and deadlines, focusing on the most critical ones to complete within the available time.
I would prioritize the tasks based on their importance and deadlines, focusing on the most critical ones to complete within the available time.
Ques:- What is the difference between HTML and HTML5
Asked In :-
Vinove Software & Services Pvt Ltd, Hummingbird Web Solutions, Aakit Technologies, Namecheap Web Services, TNQ Technologies, Adnate IT Solutions, Spark Infosys, Keyideas Infotech, SysTrack Solution, CodeClouds IT Solutions,
Right Answer:
HTML5 is the latest version of HTML, which includes new features such as native support for audio and video, new semantic elements (like `<article>`, `<section>`, and `<header>`), improved parsing rules, and better support for web applications with APIs like local storage and canvas. HTML, on the other hand, refers to earlier versions that lack these enhancements.
HTML5 is the latest version of HTML, which includes new features such as native support for audio and video, new semantic elements (like `<article>`, `<section>`, and `<header>`), improved parsing rules, and better support for web applications with APIs like local storage and canvas. HTML, on the other hand, refers to earlier versions that lack these enhancements.
Ques:- What is the difference between frontend and backend development
Asked In :-
Object Frontier Software, Medvarsity Online, Walkover Web Solutions, Itobuz Technologies, Aakit Technologies, LiteBreeze Infotech, TRICON INFOTECH PVT, Spectra Medix India, Novalnet e-Solutions, SPARX IT SOLUTIONS,
Right Answer:
Frontend development refers to the part of a website or application that users interact with directly, including the layout, design, and user interface. Backend development involves the server-side, focusing on databases, server logic, and application functionality that users do not see.
Frontend development refers to the part of a website or application that users interact with directly, including the layout, design, and user interface. Backend development involves the server-side, focusing on databases, server logic, and application functionality that users do not see.
Ques:- What are semantic HTML elements and why are they important
Asked In :-
Walkover Web Solutions, Codiant Software Technologies, QuickXpert Infotech, Sun Technology Integrators, Webvillee Technology, SWYM, Fission Infotech, Keyideas Infotech, CodeClouds IT Solutions, infobell IT solutions,
Right Answer:
Semantic HTML elements are tags that clearly describe their meaning in a human- and machine-readable way, such as `<header>`, `<article>`, `<footer>`, and `<section>`. They are important because they improve accessibility, enhance SEO, and make the structure of the web page clearer for developers and browsers.
Semantic HTML elements are tags that clearly describe their meaning in a human- and machine-readable way, such as `<header>`, `<article>`, `<footer>`, and `<section>`. They are important because they improve accessibility, enhance SEO, and make the structure of the web page clearer for developers and browsers.
Ques:- What are event bubbling and event delegation in JavaScript
Asked In :-
DREAMORBIT SOFTECH PVT, Queppelin Technology Solutions, Hummingbird Web Solutions, Priya Softweb Solutions, Dhruvsoft Services, Walstar Technologies, QuickXpert Infotech, Recodem, Novalnet e-Solutions, Happiest Minds Technologies Pvt.,
Right Answer:
Event bubbling is a JavaScript event propagation method where an event starts from the target element and bubbles up to its ancestors in the DOM hierarchy. Event delegation is a technique that involves attaching a single event listener to a parent element to manage events for multiple child elements, leveraging event bubbling to handle events efficiently.
Event bubbling is a JavaScript event propagation method where an event starts from the target element and bubbles up to its ancestors in the DOM hierarchy. Event delegation is a technique that involves attaching a single event listener to a parent element to manage events for multiple child elements, leveraging event bubbling to handle events efficiently.
Ques:- What is the difference between var let and const in JavaScript
Asked In :-
Ziffity Solutions, Hummingbird Web Solutions, Itobuz Technologies, Aakit Technologies, Codiant Software Technologies, Priya Softweb Solutions, Walstar Technologies, Sun Technology Integrators, Spectra Medix India, Webvillee Technology,
Right Answer:
`var` is function-scoped or globally-scoped and can be re-declared and updated. `let` is block-scoped, can be updated but not re-declared in the same scope. `const` is also block-scoped, cannot be updated or re-declared, and must be initialized at the time of declaration.
`var` is function-scoped or globally-scoped and can be re-declared and updated. `let` is block-scoped, can be updated but not re-declared in the same scope. `const` is also block-scoped, cannot be updated or re-declared, and must be initialized at the time of declaration.
Ques:- What are the OWASP Top 10 vulnerabilities
Asked In :-
Vinove Software & Services Pvt Ltd, Hidden Brains InfoTech, Queppelin Technology Solutions, Toxsl Technologies, Solace Infotech, Clear Trail Technologies, Cloud Kinetics Technology Solutions, Energytech Global, Happiest Minds Technologies Pvt., Tredence Analytics Solutions,
Ques:- What are some common types of malware
Asked In :-
Vinove Software & Services Pvt Ltd, AnAr Solutions, STIC SOFT E-SOLUTIONS, Aakit Technologies, Dhruvsoft Services, Energytech Global, Cyber Group India, Third Eye Technologies, infobell IT solutions, Sify Technologies,
Ques:- What is Cyber Security and why is it important
Asked In :-
Fluid AI, Dhruvsoft Services, Umbrella Infocare, Cyber Group India, SENSEI Technologies, Keyideas Infotech, Sardonyx Technologies, E2E Networks, Codelogicx Technologies, Technonix Infosystem,
Ques:- Explain the concept of CIA triad Confidentiality Integrity Availability
Asked In :-
Hidden Brains InfoTech, Aakit Technologies, Indocosmo Systems, Solace Infotech, Clear Trail Technologies, SWYM, Tredence Analytics Solutions, Keyideas Infotech, Third Eye Technologies, Technonix Infosystem,
Ques:- What is the difference between vulnerability threat and risk
Asked In :-
Itobuz Technologies, Aakit Technologies, Clear Trail Technologies, SWYM, QUALYS SECURITY TECHSERVICES, Tredence Analytics Solutions, Sardonyx Technologies, Third Eye Technologies, E2E Networks, Big Rattle Technologies,