What is Network? : More than one devices which connected with each other to shared some resources and services.
What is ISP? :Internet Service Provider is an organization that provides access to
the internet and related services.
Who is the father of Internet: Vint Cerf or Vinton Gray Cerf
Give full form of VSAT: Very Small Aperture Terminal
Which three basic parts of URL constists of :
The protocol – HTTP or HTTPS.
The domain name (including the TLD) that identifies a site.
The path leading to a specific web page.
Full Form Of TELNET: Teletype Network or Telecommunication Network
Question(A)
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.
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.
Which property provide play/pause/seek/volume button in <audio> tag? : control property
define hspace and vspace attribute of <img> tag.
hspace:- it is used to
specify horizontal space between text and image.
vspace:- it is used to
specify vertical space between text and image.
Is CSS file used for more than one HTML Documents or not? :Yes by using External CSS Style Sheet Concept.