NSEWA NEPAL

ONE AND ONLY ONE BEST BEST NEPALI STORE.

CASCADING STYLE SHEETS(CSS) TUTORIAL




<!DOCTYPE html>
<html>
<head><title>W3.CSS Tutorial
</title></head>
<body>
<h1>What is W3.css?<p>w3.CSS is a modern css framework with built- in responsiveness:   smaller and faster than other CSS framework.Easier to learn, and easier to use than other css frameworks.Better  cross-browser compataibity  than other CSS frameworks.Uses Standard CSS only (No jQuery or javaScript library).Supports modern responsive mobile ffirst design by default.Provides CSS eqaulity for all browsers:Chrome,firefox,Edge,IE,safari,opera,...provides CSS eqality for all devices:desktop,laptop,tablet,and mobile.speeds up and and simplifies web development.</p>
<h2>Albert Einstein</h2><p>"Make it as simple as possible, but not simpler."
</p></h1>
<h3>Easy to Use<p><div class="w3-container w3-teal">
  <h1>My Header</h1>
</div>

<img src="img_car.jpg" alt="Car">

<div class="w3-container">
  <p>A car is a wheeled, self-powered motor vehicle used for transportation.</p>
</div>

<div class="w3-container w3-teal">
  <p>My Footer</p>
</div>
W3.CSS is Fr</p></h3>


</body>
</html>