0% found this document useful (0 votes)
3 views1 page

Understanding Databases and Web Development

Uploaded by

top 10
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)
3 views1 page

Understanding Databases and Web Development

Uploaded by

top 10
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

1.

What is a Database

A database is an organized collection of data stored electronically, designed to make data


storage, retrieval, and management efficient. It allows applications to store user information
such as names, emails, and passwords securely.

2. What is a Relational Database

A relational database stores data in tables composed of rows and columns, where
relationships between different pieces of data are defined using keys.

3. What is HTML and its Role in Web Development

HTML (HyperText Markup Language) is the foundation of all web pages. It structures the
content and defines elements such as text, buttons, forms, and links.

4. What is CSS and How It Styles a Web Page

CSS (Cascading Style Sheets) adds design and visual appeal to web pages created with
HTML. It controls colors, fonts, spacing, alignment, and responsiveness.

5. What is a Session and How It Protects User Access

A session is a way to store user data temporarily across multiple pages on a website. It
ensures that users stay logged in as they navigate through different sections.

You might also like