Creating Web Sites with HTML and CSS

BG Java EE Course
BG Java EE Course Manager, Technical Training at BG Java EE Course
[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object]
Floating DIVs and DIVs Behaving Like Tables
Vertical Alignment of DIVs
Centering Site Contents
Web Site with Frames
Web Site with Tables
Web Site with DIVs
Slice and Dice: Showcases
[object Object]
[object Object],[object Object]
Fixed width – what resolution (800, 1024, …)?
Fluid width – which parts will resize?
Identify site sections
Header, main, footer, columns, navigation, etc.
Decide on the layout model
DIVs vs. tables (any good reason to use tables?)
[object Object],[object Object]
Text vs. images – which belongs to the content and which is part of the styling?
Create the page layout
Create the layout DIVs and define their CSS
Create the contents of each section
Test the site in different Web browsers
[object Object],[object Object]
Fixed width ,[object Object]
900px-1000px page width is OK
Mobile devices have smaller screen ,[object Object],[object Object]
Beware of very large screens (e.g. 1920 x 1200)
Fix the min-width for the main <div>
[object Object],[object Object]
The main content usually has some main section, sidebars or navigation controls
The main section could be split in columns Main section Header Footer Left Side Bar Right Side Bar Column 1 Column 2 Column 3
[object Object],[object Object]
Using tables for columned design is incorrect! ,[object Object],[object Object],[object Object]
When they are floating, you can fix their width, but height is determined by their content (or is fixed)
When height is determined by content, background may not be applied properly
Footer must also be floating with clear:left
[object Object],[object Object]
Using tables for columned design is incorrect! ,[object Object],[object Object],[object Object]
When they are floating, you can fix their width, but height is determined by their content (or is fixed)
When height is determined by content, background may not be applied properly
Footer must also be floating with clear:left
1 of 42

Recommended

Basic of HTML, CSS(StyleSheet), JavaScript(js), Bootstrap, JSON & AngularJS by
Basic of HTML, CSS(StyleSheet), JavaScript(js), Bootstrap, JSON & AngularJSBasic of HTML, CSS(StyleSheet), JavaScript(js), Bootstrap, JSON & AngularJS
Basic of HTML, CSS(StyleSheet), JavaScript(js), Bootstrap, JSON & AngularJSDeepak Upadhyay
1.3K views105 slides
Introduction to HTML by
Introduction to HTML Introduction to HTML
Introduction to HTML Professional Guru
286 views23 slides
Presentation html by
Presentation   htmlPresentation   html
Presentation htmlBilly Tierra
953 views41 slides
Creating a webpage in html by
Creating a webpage in htmlCreating a webpage in html
Creating a webpage in htmlShrey Goswami
5.4K views23 slides
HTML by
HTMLHTML
HTMLCONNECTINGTO
491 views171 slides
HTML (Web) basics for a beginner by
HTML (Web) basics for a beginnerHTML (Web) basics for a beginner
HTML (Web) basics for a beginnerJayapal Reddy Nimmakayala
1.7K views37 slides

More Related Content

What's hot

Learning HTML by
Learning HTMLLearning HTML
Learning HTMLMd. Sirajus Salayhin
8K views205 slides
Html basic by
Html basicHtml basic
Html basicViccky Khairnar
732 views39 slides
HTML Fundamentals by
HTML FundamentalsHTML Fundamentals
HTML FundamentalsBG Java EE Course
12.3K views71 slides
Html1 by
Html1Html1
Html1learnt
2.5K views29 slides
Html ppt by
Html pptHtml ppt
Html pptRuchi Kumari
1.6K views38 slides

Similar to Creating Web Sites with HTML and CSS

Cascading Style Sheets - Part 02 by
Cascading Style Sheets - Part 02Cascading Style Sheets - Part 02
Cascading Style Sheets - Part 02Hatem Mahmoud
4.5K views172 slides
Page Layout 2010 by
Page Layout 2010Page Layout 2010
Page Layout 2010guest0f1e7f
554 views23 slides
Page Layout 2010 by
Page Layout 2010Page Layout 2010
Page Layout 2010Cathie101
857 views23 slides
Basics Of Css And Some Common Mistakes by
Basics Of Css And Some Common MistakesBasics Of Css And Some Common Mistakes
Basics Of Css And Some Common Mistakessanjay2211
8.2K views22 slides
CSS For Online Journalism by
CSS For Online JournalismCSS For Online Journalism
CSS For Online Journalismamherstwire
836 views23 slides
Advance Css by
Advance CssAdvance Css
Advance Cssvijayta
1.4K views32 slides

