HTML/CSS/JS/Tailwind CSS/Bootstrap
Introduction
1. HTML (HyperText Markup Language)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Website</title>
</head>
<body>
<h1>Welcome to My Website</h1>
<p>This is a simple HTML page.</p>
<a href="about.html">Go to About Page</a>
</body>
</html>
2. CSS (Cascading Style Sheets)
3. JavaScript (JS)
4. Tailwind CSS – Utility-First Framework
5. Bootstrap – Responsive UI Framework
Comparison: Tailwind CSS vs. Bootstrap
Features
Tailwind CSS
Bootstrap
PreviousThree.JS: The JavaScript Library for 3D GraphicsNextMaterial UI – The Ultimate React UI Framework
Last updated