Deck 7: Improving Web Design With New Page Layouts

ملء الشاشة (f)
exit full mode
سؤال
According to the World Wide Web Consortium (W3C), the _____ "represents some flow content, optionally with a caption, that is self-contained and is typically referenced as a single unit from the main flow of the document."

A)content element
B)layout element
C)figure element
D)picture element
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
A general rule is that a(n) _____ is appropriate only if the element's contents would be listed explicitly in the document's outline.

A)aside element
B)summary element
C)details element
D)section element
سؤال
A _____ is used as a focal point on a webpage to capture the user's attention.

A)banner image
B)logo
C)matrix layout
D)grid structure
سؤال
A(n) _____ defines different parts of a webpage document, such as chapters.

A)section element
B)article element
C)aside element 
D)summary element
سؤال
Identify the style that specifies bottom padding for a section element.

A)section {          : 3em;
        }
B)section {
          padding-bottom: 3em;
                  }
C)  {            padding-bottom: 3em;
           }
D) {           padding-bottom: (3em);
           }
سؤال
A(n) _____, as described by the World Wide Web Consortium (W3C), is an element that "represents a section of a page that consists of content that is tangentially related to the content around that element, and which could be considered separate from that content."

A)article element
B)aside element
C)section element
D)content element
سؤال
The text-shadow property requires the _____, which designates the horizontal position of the shadow.

A)ph-shadow value
B)h(text)-shadow value
C)h-shadow value
D)hp-shadow value
سؤال
The Cascading Style Sheet 3 (CSS3) _____ specifies the transparency of an element.

A)density property
B)opacity property
C)precision property
D)clarity property
سؤال
Consider the style rule: figure img {
          opacity: 0.7;
    }
Here, the opacity value will make the images appear _____.

A)70 percent transparent
B)with 30 percent opacity
C)30 percent transparent
D)completely opaque
سؤال
A(n) _____ is used in syndication that could be a forum post, a magazine or newspaper report, a blog entry, a user-submitted comment, an interactive widget or gadget, or any other independent item of content.

A)article element
B)aside element
C)summary element
D)section element
سؤال
A(n) _____ is used as a sidebar and contains additional information about a particular item mentioned within another element.

A)information element
B)section element
C)aside element
D)content element
سؤال
Identify the style rule for an h1 element to center-align its content.

A) h1 {       : center;
   }
B) h1 {       text-align: center;
   }
C) h1 {       text-align: ;
   }
D)h1 {       ;
    }
سؤال
0.1em in text-shadow: 0.2em 0.1em #3D3D35; indicates the _____.

A)position of the horizontal shadow
B)color of the shadow
C)position of the vertical shadow
D)transparency of the shadow
سؤال
While styling for an anchor element within a section element, which of the following specifies a transparent background color?

A)section a: {        background-color: transparent;
          }
B)section a {        background-color: 0;
         }
C)section a {        background-color: transparent;
          }
D)section a {        background-color: 1;
          }
سؤال
The … tags are referred as HTML5 _____.

A)syntax elements
B)semantic elements
C)logical elements
D)lexical elements
سؤال
The default value of the opacity property is _____.

A)1
B)0
C)0.5
D)2
سؤال
Consider the style rule: figure img: hover {
               opacity: 1;
             }
Here, when a mouse hovers over an image, _____.

A)the opacity is removed
B)it becomes completely opaque
C)the opacity is increased by 50 percent
D)the transparency is increased by 50 percent
سؤال
A _____ analyzes current content, performs in-depth research, and then drafts recommendations for content to attract new clients.

A)website analyst
B)web researcher
C)web content strategist
D)webpage planner
سؤال
Identify the style rule for applying a text shadow with a horizontal position of 0.2em, a vertical position of 0.1em, and a dark gray color to an h1 element.

