reading-notes

View on GitHub

Table of content

|Read No. | Name of chapter| |:———: |:————–:| |4|Links| |4|Latout|

# Links

a comands

link email

Linking to a Specific Part of the Same Page

link in same page

Linking to a Specific Part of Another Page

< a href=”http:/www.htmlandcssbookcom/#bottom”>

Layout

Building Blocks

CSS treats each HTML element as if it is in its own box. This box will either be a block-level box or an inline box.

building block

Controlling the Position of Elements

CSS has the following positioning schemes that allow you to control the layout of a page: normal flow, relative positioning, and absolute positioning. You specify the positioning scheme using the position property in CSS. You can also float elements using the float property.