answersLogoWhite

0

The first two lines in Shakespeare's poem A Lover's Complaint are: "From off a hill whose concave womb reworded. A plaintful story from a sist'ring vale"

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What are the first lines in Richard III shakespeares play?

Now is the winter of our discontent.


Which female role in shakespeares works has the most lines?

juliretdaesgqriff does.


What are the first two lines of A Lover's Complaint?

From off a hill whose concave womb reworded A plaintful story from a sistering vale


What is the email address for Greyhound Bus Lines complaint department?

law.department@greyhound.com


What was shakespeares shortest comedy?

The Comedy of Errors, The Tempest and Macbeth in that order.


What tragic event happens that end the families' feuds in Romeo and Juliet?

"A pair of star-crossed lovers . . . do with their deaths bury their parents' strife." Oddly enough, the answer to your question is in the first 14 lines of the play.


What lines are still used out of Shakespeares plays?

Some famous lines from Shakespeare's plays that are still commonly used today include "To be, or not to be: that is the question" from Hamlet, "All the world's a stage" from As You Like It, and "To thine own self be true" from Hamlet.


Who had to read William Shakespeares plays?

The actors who needed to learn their lines. And even they didn't have to read the whole play, just the part they were in. More recently, schoolchildren have to read the plays as part of their English Language courses.


Which rhyme scheme does the poet use in the first 8 lines of the poem?

The poet uses an ABAB rhyme scheme in the first 8 lines of the poem. This means that the first and third lines rhyme, as do the second and fourth lines.


What is the name for the first eight lines of a sonnet?

The first 8 lines of a sonnet are called the octet.


What is head command in UNIX?

The 'head' command will list out certain number of lines in a file from the beginning. The standard is to list the first 25 lines, but you can change that: head -100 myfile will list out the first 100 lines of myfile.


What command returns the first few lines of a given file?

The command to return the first few lines of a given file in a Unix-like operating system is head. By default, it displays the first 10 lines of the specified file, but you can customize the number of lines by using the -n option, such as head -n 5 filename.txt to show the first five lines.