A)h1 { text-shadow: #292933;
}
B) h1 { text-shadow: 0.2em 0.1em #292933;
}
C) h1 { text-shadow(h,v): 0.2em 0.1em #292933;
}
D)h1 { h:0.2em v:0.1em #292933;
}
سؤال
The figure element may contain an optional _____, which is used to provide a caption for the figure element.

A)image caption element
B)external figure element
C)embedded figure element
D)figure caption element
سؤال
Identify the correct style rule for a paragraph element within a section element to specify a left margin.

A)section {           margin-left: 0;
                 }
B)p {           margin-left: 0;
                }
C)section p {           margin-left: 0;
                 }
D)section {           margin(left): 0;
                 }
سؤال
Similar to the _____, the overflow property can help resolve display issues related to a nearby floating element.

A)queuing property
B)underflow property
C)clear property
D)stacking property
سؤال
The _____ can be used with the column-count property.A)column-gap property B)column-style property
C)column-width property
D)column-rule property
سؤال
If the main element is displaced to the banner image area, the issue can be corrected by applying an overflow property with a value of _____ to the main style rule contained within the tablet media query.

A)empty
B)zero
C)void
D)auto
سؤال
Identify the style rule to left-align an unordered list element contained within a main article element.

A) main article ul {         text-align: %left;
B) main article u-l  {         text-align: left;
               }
C) main article *ul {         text-align: left;
               }
D) main article ul {         text-align: left;
               }
سؤال
Identify the style rule for applying a rounded border to an aside element.

A)aside {    : (0 5em 5em 5em);
      }
B) {    border-radius: 0 5em 5em 5em;
      }
C) aside {    border-radius: 0 5em 5em 5em;
      }
D) %aside {    border-radius: 0 5em 5em 5em;
      }
سؤال
If a document has any errors, _____ gives one a chance to identify and correct them.

A)simulating
B)validating
C)authenticating
D)collaborating
سؤال
Identify the appropriate style rule to style the heading two element within the main element.

A) main h2 {           color: #FFFFFF;   
        }                   
B) h2 {           color: #FFFFFF;   
        }                   
C) main (h2) {           color: #FFFFFF;
        }                   
D) main h2 {           color/>: #FFFFFF;   
        }                   
سؤال
An aside element is independently distributable or reusable.
سؤال
The aside element represents a generic section of a document or application.
سؤال
Identify the style rule to apply a font color for a main article h2 element.

A) main article h2 {      color: #000000;
                }
B) main h2 {      color: #000000;
                }
C) main article h2 {       : (#000000);
                }
D) main article {      color: #000000;
                }
سؤال
The text-shadow property requires the _____.A)h-shadow value B)r-shadow value
C)l-shadow value
D)v-shadow value
سؤال
_____ is an effective troubleshooting tool during the development process and adds a valuable level of professionalism to one's work.

A)Simulation
B)Validation
C)Authentication
D)Compilation
سؤال
Identify the style rule to center-align an image element contained within a main article element.

A) main article img {         margin-left: auto;
        margin-right: auto;
                  }
B) main img {         margin-left: auto;
        margin-right: auto;
                  }
C) main article img {        : auto;
       : auto;
                  }
D) .
سؤال
_____ is an HTML entity used to display ¼ on a webpage.

A)*frac14;
B)14&frac;
C)14*frac;
D)¼
سؤال
Identify the style rule to left-align a paragraph element contained within a main article element.

A) main article {         text-align: left;
               }
B) main p {         text-align: left;
               }
C) main article p {         text-align: left;
               }
D) main article p {         : %left;
               }
سؤال
Identify the correct style rule to format the aside elements with an italic font style.

A){            font-style: italic;
          }
B) {            font-style: italic;
          }
C) aside {            font-style: italic;
          }
D) aside {            : italic;
          }
سؤال
The _____ is used to specify how to manage content when it "spills over" into another element.

A)queuing property
B) overflow property 
C)pipeline property
D)stacking property
سؤال
The _____ CSS3 property can be used to create multiple columns.

