Computer Applications
Which one of the following is not a DHTML component?
- HTML
- Cascading Style Sheets (CSS)
- C++
- None of these
CSS
2 Likes
Answer
C++
Reason — C++ is not a DHTML component. HTML and Cascading Style Sheets (CSS) are DHTML components.
Answered By
2 Likes
Related Questions
Which property is generally applied to blocks of text (h1, p,th,td,etc.) and is used to align the text of a document.
- Text-align: value
- Letter-align: value
- Background-align: value
- None of these
Which property helps you to set the border style of an HTML element?
- Style
- border-color
- border-width
- None of these
Which one of the following is the default value of border style?
- 1
- 2
- none
- None of these
Select the correct statement from the options given below.
- Body background-color:#F5A9A9; color; Black
- Body[background-color:#F5A9A9; color: Black]
- Body(background-color:#F5A9A9; color : Black)
- None of these