WEBDESIGNING Interview Questions Download PDF

1 . What is full form of HTTP.

Hyper Text Transfer protocol


2 . What is difference between span tag & division tag?

Div is used to block the particular row and span is used to block particular space for the word,content an image.


3 . Mention what do you mean by Responsive design on a web page?

Responsive design is an approach to building sites to provide an optimal viewing and interaction experience. It focuses on easy navigation of site with a minimum of scrolling, panning and resizing across all devices.


4 . Explain what is the difference between “visibility:hidden” and “display:none”?

visibility:hidden: This property hides the element, but it still takes up space in the layout display:none: It eliminates the element completely from the document. It does not take up any space, even though the HTML for it is still in the source code..


5 . Explain what is Grid system?

A grid system is a structure comprising a series of horizontal and vertical lines which intersect and used to arrange content. It is a way of providing a system that designers can work with the structure and present content. For web design beginners, it is always suggested that they use the pre-made framework for web design as they are relatively easy to use.


6 . Is all HTML tags come in a pair i. e. with closing tag ?

No, there are single HTML tags that do not need a closing tag. Examples are the tag and
,


tags.


7 . How do you insert a copyright symbol on a browser page?

To insert the copyright symbol, you need to type © or & #169; in an HTML file.


8 . Does a hyperlink apply to text only?

No, hyperlinks can be used in the text as well as images. That means you can convert an image into a link that will allow users to link to another page when clicked. Surround the image within the tag combinations.


9 . What if there is no text between the tags or if a text was omitted by mistake? Will it affect the display of the HTML file?

If there is no text between the tags, then there is nothing to format. Therefore no formatting will appear. Some tags, especially tags without a closing tag like the tag, do not require any text between them.


10 . Can a single text link point to two different web pages?

No. The tag can accept only a single href attribute, and it can point to only a single web page.


Post Question Details