A)column-add
B)column-multiply
C)column-type
D)column-count
سؤال
_____ can be nested within article elements.A)Link elements B)Aside elements
C)Section elements
D)Place elements
سؤال
While redesigning the home page of a website, one can modify the wireframes for tablet and desktop viewports because the additional space allows extra content to be included.
سؤال
The World Wide Web Consortium (W3C) states that the section element is not a generic container element.
سؤال
Article elements can be nested within aside elements.
سؤال
The figure element is the same as the img element.
سؤال
The theme of each section for a section element should be identified, typically by including a footer element as a child of the section element.
سؤال
Many of today's modern websites display little text on the home page and use key words or phrases, or call-to-action items, to entice the user to further explore the website.
سؤال
The aside element can be formatted differently from the rest of the article so that it stands out.
سؤال
Each group of content on a webpage can be wrapped within a summary element.
سؤال
​A caption   element can be used to display a chart, graph, or table.
سؤال
A figure   element can contain one or more img elements.
سؤال
In modern day websites, textual content is kept to a minimum.
سؤال
Articles may be nested within other HTML elements.
سؤال
Webpage content should be grouped to improve semantic design and search engine results.
سؤال
Hypertext Markup Language (HTML) is commonly used to create a sliding banner.
سؤال
A mobile layout usually uses a three-column layout, whereas a one-column layout is usually used for tablet and desktop viewports.
سؤال
Wrapping elements within a paragraph element places each element within its own paragraph and subsequently blocks its surrounding content.
سؤال
The v-shadow value of the text-shadow property designates the horizontal position of the shadow.
سؤال
An aside element is contained in the middle of each article element.
سؤال
An opacity property value of 1 makes an element completely transparent.
سؤال
Each image element can be wrapped within separate figure and figure caption elements.
سؤال
Match between columns
This element is used to group content, such as illustrations, diagrams, and photos.
Articles
This element is used to group content, such as illustrations, diagrams, and photos.
Figure
This element is used to group content, such as illustrations, diagrams, and photos.
Banner
This element is used to group content, such as illustrations, diagrams, and photos.
Blur radius
This element is used to group content, such as illustrations, diagrams, and photos.
Logo
This element is used to group content, such as illustrations, diagrams, and photos.
Three-column
This element is used to group content, such as illustrations, diagrams, and photos.
Overflow property
It is an optional value for the text-shadow property.
Articles
It is an optional value for the text-shadow property.
Figure
It is an optional value for the text-shadow property.
Banner
It is an optional value for the text-shadow property.
Blur radius
It is an optional value for the text-shadow property.
Logo
It is an optional value for the text-shadow property.
Three-column
It is an optional value for the text-shadow property.
Overflow property
This can help resolve display issues related to a nearby floating element.
Articles
This can help resolve display issues related to a nearby floating element.
Figure
This can help resolve display issues related to a nearby floating element.
Banner
This can help resolve display issues related to a nearby floating element.
Blur radius
This can help resolve display issues related to a nearby floating element.
Logo
This can help resolve display issues related to a nearby floating element.
Three-column
This can help resolve display issues related to a nearby floating element.
Overflow property
It is a graphic that spans the width of a webpage.
Articles
It is a graphic that spans the width of a webpage.
Figure
It is a graphic that spans the width of a webpage.
Banner
It is a graphic that spans the width of a webpage.
Blur radius
It is a graphic that spans the width of a webpage.
Logo
It is a graphic that spans the width of a webpage.
Three-column
It is a graphic that spans the width of a webpage.
Overflow property
It is a graphical representation of a business, used to promote the business brand and market presence.
Articles
It is a graphical representation of a business, used to promote the business brand and market presence.
Figure
It is a graphical representation of a business, used to promote the business brand and market presence.
Banner
It is a graphical representation of a business, used to promote the business brand and market presence.
Blur radius
It is a graphical representation of a business, used to promote the business brand and market presence.
Logo
It is a graphical representation of a business, used to promote the business brand and market presence.
Three-column
It is a graphical representation of a business, used to promote the business brand and market presence.
Overflow property
This layout is used for tablet and desktop viewports.
Articles
This layout is used for tablet and desktop viewports.
Figure
This layout is used for tablet and desktop viewports.
Banner
This layout is used for tablet and desktop viewports.
Blur radius
This layout is used for tablet and desktop viewports.
Logo
This layout is used for tablet and desktop viewports.
Three-column
This layout is used for tablet and desktop viewports.
Overflow property
This is commonly used to contain news articles, blog and forum posts, or comments.
Articles
This is commonly used to contain news articles, blog and forum posts, or comments.
Figure
This is commonly used to contain news articles, blog and forum posts, or comments.
Banner
This is commonly used to contain news articles, blog and forum posts, or comments.
Blur radius
This is commonly used to contain news articles, blog and forum posts, or comments.
Logo
This is commonly used to contain news articles, blog and forum posts, or comments.
Three-column
This is commonly used to contain news articles, blog and forum posts, or comments.
Overflow property
سؤال
The h2 element in a desktop viewport is the last element that needs to be formatted.
سؤال
_________ are sets of starting and ending Hypertext Markup Language (HTML) tags that provide meaning about the content of the tags.
سؤال
Explain figure and figure caption elements.
سؤال
The _________ is a CSS3 property that applies a shadow to text.
سؤال
The _________ element is a semantic element with self-contained content.
سؤال
A(n) _________ is a graphic that usually brands a website, often by displaying its name or an identifying image.
سؤال
A(n) _________ is responsible for developing strategies for displaying content on a webpage.
سؤال
A(n) _________ should be used for content that naturally contains a heading.
سؤال
Critical Thinking Questions Ben has been assigned the task of restyling the website of a leading fashion brand. Ben observes that the content on the webpages are not grouped together due to which the website receives low search engine results.
After the grouping of all the areas together, Ben wants to specify a bottom padding of 3em for the section element. Which of the following style rules is the correct form of specifying bottom padding for a section element?