Similar to Creating Web Sites with HTML and CSS(20)

Cascading Style Sheets - Part 02 by Hatem Mahmoud
Cascading Style Sheets - Part 02Cascading Style Sheets - Part 02
Cascading Style Sheets - Part 02
Hatem Mahmoud4.5K views
Page Layout 2010 by guest0f1e7f
Page Layout 2010Page Layout 2010
Page Layout 2010
guest0f1e7f554 views
Page Layout 2010 by Cathie101
Page Layout 2010Page Layout 2010
Page Layout 2010
Cathie101857 views
Basics Of Css And Some Common Mistakes by sanjay2211
Basics Of Css And Some Common MistakesBasics Of Css And Some Common Mistakes
Basics Of Css And Some Common Mistakes
sanjay22118.2K views
CSS For Online Journalism by amherstwire
CSS For Online JournalismCSS For Online Journalism
CSS For Online Journalism
amherstwire836 views
Advance Css by vijayta
Advance CssAdvance Css
Advance Css
vijayta1.4K views
Advance Css 1194323118268797 5 by dharshyamal
Advance Css 1194323118268797 5Advance Css 1194323118268797 5
Advance Css 1194323118268797 5
dharshyamal423 views
Using HTML5 and CSS3 today by thebeebs
Using HTML5 and CSS3 todayUsing HTML5 and CSS3 today
Using HTML5 and CSS3 today
thebeebs1.7K views
CSS Layout Tutorial by hstryk
CSS Layout TutorialCSS Layout Tutorial
CSS Layout Tutorial
hstryk1K views
Embrace the Mullet: CSS is the 'Party in the Back' (a CSS How-to) by Tom Hapgood
Embrace the Mullet: CSS is the 'Party in the Back' (a CSS How-to)Embrace the Mullet: CSS is the 'Party in the Back' (a CSS How-to)
Embrace the Mullet: CSS is the 'Party in the Back' (a CSS How-to)
Tom Hapgood824 views
introduction to web technology by vikram singh
introduction to web technologyintroduction to web technology
introduction to web technology
vikram singh35.5K views
Web Designing Bugs - Fixes By Nyros Developer by Nyros Technologies
Web Designing Bugs - Fixes By Nyros DeveloperWeb Designing Bugs - Fixes By Nyros Developer
Web Designing Bugs - Fixes By Nyros Developer
Nyros Technologies1.1K views
Webpages And Dynamic Content by maycourse
Webpages And Dynamic ContentWebpages And Dynamic Content
Webpages And Dynamic Content
maycourse644 views
How To Create Personal Web Pages On My Web by sritikumar
How To Create Personal Web Pages On My WebHow To Create Personal Web Pages On My Web
How To Create Personal Web Pages On My Web
sritikumar948 views

More from BG Java EE Course

Rich faces by
Rich facesRich faces
Rich facesBG Java EE Course
6.3K views80 slides
Java Server Faces (JSF) - advanced by
Java Server Faces (JSF) - advancedJava Server Faces (JSF) - advanced
Java Server Faces (JSF) - advancedBG Java EE Course
64.1K views55 slides
Java Server Faces (JSF) - Basics by
Java Server Faces (JSF) - BasicsJava Server Faces (JSF) - Basics
Java Server Faces (JSF) - BasicsBG Java EE Course
12.3K views63 slides
JSTL by
JSTLJSTL
JSTLBG Java EE Course
1.3K views32 slides
Unified Expression Language by
Unified Expression LanguageUnified Expression Language
Unified Expression LanguageBG Java EE Course
4.2K views29 slides
Java Server Pages by
Java Server PagesJava Server Pages
Java Server PagesBG Java EE Course
4.9K views49 slides

More from BG Java EE Course (20)

Recently uploaded

