What is difference between properties and attributes ?
Every body thinks that property and attributes are same but in real those are different. the syntax of property and attributes is <property attribute="attributeValue">proopertyValue</property> for more details you can visit here
if you are writing a special css file for ie you will attach it in head section and we will comment it but how the browser read it ?
it was called as conditional comments. for example <!--[if IE ]> <link href="iecss.css" rel="stylesheet" type="text/css"> <![endif]—> we will write the code as above we have closed the IE in conditional statement called “if “ in square braces. The enclosed HTML content—a <link> tag—will be revealed to all IE browsers that support conditional comments. It links to a style sheet that only IE will see. All browsers other than IE versions 5 and later will see the code above as one simple HTML comment. If we remove the brackets and text for the sake of clarity, we’re basically left with a normal comment structure as follows: <!– <link href="iecss.css" rel="stylesheet" type="text/css" > –>
What is the shortcut key for 100% zoom in Photoshop ?
Double click on zoom tool
What is CS in adobe version numbers ?
CS means Creative Suit
What a lasso tool? For what purposes it can be used?
The lasso tool was an selection tools (shortcut L). It was used for selection .
Can you make gif animations using Photoshop tool?
yeas Photoshop has a small tool called Imgeready to do 2d animations.
Which tool(s) will you choose to slice up an image in Adobe Photoshop?
Crop tool
What is the use of notes tool(N) in adobe Photoshop ?
To make comments.
How do you export the Photoshop file to web ?
Slice the image with Slice tool (k) and press alt+shift+ctrl+f, select the save button in the next dialogue box and save type is Images and HTML.