A)section {          bottom : 3em;
        }
B)section {          padding-bottom: 3em;
        }
C) section {          bottom-padding: 3em;
        }
D) section {           bottom: 3em;
        }
سؤال
​Critical Thinking Questions
James has been assigned the task of creating a website for the Finneray University. The website should primarily focus on delivering the following information to the visitors of their webpage: the various departments, the courses offered by the university, the duration of each course, the expert faculties, the scholarship programs, the fee structure, and the campus housing facilities.
James has also been asked to include sample tutorial videos while working on the university's website. He creates a webpage that contains a list of tutorials. He should use a(n) _____ to place each tutorial within a document including a heading element and an appropriate title for the tutorial followed by the tutorial content.

A)details element
B)aside element
C)summary element
D)section element
سؤال
Explain an article element. Also, give an example of three article elements nested within a main element.
سؤال
A(n) _________ element is contained at the bottom of each article element and the content provided in this element gives more information pertaining to that particular article.
سؤال
The _________, as described by the World Wide Web Consortium (W3C), is a complete, self-contained composition in a document, page, application, or site and that is, in principle, independently distributable or reusable.
سؤال
A(n) _________ consists of three or more images that display new products, promotions, or other new content to stimulate user interest.
سؤال
Wrapping elements within a(n) _________ places each element within its own paragraph.
سؤال
_________ are commonly used for pull-out quotes, glossary terms, or related links.
سؤال
One should add _________ elements to a webpage to group content to improve semantic design and search engine results.
سؤال
Explain a section element. Also, give an example of several section elements nested within an article element.
سؤال
Critical Thinking Questions Ben has been assigned the task of restyling the website of a leading fashion brand. Ben observes that the content on the webpages are not grouped together due to which the website receives low search engine results.
While restyling the About Us page, Ben notices that it contains groups of content that are not currently wrapped within a semantic element. These groups of content include the Designer Clothing group, the Casual Clothing group, and the Formal Clothing group. Ben should use a(n) _____ to group each of these areas together.

