HTML5 and CSS Complete 7th Edition Woods Test Bank all chapter instant download
HTML5 and CSS Complete 7th Edition Woods Test Bank all chapter instant download
https://testbankfan.com/product/html5-and-css-complete-7th-edition-
woods-solutions-manual/
testbankbell.com
https://testbankfan.com/product/html5-and-css-comprehensive-7th-
edition-woods-test-bank/
testbankbell.com
https://testbankfan.com/product/html5-and-css3-illustrated-
complete-2nd-edition-vodnik-test-bank/
testbankbell.com
https://testbankfan.com/product/basics-of-social-research-
canadian-4th-edition-neuman-test-bank/
testbankbell.com
PFIN3 3rd Edition Gitman Test Bank
https://testbankfan.com/product/pfin3-3rd-edition-gitman-test-bank/
testbankbell.com
https://testbankfan.com/product/bond-markets-analysis-and-
strategies-9th-edition-fabozzi-solutions-manual/
testbankbell.com
https://testbankfan.com/product/experience-communication-1st-edition-
child-test-bank/
testbankbell.com
https://testbankfan.com/product/survey-of-economics-8th-edition-
tucker-test-bank/
testbankbell.com
https://testbankfan.com/product/life-in-the-universe-4th-edition-
bennett-test-bank/
testbankbell.com
Business Statistics Australia New Zealand 7th Edition
Selvanathan Test Bank
https://testbankfan.com/product/business-statistics-australia-new-
zealand-7th-edition-selvanathan-test-bank/
testbankbell.com
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://testbankbell.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
I lavori dell’Istituto di Francia nel 1874 e nel 1876, pag. 800, poi nel
1877.
Ernesto Desjardins fece uno studio sul Paese gallico e la patria
romana, mostrando che non è vero che le provincie fossero
assimilate alla metropoli. Roma non pensò distruggere i paesi che
assoggettava, ma trasformare il senso della parola patria.
Il senato che organizzava le conquiste, proponevasi di distruggere le
antecedenti confederazioni e sostituirvi la città; ruinare la patria
nazionale e far prosperare la patria municipale: stabilendo
un’autonomia municipale, garantita dalla protezione di Roma, e colla
lusinga d’entrare nella cittadinanza romana. A ciò non richiedeasi
violenza, ma guadagnare gli spiriti, troppo inclini alla discordia, alle
invidie, alla guerra fraterna. Per quelle gelosie, Cesare potè sempre
aver alleato qualche popolo gallo contro gli altri.
Vol. II, pag. 322, lin. 12:
territoristi, leggi terroristi.
Vol. III, pag. 33, lin. 5, aggiungi:
In effetto non definisce nè il bene nè il male, nè la legge: per criterio
della morale non porge che una natura vaga, ragionevole; non
nomina Dio, non l’anima o l’immortalità, non il libero arbitrio: della
scienza stessa non tiene conto se non in quanto è pratica; vede
unicamente la repubblica, l’onestà politica; l’amor di patria pone al di
sopra dell’amor di famiglia. In somma la sua è quella che or dicesi
morale indipendente; alla ricerca di questa sono diretti i primi cinque
capitoli, e sempre non fa che dimostrare la virtù esser utile [221].
Vol. III, pag. 211, lin. 13:
Bedriaco, leggi Bebriaco.
Vol. IV, pag. 801, lin. 10:
Papiriano, leggi Papirio.
Pag. 271, aggiungi:
Sulle catacombe lavorarono inoltre Desbassyns de Richemont, Kraus,
Northcote, Brownlow, riassunti da Doen Guéranger: e compendiati
da Enrico de l’Epinois, Les catacombes de Rome, e W. H. Withrow,
The Catacombs of Rome and their testimony relative to primitive
Christianity. Londra 1876.
Vol. V, pag. 52, alla fine del capitolo aggiungi:
Una lettera secreta di Sidonio Apollinare ad Agricola ci dà molte
particolarità intorno a Teodorico e alle sue abitudini. Levavasi per
tempo; adunati i sacerdoti, «li venerava con gran raccoglimento»,
mentosto per devozione che per costume inveterato. Passava allora
all’udienza, sedendo sul trono con a fianco gli armigeri, mentre
soldati goti stavano fuori, pronti ad accorrere al bisogno, in qualche
distanza per non recare disturbo. A chi veniva, Teodorico rispondeva
breve: e dopo due ore levavasi e andava a visitare i tesori e le
scuderie. Sedeva poi a pranzo, da solo ne’ giorni ordinarj, nei festivi
a sontuoso banchetto, ove le tavole erano coperte di tappeti di
Babilonia e vasi cesellati; l’eleganza greca, la copia francica, la
prestezza italica, la pompa pubblica, la diligenza privata, il
cerimoniale regio risplendevano a gara, mentre i convitati per
riverenza parlavano poco: vivande buone ma non costose:
impossibile l’inebbriarsi, anzi si lamentava lo scarso bere.
Sopradesinare, di rado egli dormiva, e più spesso si poneva a
giocare, e posta da banda la gravità reale, invitava alla libertà, agli
scherzi, alla familiarità, solo temendo di esser temuto. E come in
battaglia, così al giuoco sapea vincere senza imbaldanzirne, e
godendo e adirandosi secondo la sorte dei dadi, e spesso
filosofando. Il miglior momento di domandargli una grazia era
quando il compagno perdesse.
Sull’ora nona le guardie faceano largo, e il re tornava ad occuparsi
degli affari di Stato, la turba dei litiganti susurrava fino a sera,
quando Teodorico si levava per la cena. Durante questa, usciva in
motti piacevoli, sempre tali però da non offendere i convitati.
Terminata la cena, le guardie palatine disponevano per le scolte
notturne; gli armigeri metteansi a guardia delle porte del palazzo: e
il re vegliava sino a mezzanotte, piacendosi di suoni e canti.
Vol. V, pag. 489, lin. penultima:
Vedasi Domenico Forges Davanzati (Napoli 1791), Della seconda moglie
di Manfredi.
Dappoi ne discorsero il De Cesare in una dissertazione apposita, e
quelli tutti che ragionarono de’ vespri siciliani.
Vol. VI, pag. 15, lin. penultima, aggiungi:
Ugo vescovo di Parma, nel 1029, ebbe da Corrado il contado della
città e del territorio, e in segno della autorità spirituale e temporale
ufficiando teneva la mitra al corno destro dell’altare, al sinistro la
spada sguainala.
Pag. 72, lin. 7:
Parma, dopo la vittoria su Federico II: Hostis turbetur quia Parmam
Virgo tuetur.
Pag. 113, alla nota aggiungi:
Questo poema, sì caro agli umanisti tedeschi, vollero alcuni crederlo
finto nel xvi secolo. Ma le recenti disquisizioni del Pannenborg
(Forschungen zur deutschen Geschichte, tom. xi, pag. 163 e segg.),
e del Paris (Compte rendu des Séances de l’Acad. des Inscriptions,
gennajo 1871) accertano che è opera contemporanea, non di
Guntero nè d’un pavese imperialista, ma d’un tedesco, addottrinato
nell’Università di Parigi, e che verseggiò dietro al racconto di Ottone
di Frisinga.
Vol. VI, pag. 501:
Carlo convocò in Napoli due sindaci di ciascuna città, ecc.
Questa asserzione, accettata dal maggior numero di storici, è
confutata vittoriosamente dal signor Del Giudice, Il giudizio e la
condanna di Corradino, Napoli 1876. Giudici e baroni furono
convocati solo per assistere al supplizio.
Pag. 532, alla nota 16 aggiungi:
Il granoturco, in haitiano chiamasi mahis.
Il primo botanico che lo descriva come conosciuto in Europa è
Gerolamo Bock, De stirpium Germaniæ nomenclaturis, 1552,
Argents: nel 1571 non era ancora coltivato in Ispagna, del che si
duole Hernandez, Theatr. mexicanum, pag. 242..
La nota carta d’incisa, pubblicata primamente dal Giuseffantonio
Molinari nella Storia d’Incisa, 1810, e accettata dal Michaud e dalla
più parte; il De-Candolle sostenne si trattava non del granturco ma
del sorgo. Ora poi nella Revue des Exceptions historiques, anno xi,
gennaio 1877, pag. 160, Comte Riant dimostra, ciò che altri già
avevano dubitato, che quella carta è affatto falsa.
Vol. VII, pag. 34, alla nota 3 si aggiunga:
Sulle origini di Firenze e sui narratori di quelle, non abbastanza
lavorarono i nostri, e ancora meno Gino Capponi. Furono gli stranieri
che primi repudiarono Ricordano Malespini, Dino Compagni, il
Chronicon, Brunetto Latini.
Ultimamente G. Hartwig pubblicò Quellen und Forschungen zur
ältesten Geschichte der Stadt Florenz, stampando le Gesta
Florentinorum del Senzanome, che come testimonio oculare descrive
le lotte dei Comuni contro i castelli e le città, convinse che i primi
narratori ebbero alla mano ben pochi documenti, ma si valsero di
leggende divulgate, e conclude che Firenze fu fondata dal Romani
due secoli a. C., non fu distrutta da Totila, nè rifabbricata da
Carlomagno: nel medioevo era di pianta quale al tempo romano: la
cerchia antica fu distrutta probabilmente al tempo delle Ordinanze di
Giustizia; Fiesole fu distrutta, non nel 1010, ma nel 1125; Firenze
ebbe poca importanza nel secolo xi, e nel suo mezzo aveva terreni
coltivati. Poi divenne centro del movimento antimperiale in Toscana e
alleato principale del papato.
Vol. VII, pag. 265, alla nota aggiungi:
Quali il De Giovanni, Ant. Cappelli, Renzi, Robieri.
Nell’ultima edizione del 1876, grandemente ampliata, l’Amari
conchiude ancora che, «cimentato quel gran nome con le forze che
ha oggi l’istoria, sen dileguano i vanti della prima congiura; gli resta
soltanto la destrezza dei maneggi di Stato, e la infamia del
tradimento contro la Sicilia».
Pag. 518, lin. 5:
Francesco Sacchetti, leggi Franco Sacchetti.
Vol. IX, pag. 263.
Uberto Foglietta: poni in nota:
Il sig. Neri nel Giornale Ligustico del novembre e dicembre 1876
pose una estesa memoria sul Foglietta, giudicandolo rigorosamente
quanto al concetto politico di irragionevole democrazia, e lodandone
molto lo stile, sì del testo latino, sì della traduzione fattane dal
Serdonato. Lo rimprovera della sua malevolenza verso gli altri storici,
massime il Giustiniani che lo precedette, e il Bizaro che ad Anversa
pubblicò contemporaneamente la sua storia (1579).
Vol. X, pag. 476, lin. 12, aggiungi:
Il duca d’Alba nel 1556 assale Veroli, risoluto a distruggerla, e il
cavallo gli cade e nega procedere più in là del luogo ove fu trovato il
corpo di S. Salome.
Vol. XI, pag. 392, lin. 4, aggiungi:
In mezzo alle sue melanconie talvolta era vivo, chiassoso; ai
carnevali di Ferrara danzava, donneava, strabeveva: amava i cibi
squisiti e lo zucchero più fino.
Pag. 397, lin. 15, aggiungi:
Il Tasso in prigione era trattato decentemente, poteva passeggiare,
ricevea visite di personaggi, fra cui il duca di Mantova: denaro dal
duca di Guastalla: doni di libri e manoscritti, come le edizioni di Aldo;
leggeva la Somma di san Tommaso e le Storie del Bembo; l’incisore
Francesco Terzi lo consultava sui suoi lavori: Giulio Segni gli dedicava
i suoi versi: il padre Angelo Grillo veniva a tenergli compagnia; colà
stesso voleva esser vestito de’ più bei velluti di Genova e con berretti
ricamati.
Vol. XI, pag. 446, alla nota 13 aggiungi:
La regina Cristina ebbe carissimo il cardinale Azzolino di Fermo, che
chiamava «il massimo, non meno di tutti i cardinali che di tutti gli
uomini», e lo reputava inferiore soltanto all’Oxenstiern.
Pag. 500 in fine:
Pier Giovanni Capriata. I 3 volumi della sua Storia d’Italia
pubblicaronsi a Genova il 1638, 1649, 1663, il terzo postumo.
Favorevole agli Spagnuoli, contrario al duca di Savoja Carlo
Emanuele, tacciandolo non solo di astuzia e falsa politica, ma di viltà.
Eppure trescò nella sozza congiura del Vachero: la Signoria veneta
cercò farlo ammazzare per averne palesato la vergognosa rotta a
Valleggio; la Corte romana mosse doglianze dell’averlo lasciato
stampare.
Pag. 501:
In un articolo del Giornale Ligustico, 1877 genn. febbr., mi si avverte
che il Casoni avea compito anche la seconda sua storia.
Pag. 503, lin. 24, aggiungi:
Pratillo e Tafuri sono cattivissimi inventori di baje, invan difese
avvocatescamente dal De Meo, del quale deturparono gli Annali di
Napoli dall’800 fino ai Normanni.
Vol. XII, pag. 297, lin. 10, aggiungi:
Carlo Amoretti d’Oneglia, poligrafo e naturalista, uscito di frate, fu
professore a Parma, ove era accusato di spargere dottrine empie e
dubbj sulla integrità della B. Vergine. Fu secretario della Società
Patriotica a Milano, dottore della biblioteca Ambrosiana e membro
dell’Istituto (1740-1816).
Vol. XII, pag. 499, lin. 1:
Zanetti, leggi Zanotti.
Vol. XIII, pag. 535:
Ai viaggiatori vanno aggiunti il Flores, che studiò la mineralogia del
Messico; come De Angelis e De Scalzi nel Buenos Ayres: Lavarello
scoprì gli affluenti del Parana nella repubblica Argentina.
Pag. 572, lin. 28, aggiungi:
Carlo Barabini rese accessibili le vie di Genova, fece il passeggio
dell’Acquasola e il teatro Carlo Felice.
Vol. XV, pag. 5, lin. 27:
Effuschke, leggi E. Husche.
Pag. 12, lin. 4, aggiungi:
Dopo le Tavole Eugubine viene il cippo quadrangolare, scoperto
presso Perugia il 1822, etrusco con 656 caratteri, attorno al quale
lavorarono il Vermiglioli, il Maggi, l’Orioli, il Canepari ed altri, costretti
a confessare di non accertarne il contenuto.
Pag. 15, lin. 5, aggiungi:
Il Tarquinj aieanatus feci levigabat pulcre Phebe: lo Janelli supremus
director et custos annonæ.
Pag. 18, lin. 10, aggiungi:
Nel procedere del suo glossario trovò moltissime parole inesplicabili,
come ansif, apohtre, arsmatiam, avieholeirs, abetrafe, efurfatu,
esariaf, eclacrus, che pur ricorre almen venti volte: oltre le molte
dubbie.
Pag. 26, lin. 26, aggiungi:
Die nordetruskischen Alphabete aus Inschriften und Münzen; nei
Mittheilungen della Società antiquaria di Zurigo.
Wilhelm Corssen, De Volscorum lingua. Norimberga 1858.
Vol. XV, pag. 40, lin. 16:
Statetio, leggi Statebio.
Pag. 62, alla nota aggiungi:
Sarebbe importante colmar la lacuna che vi è fra il Dizionario del
Forcellini e quello del Du Cange. L’uno dà il latino classico, l’altro il
latino barbaro. Ma realmente nei tempi di decadenza, nel iv, v e vi
secolo si usavano molte voci che il Du Cange non pone che
coll’autorità del ix o x. Resta ancora a compire il lessico di quei secoli,
e un buon principio vi diede il signor Quicherat (Addenda lexicis
latinis, investigavit, collegit, digessit L. Quicherat. Parigi 1862),
aggiungendo al Forcellini circa 7000 articoli, tolti da autori della
decadenza.
Ciò toglierebbe la soluzione di continuità.
Pag. 106, lin. 10:
Mezzolombardo, leggi Mezzolambro.
INDICE ALFABETICO
Aborigeni, i. 43.
Accademia del Cimento, xi. 585 — Ercolanense, xii. 517.
Accademie, x. 142.
Acciajuoli Roberto, xi. 254.
Accolti Francesco, viii. 347.
Accursio, vi. 376; viii. 346.
Accuse pubbliche a Roma, ii. 110.
Acoramboni Vittoria, xi. 347.
Acquedotti romani, iii. 411.
Acton, xii. 355.
Acuto Giovanni, viii. 12. 177.
Addison, xii. 448.
Adriano imperatore, iii. 242 — suo eclettismo, 407.
Adriano papa, v. 236.
Adriano VI, ix. 249; x. 370.
Affò, xii. 243. 540.
Agatocle, i. 249.
Agilulfo, v. 87.
Agincourt, xii. 533.
Agiografia cristiana, iv. 256.
Agostino (s.), iv. 260.
Agricola (Giulio), iii. 229.
Agricoltura nel Seicento, xi. 304 — primitiva, i. 129.
Agrigento, i. 232. 283.
Agrippa Vipsanio, ii. 339.
Alamanni, x. 187.
Alarico, iv. 354-374.
Alba, i. 138.
Albanesi in Italia, viii. 219.
Albani pittore, xi. 365.
Alberico da Barbiano, vii. 575; viii. 177.
Alberoni, xii. 115.
Alberti Leon Battista, x. 5.
Alberto d’Austria, vii. 366.
Albertolli, xii. 531.
Albinaggio, v. 392; viii. 450.
Albizzi, viii. 239. 243. 253.
Alboino, v. 73.
Albornoz, vii. 550. 562. 567.
Alchimia, vi. 409; viii. 426; x. 318; xi. 290.
Alciato, x. 130.
Aldo, viii. 367; x. 125.
Aldrovandi, xi. 536.
Alessandria, vi. 139.
Alessandro e i Romani, i. 268.
Alessandro III, vi. 135.
Alessandro Severo, iv. 31.
Alfieri, xii. 557.
Alfonso il Magnanimo, viii. 81.
Algardi, xi. 367.
Algarotti, xii. 503. 532.
Allacci, x. 127.
Alleanza (santa), xiii. 293.
Alpi, loro popolazioni, ii. 373.
Alpi passate da Annibale, i. 307.
Amalasunta, v. 52.
Amalfi, vi. 105.
Amanuensi, viii. 355.
Ambasciadori, loro franchigie a Roma, xii. 26.
Ambrogio (s.), iv. 220.
Ammiano Marcellino, iv. 245.
Ammirato, ix. 260.
Amoretti, xii. 297 e aggiunte. Anatomisti, xi. 546.
Ancre (maresciallo d’) xi. 249.
Andres, xii. 539.
Andronico, i. 350; iii. 3.
Anguillara, x. 243.
Anichino, vii. 568.
Annibale, i. 303. 339.
Annibale Porrone, xi. 275.
Annio da Viterbo, viii. 341.
Anno, xv. 227.
Anselmo (s.), vi. 362.
Ansprando, v. 204.
Antioco il Grande, i. 336 — Epifane, 353.
Antiquarj, x. 127.
Antitrinitarj, x. 405.
Antonino Pio, iii. 252.
Antonio (s.), vi. 350.
Aonio Paleario, x. 429.
Aosta, vii. 445.
Apollonio Tianeo, iv. 97.
Apologisti cristiani, iv. 115. — x. 363. Apparizioni, x. 475;
ix. 382.
Our website is not just a platform for buying books, but a bridge
connecting readers to the timeless values of culture and wisdom. With
an elegant, user-friendly interface and an intelligent search system,
we are committed to providing a quick and convenient shopping
experience. Additionally, our special promotions and home delivery
services ensure that you save time and fully enjoy the joy of reading.
testbankfan.com