TCS_Emotional analysis_Eng.pptx by
TCS_Emotional analysis_Eng.pptxTCS_Emotional analysis_Eng.pptx
TCS_Emotional analysis_Eng.pptxTanaka Computer Service Corp.
22 views20 slides
Advent (2023) - Hope by
Advent (2023) - HopeAdvent (2023) - Hope
Advent (2023) - HopeVintage Church
10 views13 slides
KingsandProphets2.pptx by
KingsandProphets2.pptxKingsandProphets2.pptx
KingsandProphets2.pptxVaughndj
16 views80 slides
A333 If the two are different Knowing you => to recover all your sins Togethe... by
A333 If the two are different Knowing you => to recover all your sins Togethe...A333 If the two are different Knowing you => to recover all your sins Togethe...
A333 If the two are different Knowing you => to recover all your sins Togethe...franktsao4
9 views12 slides
Frenchie Shore’ criticised as too sexually explicit by French culture ministe... by
Frenchie Shore’ criticised as too sexually explicit by French culture ministe...Frenchie Shore’ criticised as too sexually explicit by French culture ministe...
Frenchie Shore’ criticised as too sexually explicit by French culture ministe...Bnher.com
6 views3 slides
capstone presentation.pptx by
capstone presentation.pptxcapstone presentation.pptx
capstone presentation.pptxDJKerns
12 views10 slides

Recently uploaded(18)

KingsandProphets2.pptx by Vaughndj
KingsandProphets2.pptxKingsandProphets2.pptx
KingsandProphets2.pptx
Vaughndj16 views
A333 If the two are different Knowing you => to recover all your sins Togethe... by franktsao4
A333 If the two are different Knowing you => to recover all your sins Togethe...A333 If the two are different Knowing you => to recover all your sins Togethe...
A333 If the two are different Knowing you => to recover all your sins Togethe...
franktsao49 views
Frenchie Shore’ criticised as too sexually explicit by French culture ministe... by Bnher.com
Frenchie Shore’ criticised as too sexually explicit by French culture ministe...Frenchie Shore’ criticised as too sexually explicit by French culture ministe...
Frenchie Shore’ criticised as too sexually explicit by French culture ministe...
Bnher.com 6 views
capstone presentation.pptx by DJKerns
capstone presentation.pptxcapstone presentation.pptx
capstone presentation.pptx
DJKerns12 views
BRAVELY - CHICO XAVIER.pdf by MashaL38
BRAVELY - CHICO XAVIER.pdfBRAVELY - CHICO XAVIER.pdf
BRAVELY - CHICO XAVIER.pdf
MashaL3816 views
Parish Diary for Dec. 23-Jan. 24. by Chris Lyne
Parish Diary for Dec. 23-Jan. 24.Parish Diary for Dec. 23-Jan. 24.
Parish Diary for Dec. 23-Jan. 24.
Chris Lyne10 views
The Revealed Path Guide Book New Muslims by Ramzy Ajem
The Revealed Path Guide Book New MuslimsThe Revealed Path Guide Book New Muslims
The Revealed Path Guide Book New Muslims
Ramzy Ajem11 views
Deerfoot Church of Christ 12 3 23 by deerfootcoc
Deerfoot Church of Christ 12 3 23Deerfoot Church of Christ 12 3 23
Deerfoot Church of Christ 12 3 23
deerfootcoc23 views
Walking in maturity by Ed Sullivan
Walking in maturityWalking in maturity
Walking in maturity
Ed Sullivan32 views
Christmas List - Mary_Slideshare.pptx by Stephen Palm
Christmas List - Mary_Slideshare.pptxChristmas List - Mary_Slideshare.pptx
Christmas List - Mary_Slideshare.pptx
Stephen Palm23 views
Lead us safely to our homes.docx by tummyy633
Lead us safely to our homes.docxLead us safely to our homes.docx
Lead us safely to our homes.docx
tummyy6337 views
Q11 WHAT IS THE FIRST RELIGIOUS OBLIGATION IN ISLAM RAMZY AJEM by Ramzy Ajem
Q11 WHAT IS THE FIRST RELIGIOUS OBLIGATION IN ISLAM RAMZY AJEMQ11 WHAT IS THE FIRST RELIGIOUS OBLIGATION IN ISLAM RAMZY AJEM
Q11 WHAT IS THE FIRST RELIGIOUS OBLIGATION IN ISLAM RAMZY AJEM
Ramzy Ajem5 views

Creating Web Sites with HTML and CSS