Deck 8: Creating Effective Web Pages

ملء الشاشة (f)
exit full mode
سؤال
You can place comments anywhere in an HTML document; you do not need to limit comments to the head section.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
  In the figure above, the   immediately to the left of the arrow indicates a definition list item.<div style=padding-top: 35px>
In the figure above, the "
  • " immediately to the left of the arrow indicates a definition list item.
  • سؤال
    Dreamweaver generates code that is compatible with XHTML 1.0.
    سؤال
    In HTML, an image is any file that contains a picture, such as a photograph, logo, or computer-generated file.
    سؤال
    An absolute path specifies a file's location with absolute precision; there is no reference to the current file.
    سؤال
    A document type declaration (DTD) is a one-sided tag that tells a browser which syntax version of a markup language your document uses.
    سؤال
    JavaScript scripts are available from the Web, but all involve some kind of fee.
    سؤال
    Markup language is a general term that indicates the separation of the formatting of a document and the content of a document.
    سؤال
    JavaScript is a scripting language, a programming language that is executed by a Web browser.
    سؤال
    Raster graphics are composed of paths, and vector graphics are composed of pixels.
    سؤال
    If you save a file with the default .txt extension, a Web browser will still recognize the file as a Web page.
    سؤال
    HTML supports four kinds of lists: bulleted, numbered, contextual, and definition.
    سؤال
    Microsoft Expression Web and Adobe Dreamweaver are two Web site creation and management tools.
    سؤال
    There are three types of browser extensions: plug-ins, add-ons, and helper applications.
    سؤال
    Since a dedicated Web server only hosts one site, it is less expensive to operate than a shared server.
    سؤال
    It is acceptable to use spaces in filenames, since all Web servers now support filenames that contain spaces.
    سؤال
    Tags can be one-sided or two-sided.
    سؤال
    When connecting Web pages with a hyperlink, the page that opens when the hyperlink is clicked is called the source page.
    سؤال
    The content of Web pages must always remain within the capabilities of HTML.
    سؤال
      In the figure above, the arrow points to the opening tag for a hyperlink.<div style=padding-top: 35px>
    In the figure above, the arrow points to the opening tag for a hyperlink.
    سؤال
    Most developers prefer to use C-Script instead of Microsoft's VBScript language. _________________________
    سؤال
    The home page sits at the top of a storyboard, or navigation structure. _________________________
    سؤال
    XHTML stands for Exceptional Hypertext Markup Language. _________________________
    سؤال
    The Web-safe color palette is a collection of 216 colors that all computers render in the same way. _________________________
    سؤال
    HTML specifications that are not included when newer specifications are released or are not included in the XHTML specification are referred to as ____.

    A) deprecated
    B) obsolete
    C) variant
    D) Web-safe
    سؤال
    According to the text, Microsoft's Flash Player is installed on the majority of desktop computers connected to the Internet. _________________________
    سؤال
    HTML quickly evolved through specifications that are the result of the collective work of the organization known as the ____.

    A) Web Roots
    B) W3C
    C) T3C
    D) Net Referral Union
    سؤال
    Search engine broadcasting is the process of sending your site's URL to one or more search engines so they will list your site in their indexes. _________________________
    سؤال
      In the figure above, the programs listed in the left column are all examples of a browser extension. _________________________<div style=padding-top: 35px>
    In the figure above, the programs listed in the left column are all examples of a browser extension. _________________________
    سؤال
    The

    tag creates a paragraph with the default alignment (left-justified). _________________________

    سؤال
    Notepad is a text interpreter program that is installed with Microsoft Windows. _________________________
    سؤال
    The head section includes the tags that contain the page title and other information about the page. _________________________
    سؤال
    A ____ language is a general term that indicates the separation of the formatting of a document and the content of a document.

    A) content
    B) Web
    C) WYSIWYG
    D) markup
    سؤال
    Tags that are included within other tags are called ____ tags.

    A) enclosed
    B) nested
    C) looped
    D) cocooned
    سؤال
    XHTML is currently in version ____.

    A) 1.0
    B) 1.1
    C) 2.0
    D) 2.1
    سؤال
    A bulleted list is also called an ordered list. _________________________
    سؤال
    When you create XHTML documents, including the document type detail (DTD) is optional. _________________________
    سؤال
    Meta tags are placed in a document's body section. _________________________
    سؤال
    A Web site stored on your Web server is known as a(n) remote Web site. _________________________
    سؤال
    The content of a comment tag is visible when you view an HTML document in your text editor. _________________________
    سؤال
    If you are using Notepad as your text editor and the text does not wrap to the next line in the program window, click ____ on the menu bar, and then click Word Wrap to place a check mark next to it.

    A) Options
    B) Format
    C) File
    D) View
    سؤال
    The ____ color palette is a collection of 216 colors that all computers render in the same way.

    A) standard
    B) dynamic
    C) multiplatform
    D) none of the above
    سؤال
    The last item in an HTML document must be the ____ tag.

    A)
    B)
    C)
    D)
    سؤال
    The first section of an HTML document is called the ____ section.

    A) head
    B) primary
    C) root
    D) title
    سؤال
    An HTML document uses the ____ tag to create the various inputs on a form.

    A)
    B)


    C)
    D)

    سؤال
    <strong>  In the figure above, the area denoted by number 5 is the ____.</strong> A) head section B) closing section C) body section D) text section <div style=padding-top: 35px>
    In the figure above, the area denoted by number 5 is the ____.

    A) head section
    B) closing section
    C) body section
    D) text section
    سؤال
    The default font for Web pages is ____.

    A) Times New Roman
    B) Comic Sans
    C) Century Gothic
    D) Verdana
    سؤال
    The "center" value of the align attribute is ____ in XHTML.

    A) standard
    B) fully supported
    C) deprecated
    D) unavailable
    سؤال
    To specify a red color within a tag, the syntax would be ____.

    A) color:: red
    B) colour: red
    C) color= red
    D) color: red
    سؤال
    To view an HTML document stored on your computer in a Web browser, use the ____ menu in the browser.

    A) Options
    B) File
    C) View
    D) Edit
    سؤال
    <strong>  In the figure above, number 3 points to the ____ <html> tag.</strong> A) meta B) opening C) head D) DTD <div style=padding-top: 35px>
    In the figure above, number 3 points to the ____ tag.

    A) meta
    B) opening
    C) head
    D) DTD
    سؤال
    <strong>  In the figure above, number ____ points to an optional section or tag.</strong> A) 1 B) 3 C) 5 D) none of the above <div style=padding-top: 35px>
    In the figure above, number ____ points to an optional section or tag.

    A) 1
    B) 3
    C) 5
    D) none of the above
    سؤال
    It's good practice to save HTML documents in lowercase letters, in case you ever move your Web site to a ____ server, which is case-sensitive.

    A) Web
    B) Microsoft
    C) DATIX
    D) UNIX
    سؤال
    <strong>  In the figure above, the end of the HTML document is marked by the number ____.</strong> A) 1 B) 3 C) 4 D) 5 <div style=padding-top: 35px>
    In the figure above, the end of the HTML document is marked by the number ____.

    A) 1
    B) 3
    C) 4
    D) 5
    سؤال
    <strong>  In the figure above, the head section is marked by the number ____.</strong> A) 1 B) 2 C) 3 D) 5 <div style=padding-top: 35px>
    In the figure above, the head section is marked by the number ____.

    A) 1
    B) 2
    C) 3
    D) 5
    سؤال
    A comment tag begins with the characters ____.

    A) <<--
    B) <-!-
    C) <-<-
    D)
    سؤال
    The text editor installed with Windows is called ____.

    A) Web pad
    B) Notebook
    C) MS Sketch
    D) Notepad
    سؤال
    A commonly used option for making filenames easier to read is to separate words with the ____ character.

    A) !
    B) _
    C) *
    D) ~
    سؤال
    Some tags include ____ that specify additional information about the content to be formatted by the tag.

    A) modifiers
    B) variants
    C) optionals
    D) attributes
    سؤال
    The

    tag is a ____ tag.

    A) level-one heading
    B) closing head
    C) text height
    D) half-size

    سؤال
    Some Web pages include ____ content -- content that changes when you view the page.

    A) expressive
    B) static
    C) dynamic
    D) structural
    سؤال
    If you need to add more items to a bulleted list, you add them using the ____ tag(s).

    A)
  • and

  • B)

      C) and
      D)
    سؤال
    To process a script, a browser must have a feature called a scripting ____.

    A) engine
    B) decoder
    C) compiler
    D) add-on
    سؤال
    In XHTML 1.0, the HTML tag has been replaced by ____.

    A)
    B)
    C)
    D)
    سؤال
    <strong>  In the figure above, number ____ represents a paragraph.</strong> A) 2 B) 3 C) 4 D) 6 <div style=padding-top: 35px>
    In the figure above, number ____ represents a paragraph.

    A) 2
    B) 3
    C) 4
    D) 6
    سؤال
    The tag for creating a numbered list is ____.

    A)

      B)

        C)

      1. D)
    سؤال
    The opening tag for bold text is ____.

    A)
    B)
    C)
    D)
    سؤال
    When using Expression Web, clicking the ____ button lets you see the HTML document for the current Web page.

    A) HTML
    B) Web
    C) Details
    D) none of the above
    سؤال
    <strong>  In the figure above, a bulleted list is referenced by number ____</strong> A) 1 B) 3 C) 4 D) 6 <div style=padding-top: 35px>
    In the figure above, a bulleted list is referenced by number ____

    A) 1
    B) 3
    C) 4
    D) 6
    سؤال
    A(n) ____ language is a programming language that is executed by a Web browser.

    A) HTML
    B) scripting
    C) add-on
    D) self-contained
    سؤال
    The two Web site creation and management tools discussed in the chapter are ____ and ____.

    A) Mozilla Firefox, Adobe Dreamweaver
    B) Netscape Communicator, Microsoft Dreamweaver
    C) Microsoft Expression Web, Adobe Dreamweaver
    D) Microsoft Dreamweaver, Adobe Expression Web
    سؤال
    A numbered list is also known as a(n) ____ list.

    A) bulleted
    B) ordered
    C) unordered
    D) definition
    سؤال
    The page that opens when a hyperlink is clicked is called the hyperlink's ____.

    A) destination
    B) source
    C) target
    D) anchor
    سؤال
    Most browsers underline hyperlinks and display them in a(n) ____ font.

    A) blue
    B) italicized
    C) large
    D) flashing
    سؤال
    The tag is considered a ____ tag.

    A) one-sided
    B) two-sided
    C) self-closing
    D) nested
    سؤال
    A bulleted list is also known as a(n) ____ list.

    A) ordered
    B) numbered
    C) unordered
    D) definition
    سؤال
    ____ picture files are limited to 256 colors.

    A) JPG
    B) TIFF
    C) BMP
    D) GIF
    سؤال
    <strong>  In the figure above, number ____ represents a hyperlink.</strong> A) 2 B) 4 C) 5 D) 6 <div style=padding-top: 35px>
    In the figure above, number ____ represents a hyperlink.

    A) 2
    B) 4
    C) 5
    D) 6
    سؤال
    The most popular formats for pictures on the Web are JPG, GIF, and ____.

    A) BMP
    B) PNG
    C) TIFF
    D) MP3
    سؤال
    JavaScript was first made available for the ____ browser.

    A) Internet Explorer
    B) Netscape Navigator
    C) Mozilla Firefox
    D) Apache Web
    فتح الحزمة
    قم بالتسجيل لفتح البطاقات في هذه المجموعة!
    Unlock Deck
    Unlock Deck
    1/149
    auto play flashcards
    العب
    simple tutorial
    ملء الشاشة (f)
    exit full mode
    Deck 8: Creating Effective Web Pages
    1
    You can place comments anywhere in an HTML document; you do not need to limit comments to the head section.
    True
    2
      In the figure above, the   immediately to the left of the arrow indicates a definition list item.
    In the figure above, the "
  • " immediately to the left of the arrow indicates a definition list item.
  • F
    3
    Dreamweaver generates code that is compatible with XHTML 1.0.
    True
    4
    In HTML, an image is any file that contains a picture, such as a photograph, logo, or computer-generated file.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    5
    An absolute path specifies a file's location with absolute precision; there is no reference to the current file.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    6
    A document type declaration (DTD) is a one-sided tag that tells a browser which syntax version of a markup language your document uses.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    7
    JavaScript scripts are available from the Web, but all involve some kind of fee.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    8
    Markup language is a general term that indicates the separation of the formatting of a document and the content of a document.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    9
    JavaScript is a scripting language, a programming language that is executed by a Web browser.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    10
    Raster graphics are composed of paths, and vector graphics are composed of pixels.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    11
    If you save a file with the default .txt extension, a Web browser will still recognize the file as a Web page.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    12
    HTML supports four kinds of lists: bulleted, numbered, contextual, and definition.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    13
    Microsoft Expression Web and Adobe Dreamweaver are two Web site creation and management tools.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    14
    There are three types of browser extensions: plug-ins, add-ons, and helper applications.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    15
    Since a dedicated Web server only hosts one site, it is less expensive to operate than a shared server.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    16
    It is acceptable to use spaces in filenames, since all Web servers now support filenames that contain spaces.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    17
    Tags can be one-sided or two-sided.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    18
    When connecting Web pages with a hyperlink, the page that opens when the hyperlink is clicked is called the source page.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    19
    The content of Web pages must always remain within the capabilities of HTML.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    20
      In the figure above, the arrow points to the opening tag for a hyperlink.
    In the figure above, the arrow points to the opening tag for a hyperlink.
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    21
    Most developers prefer to use C-Script instead of Microsoft's VBScript language. _________________________
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    22
    The home page sits at the top of a storyboard, or navigation structure. _________________________
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    23
    XHTML stands for Exceptional Hypertext Markup Language. _________________________
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    24
    The Web-safe color palette is a collection of 216 colors that all computers render in the same way. _________________________
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    25
    HTML specifications that are not included when newer specifications are released or are not included in the XHTML specification are referred to as ____.

    A) deprecated
    B) obsolete
    C) variant
    D) Web-safe
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    26
    According to the text, Microsoft's Flash Player is installed on the majority of desktop computers connected to the Internet. _________________________
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    27
    HTML quickly evolved through specifications that are the result of the collective work of the organization known as the ____.

    A) Web Roots
    B) W3C
    C) T3C
    D) Net Referral Union
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    28
    Search engine broadcasting is the process of sending your site's URL to one or more search engines so they will list your site in their indexes. _________________________
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    29
      In the figure above, the programs listed in the left column are all examples of a browser extension. _________________________
    In the figure above, the programs listed in the left column are all examples of a browser extension. _________________________
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    30
    The

    tag creates a paragraph with the default alignment (left-justified). _________________________

    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    31
    Notepad is a text interpreter program that is installed with Microsoft Windows. _________________________
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    32
    The head section includes the tags that contain the page title and other information about the page. _________________________
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    33
    A ____ language is a general term that indicates the separation of the formatting of a document and the content of a document.

    A) content
    B) Web
    C) WYSIWYG
    D) markup
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    34
    Tags that are included within other tags are called ____ tags.

    A) enclosed
    B) nested
    C) looped
    D) cocooned
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    35
    XHTML is currently in version ____.

    A) 1.0
    B) 1.1
    C) 2.0
    D) 2.1
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    36
    A bulleted list is also called an ordered list. _________________________
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    37
    When you create XHTML documents, including the document type detail (DTD) is optional. _________________________
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    38
    Meta tags are placed in a document's body section. _________________________
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    39
    A Web site stored on your Web server is known as a(n) remote Web site. _________________________
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    40
    The content of a comment tag is visible when you view an HTML document in your text editor. _________________________
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    41
    If you are using Notepad as your text editor and the text does not wrap to the next line in the program window, click ____ on the menu bar, and then click Word Wrap to place a check mark next to it.

    A) Options
    B) Format
    C) File
    D) View
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    42
    The ____ color palette is a collection of 216 colors that all computers render in the same way.

    A) standard
    B) dynamic
    C) multiplatform
    D) none of the above
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    43
    The last item in an HTML document must be the ____ tag.

    A)
    B)
    C)
    D)
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    44
    The first section of an HTML document is called the ____ section.

    A) head
    B) primary
    C) root
    D) title
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    45
    An HTML document uses the ____ tag to create the various inputs on a form.

    A)
    B)


    C)
    D)

    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    46
    <strong>  In the figure above, the area denoted by number 5 is the ____.</strong> A) head section B) closing section C) body section D) text section
    In the figure above, the area denoted by number 5 is the ____.

    A) head section
    B) closing section
    C) body section
    D) text section
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    47
    The default font for Web pages is ____.

    A) Times New Roman
    B) Comic Sans
    C) Century Gothic
    D) Verdana
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    48
    The "center" value of the align attribute is ____ in XHTML.

    A) standard
    B) fully supported
    C) deprecated
    D) unavailable
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    49
    To specify a red color within a tag, the syntax would be ____.

    A) color:: red
    B) colour: red
    C) color= red
    D) color: red
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    50
    To view an HTML document stored on your computer in a Web browser, use the ____ menu in the browser.

    A) Options
    B) File
    C) View
    D) Edit
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    51
    <strong>  In the figure above, number 3 points to the ____ <html> tag.</strong> A) meta B) opening C) head D) DTD
    In the figure above, number 3 points to the ____ tag.

    A) meta
    B) opening
    C) head
    D) DTD
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    52
    <strong>  In the figure above, number ____ points to an optional section or tag.</strong> A) 1 B) 3 C) 5 D) none of the above
    In the figure above, number ____ points to an optional section or tag.

    A) 1
    B) 3
    C) 5
    D) none of the above
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    53
    It's good practice to save HTML documents in lowercase letters, in case you ever move your Web site to a ____ server, which is case-sensitive.

    A) Web
    B) Microsoft
    C) DATIX
    D) UNIX
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    54
    <strong>  In the figure above, the end of the HTML document is marked by the number ____.</strong> A) 1 B) 3 C) 4 D) 5
    In the figure above, the end of the HTML document is marked by the number ____.

    A) 1
    B) 3
    C) 4
    D) 5
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    55
    <strong>  In the figure above, the head section is marked by the number ____.</strong> A) 1 B) 2 C) 3 D) 5
    In the figure above, the head section is marked by the number ____.

    A) 1
    B) 2
    C) 3
    D) 5
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    56
    A comment tag begins with the characters ____.

    A) <<--
    B) <-!-
    C) <-<-
    D)
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    57
    The text editor installed with Windows is called ____.

    A) Web pad
    B) Notebook
    C) MS Sketch
    D) Notepad
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    58
    A commonly used option for making filenames easier to read is to separate words with the ____ character.

    A) !
    B) _
    C) *
    D) ~
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    59
    Some tags include ____ that specify additional information about the content to be formatted by the tag.

    A) modifiers
    B) variants
    C) optionals
    D) attributes
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    60
    The

    tag is a ____ tag.

    A) level-one heading
    B) closing head
    C) text height
    D) half-size

    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    61
    Some Web pages include ____ content -- content that changes when you view the page.

    A) expressive
    B) static
    C) dynamic
    D) structural
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    62
    If you need to add more items to a bulleted list, you add them using the ____ tag(s).

    A)
  • and

  • B)

      C) and
      D)
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    63
    To process a script, a browser must have a feature called a scripting ____.

    A) engine
    B) decoder
    C) compiler
    D) add-on
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    64
    In XHTML 1.0, the HTML tag has been replaced by ____.

    A)
    B)
    C)
    D)
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    65
    <strong>  In the figure above, number ____ represents a paragraph.</strong> A) 2 B) 3 C) 4 D) 6
    In the figure above, number ____ represents a paragraph.

    A) 2
    B) 3
    C) 4
    D) 6
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    66
    The tag for creating a numbered list is ____.

    A)

      B)

        C)

      1. D)
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    67
    The opening tag for bold text is ____.

    A)
    B)
    C)
    D)
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    68
    When using Expression Web, clicking the ____ button lets you see the HTML document for the current Web page.

    A) HTML
    B) Web
    C) Details
    D) none of the above
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    69
    <strong>  In the figure above, a bulleted list is referenced by number ____</strong> A) 1 B) 3 C) 4 D) 6
    In the figure above, a bulleted list is referenced by number ____

    A) 1
    B) 3
    C) 4
    D) 6
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    70
    A(n) ____ language is a programming language that is executed by a Web browser.

    A) HTML
    B) scripting
    C) add-on
    D) self-contained
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    71
    The two Web site creation and management tools discussed in the chapter are ____ and ____.

    A) Mozilla Firefox, Adobe Dreamweaver
    B) Netscape Communicator, Microsoft Dreamweaver
    C) Microsoft Expression Web, Adobe Dreamweaver
    D) Microsoft Dreamweaver, Adobe Expression Web
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    72
    A numbered list is also known as a(n) ____ list.

    A) bulleted
    B) ordered
    C) unordered
    D) definition
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    73
    The page that opens when a hyperlink is clicked is called the hyperlink's ____.

    A) destination
    B) source
    C) target
    D) anchor
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    74
    Most browsers underline hyperlinks and display them in a(n) ____ font.

    A) blue
    B) italicized
    C) large
    D) flashing
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    75
    The tag is considered a ____ tag.

    A) one-sided
    B) two-sided
    C) self-closing
    D) nested
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    76
    A bulleted list is also known as a(n) ____ list.

    A) ordered
    B) numbered
    C) unordered
    D) definition
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    77
    ____ picture files are limited to 256 colors.

    A) JPG
    B) TIFF
    C) BMP
    D) GIF
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    78
    <strong>  In the figure above, number ____ represents a hyperlink.</strong> A) 2 B) 4 C) 5 D) 6
    In the figure above, number ____ represents a hyperlink.

    A) 2
    B) 4
    C) 5
    D) 6
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    79
    The most popular formats for pictures on the Web are JPG, GIF, and ____.

    A) BMP
    B) PNG
    C) TIFF
    D) MP3
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    80
    JavaScript was first made available for the ____ browser.

    A) Internet Explorer
    B) Netscape Navigator
    C) Mozilla Firefox
    D) Apache Web
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.
    فتح الحزمة
    k this deck
    locked card icon
    فتح الحزمة
    افتح القفل للوصول البطاقات البالغ عددها 149 في هذه المجموعة.