About this class
What is Internet and Web Technology? Ans:- Internet is a collection of various types of networks, located in the web servers. Web technology is defined as the technology through which we can develop or create various types of web pages.
What do you mean by a web page?
Ans:- A web page is a document or resoursce pf information is usually written in HTML that is suitable for the world wide web(WWW),
(c) What do you mean by World Wide Web(W.W.W)?
Ans:- World wide web is a system, based on the hypertext and HTTP, for providing, organizing, and accessing a wide variety of resources.
(d) What is a mark up language?
Ans:- It is a language which is used to format the text inside the HTML document. So that the look and feel of a webpage will increase.
(e) What is the format of HTML document?
Ans:- <html>
<head>
<title>Title of the page</title>
</head>
<body>
// Body of the Web page
</body>
</html>