Computer Applications
Which of the following is not one of the DHTML technology ?
- HTML
- CSS
- JavaScript
- WWW
CSS
6 Likes
Answer
WWW
Reason — DHTML is a combination of HTML, CSS, JavaScript and DOM (Document Object Model) while the World Wide Web (WWW) is the system of interconnected hypertext documents accessed through the internet, it is not considered a DHTML technology itself. Instead, the WWW is the platform or environment where DHTML technologies are utilized to create interactive and dynamic web pages.
Answered By
1 Like
Related Questions
The acronym CSS stands for what ?
- Carrot System Style
- Correlated Styling System
- Cascading Style Sheets
- Canvas Styling System
What property would you use to create space between the element's border and inner content ?
- margin
- spacing
- padding
- border
How do you tell the browser you are creating a styling section with an internal style sheet ?
<style type="css"></style><class type="css"></class>class type="text/css"></class><style type="text/css"></style>
To reference a style sheet across multiple HTML pages, how would you define your CSS ?
- Inline Style
- Internal Style Sheet
- External Style Sheet
- CSS is meant for only one page