Lecture 1
Lecture 1
WEB By Qamar
Zahoor
DEVELOMENT
COURSE OUTLINES
• HTML tags are used to structure and format content on web pages
• Types of Tags :
Opening & Closing Tags
Self-Closing Tags
Container Tags
Empty Tags
Block-level Tags
Semantic Tags
Inline Tags
Form Tags
List Tags
Table Tags
HTML TAGS
Types of Tags
Opening & Closing Tags : <p>…</p> , <h1>…</h1>, <div>…</div>
Self-Closing Tags : <img> , <br> ,<hr>
Container Tags : <div>…</div>, <span>…</span>
Empty Tags : <input>
Block-level Tags : <h6>…</h6>,<p>…</p>,<ul>…</ul>
Semantic Tags :
<header>…</header>,<footer>…</footer>,<section>…<section/>
Inline Tags : <a>…</a>,<strong>…</strong>,<em>…</em>
Form Tags : <form>…</form>,<input>,<button>…</button>,<label>…
</label>
List Tags : <ul>…</ul>, <ol>…</ol>, <li>…</li>
Table Tags : <table>…</table>, <tr>…</tr>,<th>…</th>,
<td>…</td>
CSS BASICS
( SELECTORS, BOX-MODEL)
CSS
HTML
Single line Comments: < ! -- Single-line comment - -
>
Multi-lines Comments: < ! -- Multi-line comment - - >
CSS
Single line Comments: /* single-line */
Multi-line Comments: /* multi-line */
CSS BOX-MODEL
CSS BOX-MODEL
• CSS FramWork
• CSS FlexBox
• CSS Grid
• CSS Float Property
PRACTICE EXERCISE
THANK YOU