HTML & CSS
HTML & CSS
Chapter#5
Images on web page
Tag:
<img/>
<div> = container
-----------------------------------------------------------------------------------------
CSS !!!!
Concepts & Rules
Tags represents a container
Conatiner is an imaginary box (styling will be inside that)
BOXES
TEXT
SELECTOR : h1
DECLARATION: font family
PROPERTY: part of decl
VALUE: part of decl
h1,h2,h3{
Font family Times New Roman
}
CHAPTER#11
Classes
Id
Classes and id in html
Define that in css file.
Font-size: 40px/500%
Pintro:first-line/first-letter { font-weigh:bold }
.credits { }
a{
Text-decoretion: none;}
a:hover{ Text-decoretion: underline;
}
CHAPTER # 13
CSS DECLARATIION
BOXES
Width and length
Padding= gap from the line
Margin= length (distance b/w box and container) (box & web pages)
Brorder-radius: for rounded border
CHAPTER#14
STYLING LISTS
List-style-type: For changing the type of ordered and unordered lists.
List-style-position and list-style: list-style: inside:circle
First Edition Auctions: Tables and its styling
Border-spacing and Border-collapse
LAST DAY!!!!
BG REPEAT: NO TILES
Margin = Top Left Bottom Right 30px auto 20 px auto
Display: block /fix (will not move)
General properties will be overwrite by intentionaaly changed
-------------------------------------THE END------------------------------------------