20 Web Design Interview Questions with Answers 2018


Web Design Interview Questions with Answers

20 Web Design Interview Questions with Answers 2018: Today I have another good post which is actually very demanding nowadays. After learning Web Design Course from our institute students mostly search Web Design Interview Questions with Answers for fresher as well as experience. Learning web designing is very easy and interesting but most important thing is company placement which is one of the steps after the various interview process. If you have the capability to cross the interview then nobody can stop in making Web Design Expert.

learn-more

Web Design Interview Questions with Answers

Web Design Interview Questions

Here I am sharing one of the best Web Design Interview Questions tips along with questions and answers. These questions are very important for fresher as well experience holders and still you have any questions regarding these questions then you may contact anytime.

Below are 20 Web Design Interview Questions with Answers 2018.

You May Also Like: Common Interview Questions from Web Design Company

Question. 1: What do you mean by CSS File? What is the use of this file?

Answers: CSS stands for “Cascading Style Sheets”, and are used to control and manage font styles, font sizes, and website color combinations that are used in a web page. In order to retain continuity of “look and feel” throughout a website, all pages within a website will often refer to a single CSS file. The CSS file is typically contained in a separate file from the website, and the various web pages retrieve the CSS file each time a web page is displayed. CSS files make global appearance changes easy — a single change in a CSS file will mean that any pages using that CSS file will automatically display the changes

Questions. 2:  How do I make an Image as a background on my web pages?
Answers: Point the body background to the name of your image you wish to use as the background as shown below. This body line should be the first line of your

< / head> tag.
< body background=”picture.gif” >

You can also have the background image fixed, so it does not move when using the scroll bar in the browser. To do this add the BGPROPERTIES tag as shown below.

 < body background=”picture.gif” bgproperties=”fixed” >

Question: 3 – How to add scrolling text to my page?
Answer:  Keep in mind not all browsers support scrolling text. however to do this add a tag similar to the below example. < marquee >THIS WOULD SCROLL< /marquee> The above example would create the below-scrolling text. If your browser supports scrolling text the below example should be scrolling. More examples can be found on our main HTML page that lists most of the HTML commands.

Question: 4 – How do I make it so that someone can mail me by just clicking on text with a subject?

Answer: Use the mail to command in your A HREF link tag as shown below.

< A HREF=”mailto:support@computerhope.com?Subject=Enquiry” “>Click here to mail Computer Hope< / A> .

Question: 5 – How do I align pictures so that one may be higher or lower than the other?
Answer: Use the align statement in your IMG SRC tag as shown below. < IMG SRC=”http://www.computerhope.com/chguy.gif” align=top > Also, instead of align=top you can do align=middle, and align=bottom. .

Question: 6 – What is external Style Sheet? How to link?
Answer:  External Style Sheet is a template/document/file containing style information which can be linked with any number of HTML documents. This is a very convenient way of formatting the entire site as well as restyling it by editing just one file. The file is linked with HTML documents via the LINK element inside the HEAD element. Files containing style information must have extension .css, e.g. style.css.

< HEAD > < LINK REL=STYLESHEET HREF=”style.css” TYPE=”text/css”> < / HEAD>

Question: 7 – Is CSS case sensitive?
Answer: Cascading Style Sheets (CSS) is not case sensitive. However, font families, URLs to images, and other direct references with the style sheet may be. The trick is that if you write a document using an XML declaration and an XHTML doctype, then the CSS class names will be case sensitive for some browsers. It is a good idea to avoid naming classes where the only difference is the case, for example div.myclass { …} div.myClass { … } If the DOCTYPE or XML declaration is ever removed from your pages, even by mistake, the last instance of the style will be used, regardless of case.

You May Also Like: Learn SEO Course free Step by Step

Question: 8 – What are the five possible values for “position”?
Answer:  Values for position: static, relative, absolute, fixed, inherit

Question: 9 – How does the browser determine where to place positioned elements?
Answer: How does the browser determine where to place positioned elements?

Question: 10 – What are JavaScript types?
Answer: Number, String, Boolean, Function, Object, Null, Undefined.

Question: 11  – What does is NaN function do?
Answer:  Return true if the argument is not a number.

Question: 12 – How do you convert numbers between different bases in JavaScript?
Answer:  Use the parseInt() function, that takes a string as the first parameter and the base as a second parameter. So to convert hexadecimal 3F to decimal, use parseInt (“3F”, 16);

Question: 13 – What is negative infinity?
Answer: It’s a number in JavaScript, derived by dividing a negative number by zero.

Question: 14 – What does “1”+2+4 evaluate to?
Answer: Since 1 is a string, everything is a string, so the result is 124.

Question: 15 – What is the difference between an alert box and a confirmation box?
Answer:  An alert box displays only one button which is the OK button whereas the Confirm box displays two buttons namely OK and cancel.

Question: 16  – What is a prompt box?
Answer: A prompt box allows the user to enter input by providing a text box.

Question: 17 –  Explain what is Information Architecture?

Answer: Information architecture is often referred to the structure and navigation of an entire site.

You May Also Like: Best Animation Course in Delhi

Question: 18 –   Why will you use CSS float?

Answer: In CSS float is used very commonly, We use CSS float when we want to make an element of our web page be pushed to the right or left and make other elements wrap around it.

Question: 19 –  What is doctype?

Answer: doctype is an instruction to the browser to inform about the version of HTML document and how a browser should render it.

Question: 20 –  What is the difference between span and div?

Answer: div is a block element and span is inline element.

Freebies: Download Free Web and Graphic Design Resources.

Questions Source

These are few but most important Web Design Interview Questions with Answers. I am sure these questions and answers may help you in your web designing interview. In case you want to learn more about web designing along with graphic designing then you can Learn Web Designing Institute. If you like this post then do share on Social Media for others. Contact me if you want to Learn Web Designing Course in Delhi

Fill this inquiry form and get in touch with us.

I am a graphic and web designer in Delhi and Professional Web and Graphics Designer & Animator. I provide SEO Service in Delhi along with SEO, Web and Graphics Designing Courses training with latest technique.