Thursday 5 February 2015

Most Recent Web Designing Interview Questions and Answers

Below are some important Web Designing interview questions which are asked in most MNC company interviews for beginners or professionals.
21. List out the tags those are mostly used  in HTML?
<a href=”URL”>Link</a> – Used for linking another page.
<h1> – heading1 tag
<b> – Used for Bold
<img src=”imageurl”> – To insert a image

22. What is the difference between html and xhtml?
XHTML stands for Extensible Hyper Text Markup Language
XHTML is almost identical to HTML 4.01
XHTML is a stricter and cleaner version of HTML
XHTML is HTML defined as an XML application
XHTML is supported by all major browsers.
XHTML is case sensitive
Tags must be closed

23. In how many types we include CSS style sheet?
There are three types to write CSS in html
Inline style sheet
Internal style sheet
External style sheet

24. Who is making the Web standards?
The World Wide Web Consortium (w3c Consortium)

25. Write a background color in HTML?
<body style=”background-color:yellow”>

26. What is the correct HTML for creating a hyperlink with title?
<a href=http://thestudentdaily.com title=”thestudentdaily”>Thestudentdaily</a> Sample: TheStudentdaily.com (Over your mouse on this link)

27. Write an HTML code to create an e-mail link?
<a href=”mailto:xxx@yyy”>

28. How can we call the external style sheet in HTML for referring?
<link rel=”stylesheet” type=”text/css” href=”mystyle.css”>

29. How do we comment a CSS file?
/* include your comment here*/

30. How can we make each word in a text start with a capital letter?
With this one in css   —– text-transform: capitalize
More Questions & Answers :-
Page1  Page2  Page3  Page4

No comments:

Post a Comment