Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The ol and ul elements The ol element defines an ordered list: Coffee Tea Milk The ul element defines an unordered list:

\

\

The ol and ul elements

The ol element defines an ordered list:

  1. Coffee
  2. Tea
  3. Milk
\

The ul element defines an unordered list:

\
  • Cookie
  • Biscuit
  • Toast
\

This is the story of the ol and ul elements.

\ Figure 1: HTML code in an HTML Document.
image text in transcribed
(11.) What does each of the following document object methods return, when the methods are applied to the HTML code in Figure 1: (A.) The document.getElementById("myHeader") method? [5 points] (B.) The document.getElementsByTagName("p") method? [5 points] (C.) The document.getElementsByClassName("myLi") method? [5 points] (D.) The document.querySelectorAll("body p") method? [5 points] (E.) The document.querySelector("body p") method? [5 points] (12.) How would you use one or more of the methods mentioned in question 11 to accomplish the following tasks (provide JavaScript code examples as part of your answers): (A.) Change which image is displayed using the element? [5 points] (B.) Determine which image is currently displayed using the element? [5 points] (C.) Change an element's CSS styling? [5 points] (13.) Table 2 contains two properties of an element object or the document object. Table 3 contains a few methods of an element object, a node object or the document object. Complete both tables, by answering the questions in the second and third columns of the tables. You may create more space in various cells of Tables 2 and 3 (say in a MS Word file), if you require more space while completing the tables. [63 points] (2 points for each row of the second columns in both tables and 5 points for each row of the third columns in both tables.) Table 2: Two Properties of an Element Object or the Document Object. Table 3: A Few Methods of an Element Object, a Node Object or the Document Object

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Principles Programming And Performance

Authors: Patrick O'Neil, Elizabeth O'Neil

2nd Edition

1558605800, 978-1558605800

More Books

Students also viewed these Databases questions

Question

What is the significance of employee selection?

Answered: 1 week ago