A)section element
B)summary element
C)details element
D)aside element
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/81
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 7: Improving Web Design With New Page Layouts
1
According to the World Wide Web Consortium (W3C), the _____ "represents some flow content, optionally with a caption, that is self-contained and is typically referenced as a single unit from the main flow of the document."

A)content element
B)layout element
C)figure element
D)picture element
C
2
A general rule is that a(n) _____ is appropriate only if the element's contents would be listed explicitly in the document's outline.

A)aside element
B)summary element
C)details element
D)section element
A
3
A _____ is used as a focal point on a webpage to capture the user's attention.

A)banner image
B)logo
C)matrix layout
D)grid structure
A
4
A(n) _____ defines different parts of a webpage document, such as chapters.

A)section element
B)article element
C)aside element 
D)summary element
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
5
Identify the style that specifies bottom padding for a section element.

A)section {          : 3em;
        }
B)section {
          padding-bottom: 3em;
                  }
C)  {            padding-bottom: 3em;
           }
D) {           padding-bottom: (3em);
           }
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
6
A(n) _____, as described by the World Wide Web Consortium (W3C), is an element that "represents a section of a page that consists of content that is tangentially related to the content around that element, and which could be considered separate from that content."

A)article element
B)aside element
C)section element
D)content element
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
7
The text-shadow property requires the _____, which designates the horizontal position of the shadow.

A)ph-shadow value
B)h(text)-shadow value
C)h-shadow value
D)hp-shadow value
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
8
The Cascading Style Sheet 3 (CSS3) _____ specifies the transparency of an element.

A)density property
B)opacity property
C)precision property
D)clarity property
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
9
Consider the style rule: figure img {
          opacity: 0.7;
    }
Here, the opacity value will make the images appear _____.

A)70 percent transparent
B)with 30 percent opacity
C)30 percent transparent
D)completely opaque
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
10
A(n) _____ is used in syndication that could be a forum post, a magazine or newspaper report, a blog entry, a user-submitted comment, an interactive widget or gadget, or any other independent item of content.

A)article element
B)aside element
C)summary element
D)section element
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
11
A(n) _____ is used as a sidebar and contains additional information about a particular item mentioned within another element.

A)information element
B)section element
C)aside element
D)content element
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
12
Identify the style rule for an h1 element to center-align its content.

A) h1 {       : center;
   }
B) h1 {       text-align: center;
   }
C) h1 {       text-align: ;
   }
D)h1 {       ;
    }
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
13
0.1em in text-shadow: 0.2em 0.1em #3D3D35; indicates the _____.

A)position of the horizontal shadow
B)color of the shadow
C)position of the vertical shadow
D)transparency of the shadow
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
14
While styling for an anchor element within a section element, which of the following specifies a transparent background color?

A)section a: {        background-color: transparent;
          }
B)section a {        background-color: 0;
         }
C)section a {        background-color: transparent;
          }
D)section a {        background-color: 1;
          }
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
15
The … tags are referred as HTML5 _____.

A)syntax elements
B)semantic elements
C)logical elements
D)lexical elements
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
16
The default value of the opacity property is _____.

A)1
B)0
C)0.5
D)2
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
17
Consider the style rule: figure img: hover {
               opacity: 1;
             }
Here, when a mouse hovers over an image, _____.

A)the opacity is removed
B)it becomes completely opaque
C)the opacity is increased by 50 percent
D)the transparency is increased by 50 percent
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
18
A _____ analyzes current content, performs in-depth research, and then drafts recommendations for content to attract new clients.

A)website analyst
B)web researcher
C)web content strategist
D)webpage planner
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
19
Identify the style rule for applying a text shadow with a horizontal position of 0.2em, a vertical position of 0.1em, and a dark gray color to an h1 element.

