Web_Technology_Notes
Web_Technology_Notes
- Internet: A global network connecting millions of private, public, academic, and government
networks.
- WWW (World Wide Web): A system of interlinked hypertext documents accessed via browsers.
- Static Web Pages: Fixed content; doesn't change unless manually updated.
- Dynamic Web Pages: Content changes dynamically based on user interaction or server
response.
- Applications (e.g., browsers) that send requests to servers and display responses.
- All components (UI, logic, and database) run on the same machine.
- Code executed on the server for generating dynamic web pages (e.g., PHP, Node.js).
- HTML is the standard language for creating web pages using tags.
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
- Paragraph: <p>
2.5 Hyperlinks
</form>
- Use semantic tags like <header>, <footer>, <article>, <section>, <nav> for better accessibility
and SEO.