1000+ Web Designing Interview Questions & Answers for Freshers - 2

Question: 6

What are web pages and how are they created?

Hypertext documents that are shared on the Internet are called web pages. Web pages are created using HyperText Markup Language.

Question: 7

Write a short note on the uses of meta tag?

Meta tags are tags used to provide additional information about the page that is not visible in the browser. It can be used to identify the author’s name of the web document and to identify the keywords that describe the site. It is also used to refresh or redirect to other sites.

Question: 8

What do you mean by get method and post method in the context of form tag?

The get method will append the names of the form elements and their values to the URL. The post methid will send the names and values of the form elements as packets.

Question: 9

Which tags are used to identify the heading section and body section?

The heading section is identified by a pair of head tags <head> and </head> and the body section is identified by a pair of body tags <body> and </body>.

Question: 10

What is a protocol?

Protocol is a system of rules and procedures governing communications between two devices.

Related Questions