niusouti.com

Passage FourDressing fashionably was very important in fourteenth-century Spain. This was especially true for any man who considered himself an aristocrat or dandy. Before going out, a well-dressed man would put on his finest boots, one of his embroidered

题目

Passage Four

Dressing fashionably was very important in fourteenth-century Spain. This was especially true for any man who considered himself an aristocrat or dandy. Before going out, a well-dressed man would put on his finest boots, one of his embroidered caps and his favorite beard, dyed to match the color of his clothing.

Believe it or not, false beards were once as popular as neckties are today. Beards had for years considered a sign of strength and manhood, and the bigger and thicker they were, the better. Those unfortunates who had little facial hair were forced by custom into wearing false beards made of horsehair. Soon, however man in the Spanish fashion world was wearing them too, while many quite substantial real beards were shaved off to make way for the false variety.

By day, the fashionable dandy might wear a yellow or a crimson beard to impress his friends, but in the evening a long black beard was proper for serenading his senorita, Any color or shape of beard could be had.

However, as you can imagine, the growth of this unusual custom created many interesting problems. People with similar beards were mistaken for one another. Creditors could not find debtors, and police often arrested the wrong people, while the real villain escaped wearing their hairy disguises. The price of horsehair skyrocketed. Finally, King Philip IV of Aragon put a stop to all the foolishness by outlawing the wearing of false beards.

46. What is the passage mostly concerned with?

A. The size of beards.

B. The color of beards.

C. Varieties of false beards.

D. The custom of wearing false beards.


相似考题
参考答案和解析
正确答案:D
文章讲的是戴胡子的习俗。包括胡子的颜色、种类、款式,以及戴胡子的场合。
更多“Passage Four Dressing fashionably was very important in fourteenth-century Spain. This ”相关问题
  • 第1题:

    明文(记做m)为“important”,Key=3,则密文(记做C)为()。

    A、LPSRUWDQW

    B、KORQTVCPV

    C、MQTSVXERX

    D、A,IMPORTANT


    参考答案:A

  • 第2题:

    下列关于CSS重要性的说法中正确的是()

    A.!important要写在分号“;”的前面

    B.!important要写在相关属性值的前面

    C.!important权值为1000

    D.!important只能应用与字体样式设置


    CSS用于设置HTML页面中的文本内容、图片的外形以及版面的布局等外观显示样式

  • 第3题:

    提升选择器样式重要性的代码正确的是()

    A..green{ color:green!important; }

    B..green{ !important color:green; }

    C..green!important{ color:green!important; }

    D..green{ color:green; }!important;


    正确

  • 第4题:

    下列给字符串二维数组进行赋值的语句中,错误的是()。

    A.String s[ ] [ ] = new String [ ] [ ] { { “One “ , “ Two “ }, { “ Three “ , “ Four “ } } ;

    B.String s[ ] [ ] = { { “ One “ , “Two “},{ “ Three “ , “ Four “ } } ;

    C.String s[ ] [ ] = new String [ ] [ ] { { “Zero”} , { “ One ” , “Two” , “ Three” , “ Four” } } ;

    D.String s[ 2] [2 ] = { { “ One ” , “Two”},{“ Three” , “ Four” } } ;


    String s[ 2] [2 ] = { { “ One ” , “Two”},{“ Three” , “ Four” } } ;

  • 第5题:

    下面关于CSS样式优先级,正确的是

    A.!important > id > class > tag

    B.id> !important > class > tag

    C.!important > tag > class > id

    D.tag> id > class > !important


    important > id > class > tag

  • 第6题:

    CSS优先级说法正确的是?

    A.!important > id > class > tag

    B.!important < id < class < tag

    C.!important>class>id>tag

    D.!important>tag>id>class


    important > id > class > tag