A)h1 { text-shadow: #292933;
}
B) h1 { text-shadow: 0.2em 0.1em #292933;
}
C) h1 { text-shadow(h,v): 0.2em 0.1em #292933;
}
D)h1 { h:0.2em v:0.1em #292933;
}
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
20
The figure element may contain an optional _____, which is used to provide a caption for the figure element.

A)image caption element
B)external figure element
C)embedded figure element
D)figure caption element
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
21
Identify the correct style rule for a paragraph element within a section element to specify a left margin.

A)section {           margin-left: 0;
                 }
B)p {           margin-left: 0;
                }
C)section p {           margin-left: 0;
                 }
D)section {           margin(left): 0;
                 }
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
22
Similar to the _____, the overflow property can help resolve display issues related to a nearby floating element.

A)queuing property
B)underflow property
C)clear property
D)stacking property
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
23
The _____ can be used with the column-count property.A)column-gap property B)column-style property
C)column-width property
D)column-rule property
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
24
If the main element is displaced to the banner image area, the issue can be corrected by applying an overflow property with a value of _____ to the main style rule contained within the tablet media query.

A)empty
B)zero
C)void
D)auto
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
25
Identify the style rule to left-align an unordered list element contained within a main article element.

A) main article ul {         text-align: %left;
B) main article u-l  {         text-align: left;
               }
C) main article *ul {         text-align: left;
               }
D) main article ul {         text-align: left;
               }
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
26
Identify the style rule for applying a rounded border to an aside element.

A)aside {    : (0 5em 5em 5em);
      }
B) {    border-radius: 0 5em 5em 5em;
      }
C) aside {    border-radius: 0 5em 5em 5em;
      }
D) %aside {    border-radius: 0 5em 5em 5em;
      }
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
27
If a document has any errors, _____ gives one a chance to identify and correct them.

A)simulating
B)validating
C)authenticating
D)collaborating
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
28
Identify the appropriate style rule to style the heading two element within the main element.

A) main h2 {           color: #FFFFFF;   
        }                   
B) h2 {           color: #FFFFFF;   
        }                   
C) main (h2) {           color: #FFFFFF;
        }                   
D) main h2 {           color/>: #FFFFFF;   
        }                   
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
29
An aside element is independently distributable or reusable.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
30
The aside element represents a generic section of a document or application.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
31
Identify the style rule to apply a font color for a main article h2 element.

A) main article h2 {      color: #000000;
                }
B) main h2 {      color: #000000;
                }
C) main article h2 {       : (#000000);
                }
D) main article {      color: #000000;
                }
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
32
The text-shadow property requires the _____.A)h-shadow value B)r-shadow value
C)l-shadow value
D)v-shadow value
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
33
_____ is an effective troubleshooting tool during the development process and adds a valuable level of professionalism to one's work.

A)Simulation
B)Validation
C)Authentication
D)Compilation
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
34
Identify the style rule to center-align an image element contained within a main article element.

A) main article img {         margin-left: auto;
        margin-right: auto;
                  }
B) main img {         margin-left: auto;
        margin-right: auto;
                  }
C) main article img {        : auto;
       : auto;
                  }
D) .
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
35
_____ is an HTML entity used to display ¼ on a webpage.

A)*frac14;
B)14&frac;
C)14*frac;
D)¼
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
36
Identify the style rule to left-align a paragraph element contained within a main article element.

A) main article {         text-align: left;
               }
B) main p {         text-align: left;
               }
C) main article p {         text-align: left;
               }
D) main article p {         : %left;
               }
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
37
Identify the correct style rule to format the aside elements with an italic font style.

A){            font-style: italic;
          }
B) {            font-style: italic;
          }
C) aside {            font-style: italic;
          }
D) aside {            : italic;
          }
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
38
The _____ is used to specify how to manage content when it "spills over" into another element.

A)queuing property
B) overflow property 
C)pipeline property
D)stacking property
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
39
The _____ CSS3 property can be used to create multiple columns.

