Monday, October 4, 2010

Interview Questions For Front End Web Developer

In this article, we will be discussing about the common questions that companies may ask you in your in-person interview as a CSS web developer or Front End Web Developer. There are no any fix pattern for these questions its all depends on the person who takes your interview. And also depends on on which level your are intervening.
So I categories its in to three levels.
  1. Entry level
  2. Intermediate
  3. Expert level
Entry Level: This is the level one your are going for you first interview after finish your studies.

Questions:

What is CSS or What you mean by CSS ?

In computing, CSS is a style sheet language used to describe the presentation of a document written in a markup language. CSS, short for Cascading Style Sheets, a new feature being added to HTML that gives both Web site designers, developers and users more control over how pages are displayed. more about CSS....

What you mean by Cascading?

Cascading, A fundamental feature of CSS is that more than one style sheet can influence a document's presentation. In CSS every rule is assigned a specificity value based on the composition of its selector, its location within a style sheet, and the location of that style sheet relative to other style sheets. specificity is what helps the browser determine how much "weight" is to be applied to a given CSS rule, based on the situation in which it appears. more about Cascading...

Difference between HTML and XHTML.

HTML, stands for Hyper Text Markup Language, and XHTML stands for Extensible Hypertext Markup Language is a family of XML markup languages that mirror or extend versions of the widely used Hypertext Markup Language (HTML).

More in Interview Questions For Front End Web Developer

No comments: