HTML

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/39

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

40 Terms

1
New cards

Which HTML element defines navigation links?

2
New cards

Select the type of form control that "disguises" the characters that are typed.

password box

3
New cards

In HTML, which attribute is used to specify that an input field must be filled out?

required

4
New cards

What is the correct HTML for making a text input field

5
New cards

How can you make a bulleted list?

    6
    New cards

    HTML comments start with

    True

    7
    New cards

    How can you open a link in a new tab/browser window?

    8
    New cards

    Which tag pair configures a paragraph?

    9
    New cards

    What is the correct HTML for creating a hyperlink?

    10
    New cards

    Choose the correct HTML element for the largest heading

    11
    New cards

    What is the correct HTML element for playing audio files?

    12
    New cards

    Which type of HTML list will automatically number the items for you?

    ordered list

    13
    New cards

    Which HTML element defines the title of a document?

    14
    New cards

    Which of these elements are all elements?

    <table>, <tr>, <td>

    15
    New cards

    Inline elements are normally displayed without starting a new line.

    True

    16
    New cards

    Select the form control from the choices below that may be used to upload a file.

    17
    New cards

    Which HTML element is used to specify a footer for a document or section?

    18
    New cards

    In HTML, what does the

    Content aside from the page content

    19
    New cards

    Which of the following is an HTML5 element used to indicate navigational content?

    nav

    20
    New cards

    Which element is used to contain a table data cell?

    td

    21
    New cards

    What is the correct HTML for making a drop-down list?

    22
    New cards

    Which tag would configure a scrolling text box with the name comments, four rows, and up to thirty characters in a row?

    23
    New cards

    Who is making the Web standards?

    The World Wide Web Consortium

    24
    New cards

    Which HTML element is used to specify a header for a document or section?

    25
    New cards

    What is the correct HTML for making a checkbox?

    26
    New cards

    Which tag is used to hyperlink web pages to each other?

    27
    New cards

    What is the correct HTML for inserting an image?

    MyImage

    28
    New cards

    Which HTML attribute specifies an alternate text for an image if the image cannot be displayed?

    alt

    29
    New cards

    What is the correct HTML for adding a background color?

    30
    New cards

    Choose the correct HTML element to define important text

    31
    New cards

    Which doctype is correct for HTML5?

    32
    New cards

    How can you make a numbered list?

      33
      New cards

      What does HTML stand for?

      HyperText Markup Language

      34
      New cards

      Block elements are normally displayed without starting a new line.

      False

      35
      New cards

      What is the correct HTML element for playing video files?

      36
      New cards

      Choose the tag that would configure a text box with the name "city" and a width of 35 characters.

      37
      New cards

      What is the correct HTML for inserting a background image?

      38
      New cards

      Which tag configures the following text or element to display on a new line?


      39
      New cards

      Which attribute of the

      tag is used to specify the name and location of the script that will process the form field values?

      action

      40
      New cards

      Which character is used to indicate a closing tag?

      /