A)column-add
B)column-multiply
C)column-type
D)column-count
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
40
_____ can be nested within article elements.A)Link elements B)Aside elements
C)Section elements
D)Place elements
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
41
While redesigning the home page of a website, one can modify the wireframes for tablet and desktop viewports because the additional space allows extra content to be included.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
42
The World Wide Web Consortium (W3C) states that the section element is not a generic container element.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
43
Article elements can be nested within aside elements.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
44
The figure element is the same as the img element.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
45
The theme of each section for a section element should be identified, typically by including a footer element as a child of the section element.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
46
Many of today's modern websites display little text on the home page and use key words or phrases, or call-to-action items, to entice the user to further explore the website.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
47
The aside element can be formatted differently from the rest of the article so that it stands out.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
48
Each group of content on a webpage can be wrapped within a summary element.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
49
​A caption   element can be used to display a chart, graph, or table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
50
A figure   element can contain one or more img elements.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
51
In modern day websites, textual content is kept to a minimum.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
52
Articles may be nested within other HTML elements.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
53
Webpage content should be grouped to improve semantic design and search engine results.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
54
Hypertext Markup Language (HTML) is commonly used to create a sliding banner.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
55
A mobile layout usually uses a three-column layout, whereas a one-column layout is usually used for tablet and desktop viewports.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
56
Wrapping elements within a paragraph element places each element within its own paragraph and subsequently blocks its surrounding content.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
57
The v-shadow value of the text-shadow property designates the horizontal position of the shadow.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
58
An aside element is contained in the middle of each article element.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
59
An opacity property value of 1 makes an element completely transparent.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
60
Each image element can be wrapped within separate figure and figure caption elements.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
61
Match between columns
This element is used to group content, such as illustrations, diagrams, and photos.
Articles
This element is used to group content, such as illustrations, diagrams, and photos.
Figure
This element is used to group content, such as illustrations, diagrams, and photos.
Banner
This element is used to group content, such as illustrations, diagrams, and photos.
Blur radius
This element is used to group content, such as illustrations, diagrams, and photos.
Logo
This element is used to group content, such as illustrations, diagrams, and photos.
Three-column
This element is used to group content, such as illustrations, diagrams, and photos.
Overflow property
It is an optional value for the text-shadow property.
Articles
It is an optional value for the text-shadow property.
Figure
It is an optional value for the text-shadow property.
Banner
It is an optional value for the text-shadow property.
Blur radius
It is an optional value for the text-shadow property.
Logo
It is an optional value for the text-shadow property.
Three-column
It is an optional value for the text-shadow property.
Overflow property
This can help resolve display issues related to a nearby floating element.
Articles
This can help resolve display issues related to a nearby floating element.
Figure
This can help resolve display issues related to a nearby floating element.
Banner
This can help resolve display issues related to a nearby floating element.
Blur radius
This can help resolve display issues related to a nearby floating element.
Logo
This can help resolve display issues related to a nearby floating element.
Three-column
This can help resolve display issues related to a nearby floating element.
Overflow property
It is a graphic that spans the width of a webpage.
Articles
It is a graphic that spans the width of a webpage.
Figure
It is a graphic that spans the width of a webpage.
Banner
It is a graphic that spans the width of a webpage.
Blur radius
It is a graphic that spans the width of a webpage.
Logo
It is a graphic that spans the width of a webpage.
Three-column
It is a graphic that spans the width of a webpage.
Overflow property
It is a graphical representation of a business, used to promote the business brand and market presence.
Articles
It is a graphical representation of a business, used to promote the business brand and market presence.
Figure
It is a graphical representation of a business, used to promote the business brand and market presence.
Banner
It is a graphical representation of a business, used to promote the business brand and market presence.
Blur radius
It is a graphical representation of a business, used to promote the business brand and market presence.
Logo
It is a graphical representation of a business, used to promote the business brand and market presence.
Three-column
It is a graphical representation of a business, used to promote the business brand and market presence.
Overflow property
This layout is used for tablet and desktop viewports.
Articles
This layout is used for tablet and desktop viewports.
Figure
This layout is used for tablet and desktop viewports.
Banner
This layout is used for tablet and desktop viewports.
Blur radius
This layout is used for tablet and desktop viewports.
Logo
This layout is used for tablet and desktop viewports.
Three-column
This layout is used for tablet and desktop viewports.
Overflow property
This is commonly used to contain news articles, blog and forum posts, or comments.
Articles
This is commonly used to contain news articles, blog and forum posts, or comments.
Figure
This is commonly used to contain news articles, blog and forum posts, or comments.
Banner
This is commonly used to contain news articles, blog and forum posts, or comments.
Blur radius
This is commonly used to contain news articles, blog and forum posts, or comments.
Logo
This is commonly used to contain news articles, blog and forum posts, or comments.
Three-column
This is commonly used to contain news articles, blog and forum posts, or comments.
Overflow property
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
62
The h2 element in a desktop viewport is the last element that needs to be formatted.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
63
_________ are sets of starting and ending Hypertext Markup Language (HTML) tags that provide meaning about the content of the tags.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
64
Explain figure and figure caption elements.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
65
The _________ is a CSS3 property that applies a shadow to text.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
66
The _________ element is a semantic element with self-contained content.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
67
A(n) _________ is a graphic that usually brands a website, often by displaying its name or an identifying image.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
68
A(n) _________ is responsible for developing strategies for displaying content on a webpage.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
69
A(n) _________ should be used for content that naturally contains a heading.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
70
Critical Thinking Questions Ben has been assigned the task of restyling the website of a leading fashion brand. Ben observes that the content on the webpages are not grouped together due to which the website receives low search engine results.
After the grouping of all the areas together, Ben wants to specify a bottom padding of 3em for the section element. Which of the following style rules is the correct form of specifying bottom padding for a section element?

