Web Design Interview Questions and Answers
Question - 41 : - Explain how can you integrate CSS file to your webpage?
Answer - 41 : -
To integrate CSS file with any number of HTML files, you have to integrate the file after the tag using “Link” property.
Question - 42 : - List Out The Tags Those Are Mostly Used In Html?
Answer - 42 : -
Link – Used for linking another page.
– heading1 tag.
– Used for Bold.
– To insert a image.
Question - 43 : - In How Many Types We Include Css Style Sheet?
Answer - 43 : -
There are three types to write CSS in html:
- Inline style sheet.
- Internal style sheet.
- External style sheet.
Question - 44 : - How Can We Call The External Style Sheet In Html For Referring?
Answer - 44 : -
.
Question - 45 : - How Do We Comment A Css File?
Answer - 45 : -
/* include your comment here*/.
Question - 46 : - How Can We Make Each Word In A Text Start With A Capital Letter?
Answer - 46 : -
With this one in css —– text-transform: capitalize.
Question - 47 : - Why We Use 'clear' In Html?
Answer - 47 : -
We use the clearance in HTML code for separating the content from one
content after floating the position of other
content.
Question - 48 : - What Is A Layer In Photoshop?
Answer - 48 : -
Layer is a component which holds the object. Without affecting the other content, we can modify the object in it.
Question - 49 : - What Is Gradient? How To Apply Gradient?
Answer - 49 : -
Gradient is a mixing of two or more colors.
Question - 50 : - What Is Dhtml?
Answer - 50 : -
- DHTML is a combination of HTML, XHTML, Javascript, Jquery and CSS.
- DHTML is a TERM describing the art of making dynamic and interactive web pages.