1. Question(A)
    1. What is Network? : More than one devices which connected with each other  to shared some resources and services.
    2. What is ISP? :Internet Service Provider is an organization that provides access to the internet and related services.
    3. Who is the father of Internet: Vint Cerf or Vinton Gray Cerf
    4. Give full form of VSAT: Very Small Aperture Terminal
    5. Which three basic parts of URL constists of :
      1. The protocol – HTTP or HTTPS.
      2. The domain name (including the TLD) that identifies a site.
      3. The path leading to a specific web page.
    6. Full Form Of TELNET: Teletype Network or Telecommunication Network

  2. Question(A)
    1. Define Class Selector : The class selector selects HTML elements with a specific class attribute. To select elements with a specific class, write a period (.) character, followed by the class name. With the class selector you can define different styles for the same type of HTML element.
    2. Define ID Selector: An ID selector is a unique identifier of the HTML element to which a particular style must be applied. With the id selector you can define the same type from different HTML element.
    3. Which property provide play/pause/seek/volume button in <audio> tag? : control property 
    4. define hspace and vspace attribute of <img> tag.
      1. hspace:- it is used to specify horizontal space between text and image.
      2. vspace:- it is used to specify vertical space between text and image.
    5. Is CSS file used for more than one HTML Documents or not? :Yes by using External CSS Style Sheet Concept.
    6. List out types of CSS.
      1. Inline Style Sheet
      2. Internal Style Sheet
      3. External Style Sheet