E-Learning

Bootcamp (Software)

CSS Tutorial Why Use CSS? CSS is used to define styles for your web pages, including the design, layout and variations in display for different devices and screen sizes. CSS Syntax h1{ color: blue; font-size: 12px} (h1) : Selector. { color} : Property. {blue; font-size} : Property {12 px } : Value Example: In this […]

Basic Structure Tags:

1. `<html>` – The root of an HTML document 2. `<head>` – Contains metadata/info for the document 3. `<title>` – Sets the title of the page (shown in browser tab) 4. `<body>` – Contains everything visible on the web page 5. `<meta>` – Defines metadata like character set or page description 6. `<link>` – Links […]

Module 2: HTML5,CSS3 & Bootsrap 5

HTML & CSS: Introduction This tutorial blends the core HTML markup skills with the CSS styling techniques you need to build real websites. What you will learn How HTML structures content using semantic, accessible elements. How CSS controls layout, colors, typography, and responsive behavior. How to combine HTML and CSS to build reusable components and […]