SOW - Session #2 - HTML && CSS
SOW - Session #2 - HTML && CSS
Session #2
HTML && CSS
04/11/2023
Merhba
Outline
I. HTML
II. CSS
III. Build to Learn
01. HTML
HTML
https://urlis.net/sow
HTML
3. Pick anywhere in your machine -> Right click -> New Folder -> Name it “Li3jbkom”
3. What Changed ?
HTML Document Structure
3. What Changed ?
HTML Document Structure
HTML
HTML Attributes
HTML Attributes
- <h1> defines the most important heading. <h6> defines the least important heading.
3. What Changed ?
HTML Text Format
- By enclosing words in the tags <b> and </b> we can make characters appear bold.
- By enclosing words in the tags <i> and </i> we can make characters appear italic.
- By enclosing words in the tags <sup> and </sup> we can make characters appear on top.
- By enclosing words in the tags <sub> and </sub> we can make characters appear as index.
Bold Italic
HTML Text Format
3. What Changed ?
HTML Text Format
3. What Changed ?
HTML Tables
HTML Forms
02. CSS
CSS
- CSS allows you to create rules that specify how the content of an element should appear.
CSS Syntax
Link
CSS Syntax
<style>
p{
Font-size : 10px
</style>
Thanks
NEXT
JS
Javascript
Javascript.js