A)section {          bottom : 3em;
        }
B)section {          padding-bottom: 3em;
        }
C) section {          bottom-padding: 3em;
        }
D) section {           bottom: 3em;
        }
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
71
​Critical Thinking Questions
James has been assigned the task of creating a website for the Finneray University. The website should primarily focus on delivering the following information to the visitors of their webpage: the various departments, the courses offered by the university, the duration of each course, the expert faculties, the scholarship programs, the fee structure, and the campus housing facilities.
James has also been asked to include sample tutorial videos while working on the university's website. He creates a webpage that contains a list of tutorials. He should use a(n) _____ to place each tutorial within a document including a heading element and an appropriate title for the tutorial followed by the tutorial content.

A)details element
B)aside element
C)summary element
D)section element
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
72
Explain an article element. Also, give an example of three article elements nested within a main element.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
73
A(n) _________ element is contained at the bottom of each article element and the content provided in this element gives more information pertaining to that particular article.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
74
The _________, as described by the World Wide Web Consortium (W3C), is a complete, self-contained composition in a document, page, application, or site and that is, in principle, independently distributable or reusable.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
75
A(n) _________ consists of three or more images that display new products, promotions, or other new content to stimulate user interest.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
76
Wrapping elements within a(n) _________ places each element within its own paragraph.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
77
_________ are commonly used for pull-out quotes, glossary terms, or related links.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
78
One should add _________ elements to a webpage to group content to improve semantic design and search engine results.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
79
Explain a section element. Also, give an example of several section elements nested within an article element.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
80
Critical Thinking Questions Ben has been assigned the task of restyling the website of a leading fashion brand. Ben observes that the content on the webpages are not grouped together due to which the website receives low search engine results.
While restyling the About Us page, Ben notices that it contains groups of content that are not currently wrapped within a semantic element. These groups of content include the Designer Clothing group, the Casual Clothing group, and the Formal Clothing group. Ben should use a(n) _____ to group each of these areas together.

A)section element
B)summary element
C)details element
D)aside element
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 81 في هذه المجموعة.