Answer :
· CSS stands for Cascading Style Sheets.
· Styles define how to display HTML elements.
· Styles were added to HTML 4.0 to solve a problem.
· External Style Sheets can save a lot of work.
· External Style Sheets are stored in CSS files.
Question 2. Mention what do you mean by Responsive design on a web page?
Answer :
Responsive design is an approach to building sites to provide an optimal viewing and interaction experience. It focuses on easy navigation of site with a minimum of scrolling, panning and resizing across all devices.
Bootstrap is the most popular CSS, HTML and JS framework used for developing responsive web design
Question 3. Mention what are the main language or platform used for web-design?
Answer :
The main language used for web-designing are
· HTML: Base template
· CSS: Styling
· JavaScript: Functionality
· PHP: Server side scripts
Question 4. What elements would you use in an optimized site?
Answer :
Optimizing sites for SEO and responsiveness purposes is a key part of a web designer’s job. Make sure the designers you are interviewing are familiar with these processes and know how to best design websites for optimization purposes.
Question 5. How many HTML tags will be used for a simple web page design?
Answer :
The simplest of a web page contains 8 tags, in 4 pairs of tags.
Question 6. What is the difference between elements and tags in HTML?
Answer :
HTML elements inform how to render text and when surrounded by angular brackets <> it forms HTML tags.
Example:
<p> and </p> are HTML tags
<p>Sample content</p> : This entire thing is an HTML element
Question 7. What is the difference between bulleted list and numbered list?
Answer :
Bulleted list uses <ul> tag which is called “unordered”, and <ol> is for ordered list.
Question 8. What is HTML?
Question 9. Tell us about your experience with HTML and CSS.
No comments:
Post a Comment