Computer Science, asked by lovepreetsingh9483, 1 year ago

Browsers that do not support javascript will display

Answers

Answered by Anonymous
3

Explanation:

Unlike electrical and computer engineers, computer scientists deal mostly with software and software systems; this includes their theory, design, development, and application.

Answered by syed2020ashaels
0

Answer:

Web browsers that support JavaScript will execute the JavaScript statements that appear between the tags. Browsers that don't support JavaScript, but that recognize the . This is as it should be. Other, older browsers, however (and there are a lot of them), do not recognize the tags, and so they ignore the tags themselves, and treat all the JavaScript between them as text to be displayed.

Explanation:

  • When a user without a JavaScript-capable browser visits your web pages, they obviously won't be able run your JavaScript programs. Therefore, your JavaScript scripts should fail gracefully when read into browsers that do not understand JavaScript.
  • There are two components to this. First, they must not simply format and display your entire JavaScript program as if it was HTML text. And second, they should display a message informing the visitor that their browser cannot correctly handle the page. You can do both of these things with some carefully placed comments.
    #SPJ2
Similar questions