HTML5 and CSS Complete 7th Edition Woods Test Bank download
HTML5 and CSS Complete 7th Edition Woods Test Bank download
Bank download
https://testbankdeal.com/product/html5-and-css-complete-7th-
edition-woods-test-bank/
https://testbankdeal.com/product/html5-and-css-complete-7th-edition-
woods-solutions-manual/
https://testbankdeal.com/product/html5-and-css-comprehensive-7th-
edition-woods-test-bank/
https://testbankdeal.com/product/html5-and-css3-illustrated-
complete-2nd-edition-vodnik-test-bank/
https://testbankdeal.com/product/south-western-federal-
taxation-2018-comprehensive-41st-edition-maloney-solutions-manual/
Intermediate Algebra for College Students 7th Edition
Blitzer Solutions Manual
https://testbankdeal.com/product/intermediate-algebra-for-college-
students-7th-edition-blitzer-solutions-manual/
https://testbankdeal.com/product/economics-9th-edition-colander-
solutions-manual/
https://testbankdeal.com/product/accounting-for-decision-making-and-
control-9th-edition-zimmerman-test-bank/
https://testbankdeal.com/product/chemistry-a-molecular-approach-4th-
edition-tro-test-bank/
https://testbankdeal.com/product/business-statistics-communicating-
with-numbers-2nd-edition-jaggia-solutions-manual/
Forensic Science Fundamentals and Investigations 2nd
Edition Bertino Test Bank
https://testbankdeal.com/product/forensic-science-fundamentals-and-
investigations-2nd-edition-bertino-test-bank/
Chapter 6 – Creating a Form on a Web Page
MULTIPLE CHOICE
3. Which of the following controls returns all input controls to the default status?
a. clear c. reset
b. empty d. new
ANS: C PTS: 1 REF: HTML 287
4. Which of the following controls is identical to text fields used for single-line data entry?
a. submit c. password
b. textarea d. radio
ANS: C PTS: 1 REF: HTML 287
5. Which of the following controls creates a drop-down menu of choices from which a visitor chooses?
a. select c. menu
b. option d. choice
ANS: A PTS: 1 REF: HTML 287
6. Which of the following attributes, when used with the text tag, determines the number of characters
that display on a form?
a. character c. width
b. size d. dimension
ANS: B PTS: 1 REF: HTML 287
7. The ____ attribute of the text tag specifies the maximum length of the input field.
a. size c. maxlength
b. limit d. control
ANS: C PTS: 1 REF: HTML 287
8. A ____ input control is either a radio button, a check box, a Submit button, a Reset button, or a
selection menu.
a. select c. capture
b. data d. list
ANS: B PTS: 1 REF: HTML 287
13. A ____ control creates a list item in a list from which only one item can be chosen.
a. select c. list
b. solo d. radio
ANS: D PTS: 1 REF: HTML 288
14. The type="____" attribute specifies that the type of control is the radio button.
a. radio c. option
b. check d. circle
ANS: A PTS: 1 REF: HTML 288
15. With a checkbox control, the default can be changed so a particular check box is preselected as the
default, by using the ____ attribute and value within the <input> tag.
a. chosen c. checked
b. default d. preselect
ANS: C PTS: 1 REF: HTML 288
16. The use of which of the following controls prevents the visitor’s having to type information into a text
field?
a. text c. password
b. textarea d. select
ANS: D PTS: 1 REF: HTML 289
17. A(n) ____ control creates a selection menu of choices from which a visitor selects one or more
choices.
a. select c. radio
b. option d. checkbox
ANS: A PTS: 1 REF: HTML 289
18. ____ controls are similar to text controls, except that they allow multiple lines of text input.
a. Password c. Capture
b. Textarea d. Either a or b
ANS: B PTS: 1 REF: HTML 289
20. It is a good rule of thumb to keep the number of columns in a textarea to ____ or fewer.
a. 10 c. 25
b. 15 d. 50
ANS: D PTS: 1 REF: HTML 289
21. The ____ attribute identifies the specific information that is being sent when the form is submitted for
processing.
a. spec c. target
b. name d. this
ANS: B PTS: 1 REF: HTML 290
23. The <____> tag defines the text that displays in the grouping borders.
a. key c. cluster
b. legend d. aggregate
ANS: B PTS: 1 REF: HTML 291
24. The ____ attribute of the <form> tag indicates the URL for the action to be completed by the server.
a. method c. action
b. process d. http
ANS: C PTS: 1 REF: HTML 291
25. There are two primary methods to send the form to the server to be processed: ____
a. send and put c. get and put
b. get and post d. CGI and HTML
ANS: B PTS: 1 REF: HTML 294
26. Which of the following is a program written in a programming language (such as Perl) that
communicates with the Web server?
a. HTML function c. URL imagemap
b. CGI script d. post method
ANS: B PTS: 1 REF: HTML 294
27. The ____ attribute of the <form> tag specifies the manner in which the data entered in the form is sent
to the server to be processed.
a. process c. http
b. server d. method
ANS: D PTS: 1 REF: HTML 294
28. The two values of the ____ attribute in HTML are get and post.
a. process c. http
b. server d. method
ANS: D PTS: 1 REF: HTML 294
29. The ____ method sends the name-value pairs to the end of the URL indicated in the action attribute.
a. get c. post
b. base d. serv
ANS: A PTS: 1 REF: HTML 294
31. The default type for the <input /> tag is a ____.
a. radio button c. text box
b. checkbox d. textarea
ANS: C PTS: 1 REF: HTML 297
32. If no ____ attribute value is specified, a selection menu initially displays only one option, along with a
list arrow to view other choices in the list.
a. default c. size
b. choice d. checked
ANS: C PTS: 1 REF: HTML 300
33. If a selection menu includes the size attribute with a value of 3, ____ choice(s) will appear in the
menu.
a. one c. three
b. two d. four
ANS: C PTS: 1 REF: HTML 301
34. If the ____ attribute was not used to create a selection menu, the Web page visitor will be allowed to
select only one choice in the menu.
a. several c. choices
b. many d. multiple
ANS: D PTS: 1 REF: HTML 302
35. Form controls are useless unless the information entered in the form can be submitted for ____.
a. concatenation c. aggregation
b. processing d. all of the above
ANS: B PTS: 1 REF: HTML 304
36. Which of the following tags gives you the option of using an image for a Submit button, rather than
using the default button style?
a. <option> c. <modify>
b. <image button> d. <button>
ANS: D PTS: 1 REF: HTML 304
37. The <form method=post action=mailto:ahs@isp.com> tag designates that the ____ method will be
used to send data to the appropriate location for processing.
a. mailto c. post
b. form d. action
ANS: C PTS: 1 REF: HTML 304
38. Which of the following characters strings together all of the form responses?
a. & c. @
b. ! d. %
ANS: A PTS: 1 REF: HTML 305
39. Which of the following buttons deletes any data previously typed into text or textarea fields?
a. New c. Clear
b. Restore d. Reset
ANS: D PTS: 1 REF: HTML 305
MULTIPLE RESPONSE
5. When a Web page visitor clicks the Submit button on the form, which of the following is sent to be
processed?
a. parameters of the control
b. value of the data contained with the control
c. dimensions of the field
d. name of the control
ANS: B, D PTS: 1 REF: HTML 290
MODIFIED TRUE/FALSE
1. A text control creates a text box that is used for a single line of input. _________________________
ANS: F, deselected
3. The reset input control sends the information from a form to the appropriate location for processing.
_________________________
ANS: F, submit
ANS: F, Submit
5. The paragraph input control creates a multiple-line field for a relatively large amount of text.
_________________________
ANS: F, textarea
TRUE/FALSE
1. Using a Web page form for user input reduces the potential for errors because customers enter data or
select options from the form included directly on the Web page.
3. The maximum length of a text field may exceed the size of the field that displays on the form.
5. A checkbox control allows a Web page visitor to select only one choice from a list of choices.
6. Multiple radio buttons in the same group can be set to a checked state at the same time.
8. It is a good rule of thumb to use between 50 and 100 columns of text in a textarea field.
9. The resume and send controls create the Reset and Submit buttons.
11. For a textarea field, no value attribute is possible because of the variability of the input.
12. All options in a selection menu are contained within the <select> and </select> tags.
13. HTML5 includes new attributes for the <input /> tag.
14. The value attribute of the <input /> tag is optional for radio and checkbox controls.
15. Few Web sites use CGI scripts to process forms because this is an inefficient way to handle the data
that is sent to a form.
ANS: F PTS: 1 REF: HTML 293
16. The get method sends the name-value pairs to the end of the URL indicated in the action attribute.
17. The post method is a program written in a programming language that communicates with the Web
server.
18. Information on forms can be sent by e-mail to an e-mail address or can be used to update a database.
19. A FORM script sends the information input on a Web page form to the Web server for processing.
20. If you specify a maximum number of characters that is greater than the number of characters specified
in the size attribute, the additional characters will be cut off.
21. If you do not specify a size attribute in the <select> tag, only one option is displayed, along with a list
arrow.
23. An embedded style sheet changes the style for a single Web page.
24. You should validate the code after the form is completed and view and test it using your browser.
25. When you are collecting information from an online form, it is very important to test that the
information is accurate.
COMPLETION
1. A(n) ____________________ input control is either a text box, a textarea box, or a password text box.
ANS: text
PTS: 1 REF: HTML 287
ANS: password
ANS: textarea
4. The ____________________ attribute of the text control determines the number of characters that
display on the form.
ANS: size
5. A(n) ____________________ control tells the browser to send the data on the form to the server.
ANS: submit
6. A(n) ____________________ control returns all input controls to the default status.
ANS: reset
7. A(n) ____________________ control creates a list item in a list from which more than one item can
be chosen.
ANS: checkbox
8. To set a particular radio button as the default, you use the ____________________ value within the
<input /> tag.
ANS: checked
ANS:
radio
option
PTS: 1 REF: HTML 288
10. The textarea control uses the ____________________ attribute to specify the number of columns in
the textarea field.
ANS: cols
11. The ____________________ button sends the information to the appropriate location for processing.
ANS: Submit
12. The <____________________/ > tag defines the controls used in the form, using a variety of type
attribute values.
ANS: input
13. The <____________________> tag creates a form that allows user input.
ANS: form
14. The ____________________ method sends a separate data file with the name-value pairs to the URL
(or e-mail address) indicated in the action attribute.
ANS: post
15. When the ____________________ attribute specifies the same number of characters as the size
attribute, all characters entered by a user will appear in the text box.
ANS: maxlength
16. To select multiple choices in a selection menu, a user must first select one choice and then press and
hold the ____________________ key while clicking other choices in the list.
ANS: CTRL
17. To select several consecutive choices in a selection menu, a user must first select one choice and then
press and hold the ____________________ key while selecting the last choice.
ANS: SHIFT
Visit https://testbankdead.com
now to explore a rich
collection of testbank,
solution manual and enjoy
exciting offers!
PTS: 1 REF: HTML 301
18. The ____________________ button clears any input that was entered in the form, restoring the input
controls back to the initial values.
ANS: Reset
19. The ____________________ control helps to group related form elements together.
ANS: fieldset
20. Using ____________________ is especially helpful in cases where some information is required and
some is optional.
ANS: grouping
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
a. data input f. select
b. checkbox g. textarea
c. attributes h. password
d. radio button i. select control
e. input j. target
1. The use of asterisks, for example, to mark the entered text in this kind of field is designed to help
protect text from being observed as it is being entered
2. When one of these is selected, all of the other ones in the list are deselected automatically
3. This category of control eliminates a visitor's having to type information into a text or textarea field
4. This kind of field is useful when an extensive amount of input from the Web page visitors is required
or desired
5. This kind of input control creates a list item
6. If a choice in a selection menu is highlighted, it means that this attribute has been used for that choice
7. This kind of control either can be a radio button, a check box, a Submit button, or a Reset button
8. These kinds of controls either are HTML tags or attributes of HTML tags
9. Nearly all of the HTML tags used to create forms have at most one of these each
10. This attribute of the <form> tag indicates the location at which a resource will display
ESSAY
1. Briefly list the HTML tags used to create forms, including their functions and any relevant remarks
about their use.
ANS:
<fieldset></fieldset> -- groups related controls on a form; it is optionally used for readability
<form></form> -- creates a form that allows user input; it is required when creating forms
<input /> -- defines the controls used in the form, using a variety of type attribute values; it is required
for input controls
<legend></legend> -- defines the caption that is displayed in the grouping borders; it is optionally
used when using <fieldset> tags
<option></option> -- specifies a choice in a <select> tag; it is required, one per choice
<select></select> -- creates a menu of choices from which a visitor selects; it is required for selection
choices
<textarea></textarea> -- creates a multiple-line text input area; it is required for longer text inputs that
appear on several lines
2. Explain in detail the difference between the action and method attributes of the <form> tag. Be sure to
include a definition of CGI script, and the get and post method in your explanation.
ANS:
The action attribute of the <form> tag specifies the action that is taken when the form is submitted.
Information entered in forms can be sent by e-mail to an e-mail address or can be used to update a
database. Although the e-mail option is functional, many Web sites process information from forms
using Common Gateway Interface (CGI) scripting. A CGI script is a program written in a
programming language (such as PHP or Perl) that communicates with the Web server. The CGI script
sends the information input on the Web page form to the server for processing.
The method attribute of the <form> tag specifies the manner in which the data entered in the form is
sent to the server to be processed. Two primary ways are used in HTML: the get method and the post
method. The get method sends the name-value pairs to the end of the URL indicated in the action
attribute. The post method sends a separate data file with the name-value pairs to the URL (or e-mail
address) indicated in the action attribute. Most Web developers prefer the post method because it is
much more flexible. You need to be cautious when using the get method. Some Web servers limit a
URL’s size, so you run the risk of truncating relevant information when using the get method.
ANS:
Before creating a Web page form, you should plan how you want to format it. By effectively utilizing
input controls, you can call attention to important data-collection areas on the Web page without
overpowering it. Creating an effective form includes:
1. Determine what data to collect. In the case of a form designed to collect information, you need the
visitor’s name and e-mail address. Make sure to provide enough space for each field so that you do not
cut out important information. For instance, a last name field only 5 characters long may cut out much
of the person’s last name.
2. Determine what types of control to use. For data such as name and e-mail address, you need text
input areas. For data such as favorite Internet radio station, there is generally a limited subset (e.g.,
Google, Live 365, Pandora, and Slacker), so a selection control is appropriate. When you ask what
kind of music the visitor is interested in listening to or buying, you can use check boxes, which allow
multiple selection. In the case of a question with only one appropriate answer (e.g., select your
favorite), a radio button is more appropriate.
3. Lay out the input areas effectively. One of the first input items you may want is the visitor’s name
and e-mail address information. That should go to the top of the page. Also, you can group information
together on the same line if it makes sense to make the Web page form short enough that visitors do
not have to scroll much. Collecting e-mail addresses is a great way to continue communication with
visitors or customers. A company can e-mail newsletters, coupons, and general information to
customers once they have their e-mail addresses.
4. Use grouping techniques for clarity. The last thing that you may want to do on a Web page form is
group like input items together. Use the fieldset tag to segregate personal information from preference
information and from other comments that the visitor might make.
CASE
Brendan is trying to familiarize himself in a hurry with the various form input controls. He has a sense
of the general function of each but not of the nuances among them.
1. What does Brendan learn is the key difference between the checkbox and radio controls?
a. The checkbox control indicates both the size of the field and the total maximum length,
and radio control indicates neither.
b. The checkbox control allows more than one item in a list to be chosen, and the radio
control indicates only one item in a list that can be chosen.
c. The radio control allows more than one item in a list to be chosen, and the checkbox
control indicates only one item in a list that can be chosen.
d. The radio control returns all input controls to the default status, and the radio button tells
the browser to send the data on the form to the server.
ANS:
B
2. Brendan has a list of 30 different options for a user to select from a given list. Which of the following
controls is the best match for his need?
a. select
b. checkbox
c. radio
d. any of the above
ANS:
A
Jacqueline is inheriting a segment of code from a developer who has left the firm. The problem is that
the code became corrupted on a portion of the server during a recent crash and she has to reconstruct a
lot of it.
3. One portion of the code Jacqueline is reconstructing includes a reference to the name attribute, but the
HTML tag is missing. Which of the following tags CANNOT be the tag in question?
a. <input />
b. <select></select>
c. <option></option>
d. <textarea></textarea>
ANS:
C
4. Another portion of the code Jacqueline is reconstructing includes a reference to the readonly attribute.
Which HTML tag must be in use?
a. <textarea></textarea>
b. <option></option>
c. <select></select>
d. <legend></legend>
ANS:
A
Je vous envoie par le même courrier votre scénario et celui que j'ai
indiqué en m'aidant du vôtre. J'ai fait la modification dont je vous
avais parlé; de plus, j'ai modifié souvent l'ordre des scènes, d'après
un plan qui m'a paru plus scénique. Je réponds d'abord à votre
dernière lettre.
Je suis de votre avis, le lavoir est à présent de toute nécessité. J'ai
mis ce tableau. Maintenant, le drame est complet. Nous n'aurons
reculé devant rien.
A Madame Charpentier.
Chère Madame,
Votre mari m'a d'abord stupéfié: j'ai reçu de lui deux lettres coup sur
coup; mais il s'est bien vite calmé, et j'attends depuis deux mois une
réponse, à propos de Thérèse Raquin. Remarquez que je constate
simplement la chose. Je ne me plains pas, car il me serait à moi-
même souverainement désagréable de m'occuper d'affaires en ce
moment.
En juin et en juillet, nous n'avons pas eu à nous plaindre de la
chaleur. Il faisait même frais. Je croyais échapper aux terribles
insolations dont on m'avait menacé. Mais depuis trois jours, le siroco
souffle, et nous sommes dans une fournaise. Il y a eu 37° à
Marseille. Je vous écris ce matin par 39°, ce qui rend ma lettre
méritoire.
Pas de nouvelles, naturellement. Nous sommes trop seuls, trop
perdus. Je reste des semaines sans voir personne. Pourtant, les
journaux ont parlé, ma retraite est connue, et des enthousiastes
viennent encore me relancer de temps à autre. Je suis même
menacé d'un banquet à Marseille, auquel j'espère bien échapper.
Nous avons eu Bouchor en juin, et un apprenti dramatique
marseillais nous a invités tous deux à un festin chez Roubion, le Café
Anglais d'ici. Voilà tout le côté mondain de ma villégiature.
Je travaille beaucoup, et c'est ce qui tue le temps. Malheureusement,
l'indisposition dont ma femme vous a parlé a fait du tort à mon
roman. Je ne l'emporterai pas aussi avancé que je l'espérais. Il y a
des jours où je suis inquiet sur cette œuvre, elle me paraît bien plate
et bien grise; d'autres jours, je la trouve bonhomme, d'une lecture
agréable et facile. J'ai un quart du livre terminé. Je suis surtout
content d'une grande description de Paris, un matin de printemps, à
vol d'oiseau, qui est un des morceaux les plus brillants que j'aie
encore décrits. Maintenant, je vais pousser les choses à la tendresse.
Mais il faut bien nous dire que nous n'allons pas avoir le succès de
L'Assommoir. Cette fois, Une page d'amour (je m'en tiens à ce titre,
qui est le meilleur de ceux que j'ai trouvés) est une œuvre trop
douce pour passionner le public. Là-dessus, il n'y a aucune illusion à
se faire. Vendons-en dix mille, et déclarons-nous satisfaits. Mais
nous nous rattraperons avec Nana. Je rêve ici une Nana
extraordinaire. Vous verrez ça. Du coup, nous nous faisons
massacrer, Charpentier et moi.
Quoi encore d'intéressant? On s'occupe fortement du drame
L'Assommoir. Sans doute, l'affaire se fera avec Larochelle pour
L'Ambigu. Il est entendu que je ne signe pas. Le drame aura onze
tableaux, dont quelques-uns à grand effet.
Vous voyez que je ne parle que de moi. Égoïsme d'auteur. Au
demeurant, nous vivons à merveille, dans un pays que j'aime
beaucoup. Nous avons mangé des fruits superbes, des pêches
grosses comme des têtes d'enfant. Ma femme est dans une besogne
formidable: elle fait mes rideaux, des appliques de vieilles fleurs de
soie sur du velours, et je vous affirme que c'est un joli travail. Nous
allons rarement à Marseille, ville d'épiciers. Le grand moment de la
journée est l'heure du bain, à six heures, lorsque le ciel se couche.
Puis, nous restons jusqu'à dix heures, en face d'un ciel admirable.
Imaginez-vous qu'en trois mois il n'a plu qu'une fois, et encore la
nuit. Je n'ai pas eu la consolation de voir l'eau tomber. Ce ciel
toujours bleu finit par me dégoûter du beau temps. Je donnerais
beaucoup pour une de ces belles averses de Paris.
Aucune nouvelle de Daudet, de Flaubert; j'ai reçu une lettre de
Goncourt, qui est dans les Ardennes. Je ne suis en correspondance
qu'avec Tourguéneff. Si vous savez quelque chose de mon petit
monde, vous me comblerez en étant indiscrète.
Il faut pourtant que je vous parle un peu de vous tous, et que je me
roule aux pieds de mon filleul; sans quoi je ne serai pas blanc. Êtes-
vous satisfaits de votre séjour à Cabourg, et comment va la petite
famille, que vous couvrirez de baisers pour ma femme et pour moi?
Dites à Mme Charpentier[25] que nous songeons souvent à elle et
que ma femme doit lui écrire prochainement; et présentez-lui toutes
nos amitiés.
J'ai été très heureux des renseignements que Labarre m'a envoyés
ces mois derniers. Savez-vous qu'on a vendu: en juin, 2,580 volumes
de la série dont 1,366 Assommoir; et en juillet, 3,167 volumes,
nombre dans lequel L'Assommoir entre pour 1,800? Ce qui me ravit
surtout, c'est la marche des premiers romans. Si nous gardions ce
courant-là, ce serait trop beau. Mais voilà que je parle encore de
moi, et je suis au bout de mon papier.
Je crois avoir fait nos politesses à tout le monde, excepté à
Charpentier qui est bien paresseux pour qu'on lui serre les mains.
Serrez-les lui tout de même, et veuillez nous croire, chère Madame,
vos bien affectueux et bien dévoués.
A Léon Hennique.
A Théodore Duret.
A Gustave Flaubert.
Au même.
J'ai reçu vos deux lettres qui m'ont beaucoup tranquillisé. J'avais eu
une folle idée que je dois vous confesser, pour me punir: je craignais
de vous avoir fâché par quelques feuilletons où j'ai soutenu des
idées que je sais ne pas être les vôtres. C'était stupide de ma part,
mais que voulez-vous? j'étais inquiet.
Je vais retourner à Paris» j'attends que ces abominables élections
soient terminées. Allons-nous avoir quelque tranquillité? Je crains
que non. Et nous en aurions cependant bien besoin pour nos
bouquins.
Ce sont deux braves garçons, Busnach et Gastineau, qui signeront
L'Assommoir au théâtre. Mais, entre nous, je dois vous dire que j'ai
beaucoup travaillé à la pièce, bien que j'aie mis comme condition
formelle que je resterai dans la coulisse. J'ajoute que la pièce
m'inspire aujourd'hui une grande confiance. Les douze tableaux me
paraissent très réussis et je crois à un succès. Quant au Bouton de
rose, je crois fort que je vais le mettre sous clef, dans un tiroir.
Décidément, ce n'est pas trop bon.
Avez-vous lu la façon dont Le Bien public annonce mon nouveau
roman? Ont-ils un style, ces gaillards-là! Mais la réclame m'a paru
bonne, du moment où elle dit qu'on pourra laisser mon roman sur la
table de famille.
Piochez dur, et au jour de l'an, mon bon ami. Nous aurons encore de
beaux dimanches, malgré tous ces braillards de la politique.
Bien affectueusement à vous.
A Henry Céard.
Les choses lestes doivent être des sous-entendus, pour être chantés
à la Judic. Il faut graduer l'effet des couplets, avec quelque énorme
bêtise pour le dernier.
Envoyez-moi votre ronde, dès qu'elle sera faite, sans attendre jeudi.
A Paul Bourget.
Je voulais vous écrire ou plutôt je voulais vous voir pour vous parler
d'Edel. J'avoue que je n'étais pas très content, et c'est peut-être
pour cela que j'ai été paresseux. Mais dernièrement j'ai trouvé dans
La Vie littéraire un article de M. Grandmongin, votre ami, je crois,
qui traduisait absolument les impressions produites sur moi par votre
poème. Alors, j'ai résolu de vous écrire, ma besogne étant faite à
moitié.
Certes, je tire des conclusions opposées à celles de M. Grandmongin.
Mais, comme lui, je déclare que, vous poète moderne, vous détestez
la vie moderne. Vous allez contre vos dieux, vous n'acceptez pas
franchement votre âge. Alors peignez-en un autre. Pourquoi trouver
une gare laide? C'est très beau une gare. Pourquoi vouloir vous
envoler continuellement loin de nos rues, vers les pays romantiques?
Elles sont tragiques et charmantes, nos rues, elles doivent suffire à
un poète. Et ainsi du reste. Votre héroïne est un rêve et votre poème
une lamentation jetée dans la nuit par un enfant qui a peur du vrai.
Certes, cela ne va pas sans un grand talent. Vous savez combien je
vous aime, c'est pourquoi je suis sévère. Mais je veux causer avec
vous l'hiver prochain, je veux vous répéter ce que je vous ai déjà dit.
Vous ne prenez de Balzac que la fantasmagorie, vous n'êtes pas
touché par le réel qu'il a apporté et qui fait toute sa grandeur. Enfin,
il est dit que votre génération, elle aussi, sera empoisonnée de
romantisme.
Bien cordialement à vous.
A Henry Céard.
Merci mille fois pour vos notes. Elles sont excellentes, et je les
emploierai toutes; le dîner surtout est stupéfiant. Je voudrais avoir
cent pages de notes pareilles. Je ferais un bien beau livre. Si vous
retrouvez quelque chose, par vous ou vos amis, faites-moi un nouvel
envoi. Je suis affamé de choses vues.
Je tiens le plan de Nana, et je suis très content. J'ai mis trois jours
pour trouver les noms, dont quelques-uns me paraissent réussis; il
faut vous dire que j'ai déjà soixante personnages. Je ne pourrai me
mettre à l'écriture que dans une quinzaine de jours, tant j'ai encore
de détails à régler.
J'ai vu Maupassant, qui m'a amené Nana, mon bateau. Et c'est tout,
pas un autre visage humain. Je compte sur vous pour le mois
prochain, après le voyage que je dois faire à Paris. D'ailleurs, je vous
préviendrai longtemps à l'avance, pour que vous puissiez, vous et
Huysmans, vous faire à l'idée de passer une journée à la campagne,
avec les mouches et les araignées.
Ma femme vous envoie à tous deux ses amitiés et je vous serre, à
tous deux aussi, la main bien affectueusement.
Votre Russe ne devait, je crois, vous écrire que dans les premiers
jours d'août. S'il ne s'est pas exécuté le 10 août, prévenez-moi et je
m'en mêlerai.
A Gustave Flaubert.
Médan, 9 août 1878.
A Léon Hennique.
Au même.
A Gustave Flaubert.
J'ai vu M. Bardoux hier, sur votre conseil. Il a été fort aimable. Mais
mon absolue conviction est qu'il ne tiendra jamais la promesse qu'il
vous a faite pour moi. Il ne me connaît pas, il ignore totalement ce
que je suis, et où je suis. De plus, il doit être très travaillé par des
gens qui me détestent. J'ai senti ça avec mon sixième sens.
Que ces choses restent entre nous, n'est-ce pas? Je vous écris par
un besoin d'analyse. Mais si, lorsque vous le reverrez, il vous parle
encore de l'affaire, dites-lui que j'ai été très content de sa réception,
et ayez l'air de compter sur toutes les paroles qu'il vous donnera.
Voilà pour mon orgueil une bonne leçon.
Vous trouverez dans le second numéro de La Réforme, qui a dû vous
être adressé, l'étude que j'ai faite sur vous et qui a paru en Russie.
Elle est faite un peu vite, mais je la crois assez juste. En tous cas, je
suis content que vous puissiez en connaître le texte français.
Bien affectueusement.
Au même.
A Henry Céard.
Au même.
A Léon Hennique.
Certes, non, mon cher Hennique, je ne suis pas ému par tout ce
tapage; à peine un petit mouvement de colère, le premier jour. Mais
la vérité est trop de notre côté pour que nous ne gardions pas un
beau calme.
Je suis bien heureux de rentrer à Paris et de vous serrer les mains à
tous; d'autant plus que la bataille de L'Assommoir va nous amuser.
Vous savez que je compte personnellement sur vous. Je rentrerai le
3. Nous aurons le temps de nous entendre, car je crois que la pièce
ne passera pas avant le 15.
Quelle est donc la personne qui a donné des notes à Montjoyeux
pour un article du Gaulois? D'ailleurs, l'article est poli, quoique rempli
d'inexactitudes. On vous y traite bien, et cela m'a fait plaisir.
A bientôt. Lisez mon feuilleton de lundi, dans Le Voltaire.
Affectueusement à vous.
A Gustave Rivet[27].
Monsieur,
Je lis votre article, et je vous remercie, car votre effort d'impartialité
est évident. Mais pourquoi me prêtez-vous des idées que je n'ai
jamais eues? Pourquoi parlez-vous de moi, sans m'avoir lu? Vous
êtes jeune, je crois; ne répétez donc pas toutes les sottises qui
courent sur moi et sur mes œuvres.
Vous demandez: «Qu'est-ce donc que cette étroitesse d'esprit qui
appauvrit l'art?»—Cette étroitesse, c'est l'amour du vrai,
l'élargissement de la science. Peu de chose, comme vous voyez.
D'ailleurs, il serait trop long de vous répondre. Je retournerai
seulement votre conclusion: je ne suis rien, Monsieur, et le
Naturalisme est tout; car le Naturalisme est l'évolution même de
l'intelligence moderne.
C'est lui qui emporte le siècle; et le Romantisme n'a été que la
courte période de l'impulsion première.
Vous dites que le Naturalisme rétrécit l'horizon littéraire, lorsqu'au
contraire il ouvre l'infini, comme la science des Newton et des
Laplace a reculé les limites du ciel des poètes. Il est vrai que vous
avez du Naturalisme l'idée la plus pauvre du monde et que je vous
conseille de laisser aux reporters en mal de copie. Il n'y a pas que
L'Assommoir, Monsieur, il y a l'univers.
Veuillez agréer, Monsieur, l'assurance de mes sentiments les plus
distingués.
A Gustave Flaubert.
Je voulais vous écrire, mon ami, pour vous dire que tous ici nous
avons été des maladroits dans votre affaire[28]. Je vous en prie,
voyez les choses en philosophe, en observateur, en analyste. Notre
Welcome to our website – the perfect destination for book lovers and
knowledge seekers. We believe that every book holds a new world,
offering opportunities for learning, discovery, and personal growth.
That’s why we are dedicated to bringing you a diverse collection of
books, ranging from classic literature and specialized publications to
self-development guides and children's books.
testbankdeal.com