When designing a responsive web site, it's important to
- All of them.
- Hide interactive elements for smaller sizes.
- Make images and videos responsive.
- Build the site on a scalable grid for easy and clear content "collapsing".
- Use condensed fonts for smaller screen sizes.
Answer: All of them.
True or False? Apache is a popular open source web server.
- False
- True
Answer: True
In relation to the web, CMS stands for:
- Content Management Services
- Computer Master Science
- Competent Malware Safety
- Content Management System
Answer: Content Management System
The <h1> tag:
- defines the most important heading
- defines the least important text
- defines the most important text
- defines the most important call to action
Answer: defines the most important heading
A “responsive” website is one that:
- Has a lot of mouseovers or rollovers for users
- Links to businesses that will respond to your query
- Reacts to the click of a mouse
- Resizes to fit different screen sizes
Answer: Resizes to fit different screen sizes
What is the full form of CSS?
- Colored Style Sheets
- Cascading Style Sheets
- Colored Styling Sheets
- Creative Style Sheets
- Creative Styling Sheets
Answer: Cascading Style Sheets
<p> and <br> have the same effect
- False
- True
Answer: False
True or False? HTML5 uses some self-closing tags.
- True
- False
Answer: True
How can you improve the performance of your web page?
- Use icon-fonts instead of multiple images.
- All answers are correct
- Minimize and concatenate CSS and JavaScript files.
- Use sprites instead of multiple images.
Answer: All answers are correct
Choose the correct HTML tag for the largest heading
- <heading>
- <head>
- <h2>
- <h6>
- <h1>
Answer: <h1>
No comments:
Post a Comment