Computer Science, asked by stepholly, 11 months ago

Which of the following IS NOT true of progress enhancement?

a - Fails if scripting is not available
b - Starts with an HTML baseline solution
c - Avoids the Document Object Model

Answers

Answered by hotelcalifornia
10

Following IS NOT true of progress enhancement is Fails if scripting is not available.

Option (a)

Explanation:

  • Progressive Enhancement is one of the best powerful techniques used by the developers of the webpages to design the best webpages.
  • Websites which can be use efficiently for so many times to the end-user or client.
  • This has the three layers to develop the best webpages.
  • The first is HTML Layer, second is CSS Layer and the last is JavaScript Layer.
  • The absence of JavaScript Layer will not change the outcome of the product as it can also be very effective to the end-user without even scripting it.

Learn more about scripting

Scripting language used to build java applications

https://brainly.in/question/9091303

Difference between scripting and interpreted language

https://brainly.in/question/5375727

Answered by dasarpi
7

Answer:

c

Explanation:

You can not avoid DOM when you are starting with HTML

Similar questions