Question

In: Computer Science

Mark up a web page containing the poem "Revelation" by Robert Frost shown in Figure 1–47....

Mark up a web page containing the poem "Revelation" by Robert Frost shown in Figure 1–47.

Figure 1-47

Do the following:

Tasks

Open the file code1-2.html and in the comment section enter your name (First + Last) and the date (MM/DD/YYYY) into the Author: and Date: fields of the file.

0

Mark the text Revelation as an h1 heading and the text by Robert Frost as an h2 heading.

Mark each stanza of the poem as a paragraph. Within each of the three stanzas, end each line with a line break using the <br /> tag. For alternating lines within the three stanzas, insert three &nbsp; character entities to indent the text of those lines three spaces.

Replace the line of dashes after the poem with the <hr /> tag to indicate a horizontal rule.

Enclose the reference to the poem’s origin within a <footer> tag. Mark the text A Boy’s Will using the <cite> tag. Replace the word "copyright" with the character reference &copy;.

Verify the final website looks as designed.

Grading

Complete each task listed above. Each task contains automated checks which are used to calculate your grade. You can use the Website Refresh button to refresh your website preview at any point. You view a full-page version of your website by clicking the arrow in the top right corner of your website preview. When you have completed each task by clicking the checkbox, open the task list panel on the left navigation bar and click the "Submit" button.

Solutions

Expert Solution

HTML code : index.html

<html>
<body>
    <h1>Revelation</h1>
    <h2>by Robert Frost</h2>
<p>
We make ourselves a place apart <br/>
&nbsp;&nbsp;&nbsp;Behind light words that tease and flout,<br/>
But oh, the agitated hear<br/>
&nbsp;&nbsp;&nbsp;Till someone really find us out.<br/>
</p>
<p>
‘Tis pity if the case require<br/>
&nbsp;&nbsp;&nbsp;(Or so we say) that in the end<br/>
We speak the literal to inspire<br/>
&nbsp;&nbsp;&nbsp;The understanding of a friend.<br/>
</p>
<p>
But so with all, from babes that play<br/>
&nbsp;&nbsp;&nbsp;At hid-and-seek to God afar,<br/>
So all who hide too well away<br/>
&nbsp;&nbsp;&nbsp;Must speak and tell us where they are.<br/>
</p>
<hr/>
<footer>From<cite> A Boy's Will,</cite>published by Henry Holt and Company &copy;1913 (in the public domain)</footer>
</body>
</html>

Screenshot of code :

Screenshot of OUTPUT website look :


Related Solutions

I need a 5 paragraph literary analysis on a poem “fire and ice” by Robert Frost
I need a 5 paragraph literary analysis on a poem “fire and ice” by Robert Frost
Identify the type of radio wave propagation shown in figure below: (1 mark ) Give any...
Identify the type of radio wave propagation shown in figure below: (1 mark ) Give any four characteristics (properties) of radio wave propagation in the VHF band. (2 marks ) Maximum line of sight distance between transmitting and receiving antennas for a space wave communication system is given as 45 km. The distance of the horizon from the transmitting antenna is 28 km. Calculate the height of the receiving antenna in meters.
Create a Web page about yourself containing the following: Notepad++ The page should have a light...
Create a Web page about yourself containing the following: Notepad++ The page should have a light green background and a one inch margin. The Web page should contain: At least three headings, h1 to h3. At least two paragraphs about you. A numbered list with at least three hyperlinks. The hyperlinks cannot be the ones we created in class today which were the links to Yahoo and Google. Two horizontal rules. All the h1, h2, and h3 tags should have...
1, Work problem on Page 9-47, Question 5. Given the computer output shown following for testing...
1, Work problem on Page 9-47, Question 5. Given the computer output shown following for testing the hypotheses                                     Ho: (μ1 - μ2) = 0                                     Ha: (μ1 - μ2) > 0             What conclusion would you draw, with α = .10? What assumption(s) did you make in answering this question?             Variable: X SAMPLE N Mean Std Dev Std Error 1 32 77.1 6.03 1.07 2 58 75.2 4.21 0.55 Variances T DF Prob > ∣T∣ Unequal 1.58 48.0...
An RC circuit, hooked up to a battery as shown in the figure,starts with an...
An RC circuit, hooked up to a battery as shown in the figure, starts with an uncharged capacitor. The resistance in the circuit is R = 784.0 Ω the capacitor has capacitance of C = 68.0 μF and the battery maintains the emf of ε = 32.0 V. The switch is closed at time t = 0.0 s and the capacitor begins to charge.What is the time constant for this circuit?Tries 0/5What is the charge on the capacitor after the...
What is the equivalent resistance for the circuit shown in the figure? (Figure 1) For the...
What is the equivalent resistance for the circuit shown in the figure? (Figure 1) For the circuit shown in the figure, find the current through resistor R1=6.0?(left). (Figure 1) For the circuit shown in the figure, find the potential difference across resistor R1=6.0?(left). For the circuit shown in the figure, find the current through resistor R2=15?. For the circuit shown in the figure, find the potential difference across resistor R2=15?. For the circuit shown in the figure, find the current...
1. An HTML document that’s generated by a web application is a ________________________ web page. 2....
1. An HTML document that’s generated by a web application is a ________________________ web page. 2. An easy way to log the progress of an application in Chrome’s Console panel is to insert __________________ methods at critical points in the code. 3. The childNodes property of a DOM object returns a/an ______________________ of the child nodes for that object. 4. The ___________________ method of an array can be used to concatenate the elements of the array into a single string.​...
1 -​Create the code to generate a default web page. The contents of this page should...
1 -​Create the code to generate a default web page. The contents of this page should be Your​​Name, right justified
For the system of capacitors shown in the the figure below(Figure 1) , a potential difference...
For the system of capacitors shown in the figure below(Figure 1), a potential difference of 25.0V is maintained across ab.Part (a): What is the equivalent capacitance of this system between a and b in nF?Part (b): How much charge is stored by this system in nC?Part (c): How much charge does the 6.50 nF capacitor store in nC?Part (d): What is the potential difference across the 7.50 nF capacitor in V?
As shown in the figure (Figure 1) , a superball with mass m equal to 50...
As shown in the figure (Figure 1) , a superball with mass m equal to 50 grams is dropped from a height of hi=1.5m . It collides with a table, then bounces up to a height of  hf=1.0m . The duration of the collision (the time during which the superball is in contact with the table) is tc=15ms . In this problem, take the positive y direction to be upward, and use g=9.8m/s2 for the magnitude of the acceleration due to...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT