GTU Web Designing Interview Questions And Answers for freshers

15
GTU WEB DESIGNING INTERVIEW QUESTIONS AND ANSWERS FOR FRESHERS By TOPS Technologies http://www.tops-int.com http://www.tops-int.com/web-design- training-course.html T O P S T e c h n o l o g e i s - W e b D e s i g n i n g T r a i n i n g

description

TOPS Technologies Leading IT Training Institute offer training in Php, .Net, Java, iPhone, Android, Software testing and SEO. By TOPS Technologies. http://www.tops-int.com

Transcript of GTU Web Designing Interview Questions And Answers for freshers

Page 1: GTU Web Designing Interview Questions And Answers for freshers

GTU WEB DESIGNING INTERVIEW QUESTIONS AND ANSWERS FOR FRESHERS

By TOPS Technologies

http://www.tops-int.com

http://www.tops-int.com/web-design-training-course.html

TO

PS

Te

chn

olo

ge

is - We

b D

esig

nin

g T

rain

ing

Page 2: GTU Web Designing Interview Questions And Answers for freshers

`

TO

PS

Te

chn

olo

ge

is - We

b D

esig

nin

g

Tra

inin

g

Page 3: GTU Web Designing Interview Questions And Answers for freshers

TOP WEB DESIGNING INTERVIEW QUESTIONS AND ANSWERS ARE AS FOLLOWS

TO

PS

Te

chn

olo

ge

is - We

b D

esig

nin

g

Tra

inin

g

Page 4: GTU Web Designing Interview Questions And Answers for freshers

WHT IS A CSS FILE? IT IS USED FOR WHAT PURPOSE

• Answers : 1CSS stands for "Cascading Style Sheets", and are used to control and manage font styles, font sizes, and web site 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

TO

PS

Te

chn

olo

ge

is - We

b D

esig

nin

g

Tra

inin

g

Page 5: GTU Web Designing Interview Questions And Answers for freshers

HOW DO I MAKE A PICTURE AS A BACKGROUND ON MY WEB PAGES?

• 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 after 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" >

TO

PS

Te

chn

olo

ge

is - We

b D

esig

nin

g

Tra

inin

g

Page 6: GTU Web Designing Interview Questions And Answers for freshers

HOW DO I ADD SCROLLING TEXT TO MY PAGE?

• 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.

TO

PS

Te

chn

olo

ge

is - We

b D

esig

nin

g

Tra

inin

g

Page 7: GTU Web Designing Interview Questions And Answers for freshers

HOW DO I MAKE IT SO THAT SOMEONE CAN MAIL ME BY JUST CLICKING ON TEXT WITH SUBJECT?

• Use the mailto command in your A HREF link tag as shown below. < A HREF="mailto:[email protected]?Subject=Enquiry" ">Click here to mail Computer Hope< / A> .

TO

PS

Te

chn

olo

ge

is - We

b D

esig

nin

g

Tra

inin

g

Page 8: GTU Web Designing Interview Questions And Answers for freshers

HOW DO I ALIGN PICTURES SO THAT ONE MAY BE HIGHER OR LOWER THAN THE OTHER?

• 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.

TO

PS

Te

chn

olo

ge

is - We

b D

esig

nin

g

Tra

inin

g

Page 9: GTU Web Designing Interview Questions And Answers for freshers

WHAT IS EXTERNAL STYLE SHEET? HOW TO LINK?

• 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>

TO

PS

Te

chn

olo

ge

is - We

b D

esig

nin

g

Tra

inin

g

Page 10: GTU Web Designing Interview Questions And Answers for freshers

IS CSS CASE SENSITIVE?

• 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.

TO

PS

Te

chn

olo

ge

is - We

b D

esig

nin

g

Tra

inin

g

Page 11: GTU Web Designing Interview Questions And Answers for freshers

WHAT ARE THE FIVE POSSIBLE VALUES FOR “POSITION”?

• Values for position: static, relative, absolute, fixed, inherit

What are JavaScript types?•  Number, String, Boolean, Function, Object, Null,

Undefined.

What does isNaN function do?• Return true if the argument is not a number.

TO

PS

Te

chn

olo

ge

is - We

b D

esig

nin

g

Tra

inin

g

Page 12: GTU Web Designing Interview Questions And Answers for freshers

WHAT IS WORK AREA IN PHOTOSHOP?

• The work area can be intimidating to work with because of all the complex functionality but with a quick breakdown of the available features and their uses, you will be ready to comfortably navigate the work area with ease. The work area in Photoshop has the following basic functionality and features: ? Menu Bar ? this is where you can access most of the commands and features in Photoshop ? Drawing Palette ? where the image being worked on will appear ? Options bar ? content sensitive display of tool options ? changes as different tools are selected ? display using Window > Options or Click a tool in the toolbox. Lasso options bar ? Tool box - for creating an editing images (display or hide using Windows > Tools) ? Palettes - to monitor and modify images (there are 5 palettes by default) ? Palette Well - to organize palettes in work area ? Drag a palette?s tab into the palette well to store it in the palette well ? Once in the palette well click on the palette tab to use it

TO

PS

Te

chn

olo

ge

is - We

b D

esig

nin

g

Tra

inin

g

Page 13: GTU Web Designing Interview Questions And Answers for freshers

HOW CAN YOU ORGANIZE LAYERS AS IN PHOTOSHOP?

• Yes we can organize layes.. For example you create a Ball in 1st layer and then in second layer you create the background. But you should lock all the layers and unlock the layer which u r working, because unlocked layers will be active always(active means, if u want to drage the ball, backgroung layers also will be affected)

TO

PS

Te

chn

olo

ge

is - We

b D

esig

nin

g

Tra

inin

g

Page 14: GTU Web Designing Interview Questions And Answers for freshers

WEB DESIGHNING BARODA

TO

PS

Te

chn

olo

ge

is - We

b D

esig

nin

g

Tra

inin

g

Baroda Office301 Saffron Complex,Fatehgunj,Baroda.97253 55009

Page 15: GTU Web Designing Interview Questions And Answers for freshers

BIO:

http://www.tops-int.com http://www.tops-int.com/web-design-training-

course.html http://www.tops-int.com/webdesigning-training-

baroda/

TO

PS

Te

chn

olo

ge

is - We

b D

esig

nin

g

Tra

inin

g