READ Free Dumps For Microsoft- 70-480
Question ID 15019 | You are developing a web application in HTML. You have the following HTML code. |
Option A | Option A |
Option B | Option B |
Option C | Option C |
Option D | Option D |
Correct Answer | C |
Question ID 15020 | You are developing a web page that includes the following HTML. You need to ensure that the email element is enabled only if the user selects the IT |
Option A |
The disabled property sets or returns whether an email field should be disabled, or not. A disabled element is unusable and un-clickable. Disabled elements are usually rendered in gray by default in browsers. Example Disable an email field: document.getElementById("myEmail").disabled = true; |
Correct Answer | A |