1. Question: <canvas > element is only a ____to the graphics.

    A
    component

    B
    container

    C
    attribute

    D
    method

    Note: The HTML "canvas" element is a container for canvas graphics. An HTML canvas is a rectangular area on an HTML page. Canvas has several methods for drawing paths, boxes, circles, text, and graphic images.
    1. Report
  2. Question: To start a list at the count of 3, use which?

    A
    <ol start="3">

    B
    <ol begin="3">

    C
    <ol list="5">

    Note: Not available
    1. Report
  3. Question: If the background image is smaller than the screen, what will happen?

    A
    It will be stretched

    B
    It will leave a blank space at the bottom of your page

    C
    It will be repeated

    Note: Not available
    1. Report
  4. Question: When creating a Web document, what format is used to express an image's height and width?

    A
    Centimeters

    B
    Pixels

    C
    Dots per inch

    D
    Inches

    Note: Not available
    1. Report
  5. Question: For every Web document, you can add words that appear in the upper left bar area of your browser. What set of tags allows you to provide this information?

    A
    <head></head>

    B
    <head><head>

    C
    <label><label>

    D
    <title></title>

    Note: Not available
    1. Report
  6. Question: The ...................... attribute adds space within each cell.

    A
    CELL SPACING

    B
    CELL PADDING

    C
    WIDTH

    D
    ALIGN

    Note: Not available
    1. Report
  7. Question: In order to upload a HTML file to a web server, you use

    A
    HTTP

    B
    SMTP

    C
    SIP

    D
    FTP

    Note: Not available
    1. Report
  8. Question: Head tag is used for?

    A
    Writing style

    B
    Writing Java Script

    C
    Including CSS, JS Files

    D
    All of these

    Note: Not available
    1. Report
  9. Question: Which is the largest heading tag?

    A
    H1

    B
    H3

    C
    H4

    D
    H6

    Note: Not available
    1. Report
  10. Question: Title tag is nested within the ....................... tag.

    A
    Body

    B
    Head

    C
    List

    D
    Table

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd