Glossary

Web Development Terms

HTML

Definition: HyperText Markup Language, used to structure content on the web.

Example:

defines a top-level heading in HTML.

Key Fact: HTML is the backbone of all websites.

CSS

Definition: Cascading Style Sheets, used to style and design HTML elements.

Example:

changes the text color to red.

Key Fact: CSS allows for responsive design, adapting to different screen sizes.

Networking Terms

IP Address

Definition: Internet Protocol Address, a unique string of numbers that identifies a device on a network.

Example: `192.168.0.1` is a private IPv4 address.

Key Fact: There are two types: IPv4 and IPv6.