0% found this document useful (0 votes)
16 views2 pages

Essay

HTML5 allows rich multimedia, offline capabilities, and dynamic interactions. CSS Grid offers a grid-based layout. CSS frameworks provide pre-built styles, responsive design, consistency, and ease of use.

Uploaded by

Nee and
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views2 pages

Essay

HTML5 allows rich multimedia, offline capabilities, and dynamic interactions. CSS Grid offers a grid-based layout. CSS frameworks provide pre-built styles, responsive design, consistency, and ease of use.

Uploaded by

Nee and
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

1.List the important points about HTML5.

Rich Multimedia: Play audio and video directly on your webpage without Flash
plugins, thanks to native <audio> and <video> tags.
Offline Capabilities: Store data locally using Local Storage and IndexedDB, allowing web
apps to function even without internet.
Dynamic and Interactive: Build engaging experiences with features like Canvas for
complex graphics, Drag & Drop functionality, and WebSockets for real-time updates.
Responsive Design: Create websites that adapt seamlessly to different devices and
screen sizes with media queries and semantic elements.
Semantic Structure: Use meaningful tags like <header>, <nav>, and <article> to improve
accessibility, SEO, and code readability.

2.Infer the reason behind creating designs in desktop-first view.

Complex Layouts: Utilize the bigger canvas of desktops to design intricate layouts with
multiple columns and advanced interactions.
Feature Exploration: Start with all desired features on desktop, then prioritize and adapt
for mobile, ensuring core functionality.
Content Flexibility: Showcase richer content and detailed information efficiently on
larger screens.
Design Tools: Leverage design software like Photoshop and Illustrator, well-suited for
complex desktop layouts.
Target Audience: If your primary users access your design mainly on desktops,
prioritizing their experience first might be ideal.

3.Illustrate grid
The CSS Grid Layout Module offers a grid-based layout system, with rows and columns,
making it easier to design web pages without having to use floats and positioning.
A grid layout consists of a parent element, with one or more child elements.

4.Outline the features and characteristics of CSS frameworks


Pre-built Styles: They offer ready-made styles for common elements like buttons, forms,
layouts, and more, saving development time.
2

Responsive Design: Most frameworks ensure your website adapts seamlessly to


different screen sizes, improving user experience.

Consistency: They enforce standardized styles leading to a cohesive look and feel
throughout your website.

Cross-Browser Compatibility: Frameworks often address browser differences, reducing


compatibility issues.

Ease of Use: Many frameworks are beginner-friendly with clear documentation and
customization options, allowing quick adoption

5.Summarize flexbox

Flexbox is a one-dimensional layout method for arranging items in rows or columns.


Items flex (expand) to fill additional space or shrink to fit into smaller spaces. This
article explains all the fundamentals.

You might also like