Deck 12: Web Applications

ملء الشاشة (f)
exit full mode
سؤال
One drawback of dynamic Web pages is that they are not interactive.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
ASP stands for ____.

A) advanced script page
B) active server page
C) active storage page
D) active solution page
سؤال
The Rows property is used to add rows and columns (cells)to a table.
سؤال
HTML tags tell the client's browser how to render the page on the computer screen.
سؤال
You can use the ToShortDateString method to convert the date to the String data type.
سؤال
You add items to a drop-down list control using the tag.
سؤال
Before you add any text or controls to a Web page,you should plan the page's layout.
سؤال
When a client computer's browser sends a request for an ASP page,the Web server locates the page and then sends the appropriate ____ instructions to the client.

A) C++
B) Java
C) system
D) HTML
سؤال
You can add static text to a Web page using a ____.

A) Web application
B) browser
C) label control
D) format control
سؤال
When a Web page is displayed in a browser,the value stored in its Title property appears in the browser's title bar.
سؤال
You can use the style attribute's font-family property to specify one or more fonts to use for the Web page's text.
سؤال
A ____ is interactive;it can accept information from the user and also retrieve information for the user.

A) static Web page
B) toolbar
C) dynamic Web page
D)
tag
سؤال
A ____ requests information from a Web server.

A) radio button
B) client computer
C) toolbar
D)
tag
سؤال
A ____ is a computer that contains special software that "serves up" Web pages in response to requests from client computers.

A) Web server
B) client computer
C) browser
D) static Web page
سؤال
Not all ASP pages contain HTML (Hypertext Markup Language)tags.
سؤال
Web controls have a Name property.
سؤال
____ pages contain code that tells the objects on the Web page how to respond to the user's actions.

A) Dynamic ASP
B) Static
C) Header
D) Java
سؤال
Text that cannot be changed by the user is referred to as ____.

A) static
B) controlled
C) fixed
D) formatted
سؤال
____ provide a means for a store to list its location and hours.

A) Labels
B) Static Web pages
C) Toolbars
D) Text boxes
سؤال
The Web consists of documents called ____ that are stored on Web servers.

A) URLs
B) browsers
C) clients
D) Web pages
سؤال
The ____ tag can be used to break the text on a Web page in a specific location.

A)

B)

C)


D)

سؤال
Which of the following is a valid example of the style attribute's font-family property? Which of the following is a valid example of the style attribute's font-family property?  <div style=padding-top: 35px>
سؤال
A(n)____ control displays information in a row and column format,similar to a spreadsheet,and is often used to align the information on a Web page.

A) Java table
B) ASP table
C) Web server
D) Web client
سؤال
The purpose of the ____ tool is to verify that an entry matches a specific pattern.

A) CompareValidator
B) RegularExpressionValidator
C) RequiredFieldValidator
D) RangeValidator
سؤال
Which of the following specifies that LinkColumn should occupy 20% of the Web page and appear as the first column on the left of the Web page? Which of the following specifies that LinkColumn should occupy 20% of the Web page and appear as the first column on the left of the Web page?  <div style=padding-top: 35px>
سؤال
The properties of the RequiredFieldValidator tool are ____.

A) ControlToValidate,ErrorMessage,and ClientValidationFunction
B) ControlToValidate and ErrorMessage
C) ControlToValidate,ErrorMessage,MinimumValue,MaximumValue,and Type
D) ErrorMessage,MinimumValue,MaximumValue,and Type
سؤال
A(n)____ Web page contains controls with which the user can interact.

A) HTML
B) static
C) ASP
D) dynamic
سؤال
Which of the following adds the word "tablet" to the drop-down list control? Which of the following adds the word tablet to the drop-down list control?  <div style=padding-top: 35px>
سؤال
A link button control uses the ____ property to allow you to specify the name of the page that will open when a link is clicked.

A) LinkButton
B) PostBackUrl
C) Text
D) Name
سؤال
Which of the following is a valid filename for a file that contains the code that supports a Web page?

A) Default.vb
B) Default.aspx
C) Default.aspx.vb
D) Default.vb.aspx
سؤال
The Validation section of the toolbox provides several tools for validating user input.The tools are referred to as ____ tools.

A) summary
B) range
C) validator
D) display
سؤال
The purpose of the ____ tool is to compare an entry with a constant value or the property stored in a control.

A) CompareValidator
B) RegularExpressionValidator
C) RequiredFieldValidator
D) CustomValidator
سؤال
The purpose of the ____ tool is to verify that a control contains data.

