Game Preview

create web pages by HTML

  •  English    12     Public
    create web pages by HTML
  •   Study   Slideshow
  • To insert video in the web page use ......................tag
    <embed>
  •  15
  • To insert hyperlink in the web page use............tag
    <a>
  •  15
  • The property related to the <a> tag is................
    href
  •  15
  • After href, we write the address of the website we want to go to
    True
  •  15
  • To display the image in the web page use the .............tag
    <img>
  •  15
  • the property related to the <bgsound> tag is.............
    src
  •  15
  • between <a>and </a> we can write the text or the image that appears as a hyperlink on the web page
    True
  •  15
  • What are the properties of the <body> tag ?
    dir - bgcolor -background
  •  15
  • what is the tag used to To control the font format
    <font>
  •  15
  • What are the properties of the <font> tag ?
    face - size - color
  •  15
  • To align the image inside the web page we use the property ..............of the <img> tag
    Align
  •  15
  • to control the dimension of the video or image we use the properties ..............
    Height -- Width
  •  15