A) CompareValidator
B) RegularExpressionValidator
C) RequiredFieldValidator
D) RangeValidator
سؤال
To view a Web page in full screen view,you use the Full Screen option on the ____ menu.

A) VIEW
B) FILE
C) EDIT
D) FORMAT
سؤال
The purpose of the ____ tool is to verify that an entry is within the specified minimum and maximum values.

A) CompareValidator
B) RegularExpressionValidator
C) RequiredFieldValidator
D) RangeValidator
سؤال
The Table tool in the Standard section of the toolbox creates a(n)____.

A) HTML tag
B) ASP table control
C) XML tag
D) cell
سؤال
The purpose of the ____ tool is to verify that an entry passes the specified validation logic.

A) CompareValidator
B) RegularExpressionValidator
C) RequiredFieldValidator
D) CustomValidator
سؤال
You can add an image to a Web page using the ____ tool in the toolbox.

A) Canvas
B) Paint
C) Layer
D) Image
سؤال
The ____ tag in a Web page is similar to the ControlChars.NewLine constant in a Windows form.

A)

B)


C)


D)

سؤال
The ____ tag defines a division in a Web page.

A)

B)

C)

  • D)

  • سؤال
    A drop-down list control has been added to a Web page.Add the following four majors as list items to the control: Information Systems,Accounting,Management,and Marketing.
    سؤال
    The user will enter the prescription number,first name,last name,and date to pick up the filled prescription.Which of the following controls do you need to provide on the Web page?

    A) text box
    B) drop-down list
    C) button
    D) a and c
    E) all of the above
    سؤال
    The font for the text in the Web page should display as Verdana,Arial,or an available sans-serif font,respectively.Which of the following style attributes for the font-family property is correct? The font for the text in the Web page should display as Verdana,Arial,or an available sans-serif font,respectively.Which of the following style attributes for the font-family property is correct?  <div style=padding-top: 35px>
    سؤال
    What is the difference between a static Web page and a dynamic Web page?
    سؤال
    The content of the Web page should be laid out in a columnar format.Which tag will you use to divide the Web page into columns?

    A)

    B)
    C)

    D)

    سؤال
    A drop-down list control has been added to a Web page.Add the following three products as list items to the control: washer,dryer,and refrigerator.
    سؤال
    The current Web site contains static Web pages only.You will be adding a dynamic Web page that allows users to enter information related to their prescriptions.What is the first step in the process of developing the new dynamic Web page?

    A) Select Add New Item from the WEBSITE menu to add the Web page.
    B) Plan the Web page layout.
    C) Type the static text on the Web page.
    D) Add the label and text controls to the Web page.
    سؤال
    Describe the difference between the Design view and the Source view of a Web page in the IDE.
    سؤال
    A Web page allows a user to enter graduation information on a Web page.The user enters his or her first name and last name,selects a major from a drop-down list,and selects a graduation date from a calendar.All data entered by the user is stored as string variables.A message using the string variables should display the information entered as follows:
    FirstName LastName
    Major: ####
    Graduation Date: MM/DD/YYYY
    Write the statements to assign the concatenated string to the lblMessage control so that it will display in the appropriate format.Create your own variable names.
    سؤال
    You need to specify the fonts to be used when a Web page displays in the browser.Write the statement that will set Arial and any sans-serif font as the font family for the body of the Web page.
    سؤال
    You need to specify the fonts to be used when a Web page displays in the browser.Write the statement that will set Tahoma,Verdana,and Arial as the font family for the body of the Web page.
    سؤال
    The date the user selects for the prescription to be filled is stored in the Calendar control's ____ property.

    A) ShortDate
    B) Date
    C) LongDate
    D) SelectedDate
    سؤال
    A user selects a date using a Calendar control named calGraduation on a Web page.Write the statement to convert the date to the String data type,using the MM/DD/YYYY format,and store it in the strGradDate variable.
    سؤال
    Write the statements to create two columns on a Web page based on the following information: The first column is named SiteMap,and it occupies 30% of the page and has a background color of green.The second column is named ContentColumn.
    سؤال
    Write the statements to create three columns on a Web page based on the following information: The first column is named LogoColumn and it occupies 25% of the page.The second column is named MainText and it occupies 50% of the page.It has a background color of blue.The third column is named LinkColumn and it occupies 25% of the page.
    فتح الحزمة
    قم بالتسجيل لفتح البطاقات في هذه المجموعة!
    Unlock Deck
    Unlock Deck
    1/55
    auto play flashcards
    العب
    simple tutorial
    ملء الشاشة (f)
    exit full mode
    Deck 12: Web Applications
    1
    One drawback of dynamic Web pages is that they are not interactive.
    False
    2
    ASP stands for ____.

    A) advanced script page
    B) active server page
    C) active storage page
    D) active solution page
    B
    3
    The Rows property is used to add rows and columns (cells)to a table.
    True
    4
    HTML tags tell the client's browser how to render the page on the computer screen.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    5
    You can use the ToShortDateString method to convert the date to the String data type.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    6
    You add items to a drop-down list control using the tag.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    7
    Before you add any text or controls to a Web page,you should plan the page's layout.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    8
    When a client computer's browser sends a request for an ASP page,the Web server locates the page and then sends the appropriate ____ instructions to the client.

    A) C++
    B) Java
    C) system
    D) HTML
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    9
    You can add static text to a Web page using a ____.

    A) Web application
    B) browser
    C) label control
    D) format control
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    10
    When a Web page is displayed in a browser,the value stored in its Title property appears in the browser's title bar.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    11
    You can use the style attribute's font-family property to specify one or more fonts to use for the Web page's text.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    12
    A ____ is interactive;it can accept information from the user and also retrieve information for the user.

    A) static Web page
    B) toolbar
    C) dynamic Web page
    D)
    tag
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    13
    A ____ requests information from a Web server.

    A) radio button
    B) client computer
    C) toolbar
    D)
    tag
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    14
    A ____ is a computer that contains special software that "serves up" Web pages in response to requests from client computers.

    A) Web server
    B) client computer
    C) browser
    D) static Web page
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    15
    Not all ASP pages contain HTML (Hypertext Markup Language)tags.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    16
    Web controls have a Name property.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    17
    ____ pages contain code that tells the objects on the Web page how to respond to the user's actions.

    A) Dynamic ASP
    B) Static
    C) Header
    D) Java
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    18
    Text that cannot be changed by the user is referred to as ____.

    A) static
    B) controlled
    C) fixed
    D) formatted
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    19
    ____ provide a means for a store to list its location and hours.

    A) Labels
    B) Static Web pages
    C) Toolbars
    D) Text boxes
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    20
    The Web consists of documents called ____ that are stored on Web servers.

    A) URLs
    B) browsers
    C) clients
    D) Web pages
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    21
    The ____ tag can be used to break the text on a Web page in a specific location.

    A)

    B)

    C)


    D)

    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    22
    Which of the following is a valid example of the style attribute's font-family property? Which of the following is a valid example of the style attribute's font-family property?
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    23
    A(n)____ control displays information in a row and column format,similar to a spreadsheet,and is often used to align the information on a Web page.

    A) Java table
    B) ASP table
    C) Web server
    D) Web client
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    24
    The purpose of the ____ tool is to verify that an entry matches a specific pattern.

    A) CompareValidator
    B) RegularExpressionValidator
    C) RequiredFieldValidator
    D) RangeValidator
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    25
    Which of the following specifies that LinkColumn should occupy 20% of the Web page and appear as the first column on the left of the Web page? Which of the following specifies that LinkColumn should occupy 20% of the Web page and appear as the first column on the left of the Web page?
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    26
    The properties of the RequiredFieldValidator tool are ____.

    A) ControlToValidate,ErrorMessage,and ClientValidationFunction
    B) ControlToValidate and ErrorMessage
    C) ControlToValidate,ErrorMessage,MinimumValue,MaximumValue,and Type
    D) ErrorMessage,MinimumValue,MaximumValue,and Type
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    27
    A(n)____ Web page contains controls with which the user can interact.

    A) HTML
    B) static
    C) ASP
    D) dynamic
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    28
    Which of the following adds the word "tablet" to the drop-down list control? Which of the following adds the word tablet to the drop-down list control?
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    29
    A link button control uses the ____ property to allow you to specify the name of the page that will open when a link is clicked.

    A) LinkButton
    B) PostBackUrl
    C) Text
    D) Name
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    30
    Which of the following is a valid filename for a file that contains the code that supports a Web page?

    A) Default.vb
    B) Default.aspx
    C) Default.aspx.vb
    D) Default.vb.aspx
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    31
    The Validation section of the toolbox provides several tools for validating user input.The tools are referred to as ____ tools.

    A) summary
    B) range
    C) validator
    D) display
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    32
    The purpose of the ____ tool is to compare an entry with a constant value or the property stored in a control.

    A) CompareValidator
    B) RegularExpressionValidator
    C) RequiredFieldValidator
    D) CustomValidator
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    33
    The purpose of the ____ tool is to verify that a control contains data.

    A) CompareValidator
    B) RegularExpressionValidator
    C) RequiredFieldValidator
    D) RangeValidator
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    34
    To view a Web page in full screen view,you use the Full Screen option on the ____ menu.

    A) VIEW
    B) FILE
    C) EDIT
    D) FORMAT
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    35
    The purpose of the ____ tool is to verify that an entry is within the specified minimum and maximum values.

    A) CompareValidator
    B) RegularExpressionValidator
    C) RequiredFieldValidator
    D) RangeValidator
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    36
    The Table tool in the Standard section of the toolbox creates a(n)____.

    A) HTML tag
    B) ASP table control
    C) XML tag
    D) cell
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    37
    The purpose of the ____ tool is to verify that an entry passes the specified validation logic.

    A) CompareValidator
    B) RegularExpressionValidator
    C) RequiredFieldValidator
    D) CustomValidator
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    38
    You can add an image to a Web page using the ____ tool in the toolbox.

    A) Canvas
    B) Paint
    C) Layer
    D) Image
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    39
    The ____ tag in a Web page is similar to the ControlChars.NewLine constant in a Windows form.

    A)

    B)


    C)


    D)

    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    40
    The ____ tag defines a division in a Web page.

    A)

    B)

    C)

  • D)

  • فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    41
    A drop-down list control has been added to a Web page.Add the following four majors as list items to the control: Information Systems,Accounting,Management,and Marketing.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    42
    The user will enter the prescription number,first name,last name,and date to pick up the filled prescription.Which of the following controls do you need to provide on the Web page?

    A) text box
    B) drop-down list
    C) button
    D) a and c
    E) all of the above
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    43
    The font for the text in the Web page should display as Verdana,Arial,or an available sans-serif font,respectively.Which of the following style attributes for the font-family property is correct? The font for the text in the Web page should display as Verdana,Arial,or an available sans-serif font,respectively.Which of the following style attributes for the font-family property is correct?
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    44
    What is the difference between a static Web page and a dynamic Web page?
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    45
    The content of the Web page should be laid out in a columnar format.Which tag will you use to divide the Web page into columns?

    A)

    B)
    C)

    D)

    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    46
    A drop-down list control has been added to a Web page.Add the following three products as list items to the control: washer,dryer,and refrigerator.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    47
    The current Web site contains static Web pages only.You will be adding a dynamic Web page that allows users to enter information related to their prescriptions.What is the first step in the process of developing the new dynamic Web page?

    A) Select Add New Item from the WEBSITE menu to add the Web page.
    B) Plan the Web page layout.
    C) Type the static text on the Web page.
    D) Add the label and text controls to the Web page.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    48
    Describe the difference between the Design view and the Source view of a Web page in the IDE.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    49
    A Web page allows a user to enter graduation information on a Web page.The user enters his or her first name and last name,selects a major from a drop-down list,and selects a graduation date from a calendar.All data entered by the user is stored as string variables.A message using the string variables should display the information entered as follows:
    FirstName LastName
    Major: ####
    Graduation Date: MM/DD/YYYY
    Write the statements to assign the concatenated string to the lblMessage control so that it will display in the appropriate format.Create your own variable names.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    50
    You need to specify the fonts to be used when a Web page displays in the browser.Write the statement that will set Arial and any sans-serif font as the font family for the body of the Web page.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    51
    You need to specify the fonts to be used when a Web page displays in the browser.Write the statement that will set Tahoma,Verdana,and Arial as the font family for the body of the Web page.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    52
    The date the user selects for the prescription to be filled is stored in the Calendar control's ____ property.

    A) ShortDate
    B) Date
    C) LongDate
    D) SelectedDate
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    53
    A user selects a date using a Calendar control named calGraduation on a Web page.Write the statement to convert the date to the String data type,using the MM/DD/YYYY format,and store it in the strGradDate variable.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    54
    Write the statements to create two columns on a Web page based on the following information: The first column is named SiteMap,and it occupies 30% of the page and has a background color of green.The second column is named ContentColumn.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    55
    Write the statements to create three columns on a Web page based on the following information: The first column is named LogoColumn and it occupies 25% of the page.The second column is named MainText and it occupies 50% of the page.It has a background color of blue.The third column is named LinkColumn and it occupies 25% of the page.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.
    فتح الحزمة
    k this deck
    locked card icon
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 55 في هذه المجموعة.