SlideShare a Scribd company logo
Web Sites with XHTML and CSS Svilen Ivanov Bulgarian Association of Software Developers www.devbg.org
Table of Contents From Image to XHTML+CSS: Step by Step
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
From Image to XHTML+CSS Creating Web Sites Step by Step
From Image to XHTML+CSS Steps for converting a Web site image to XHTML + CSS ( + JavaScript ) Decide on the layout type
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?)
From Image to XHTML+CSS (2) Steps for converting a Web site image to XHTML + CSS ( + JavaScript ) Distinguish between content and style
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
Fixed vs. Fluid Layout Page layout can be fixed or fluid
Fixed width Typical users use at least 1024 x 768 resolution
900px-1000px page width is OK
Mobile devices have smaller screen Fluid width Ensure the main page content resizes correctly
Beware of very large screens (e.g. 1920 x 1200)
Fix the min-width for the main <div>
Identifying Site Sections Typical Web sites consist of header, main section and footer
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
Frames  vs. Table vs. DIVs? Site layout with frames is old-fashioned
Using tables for columned design is incorrect! Tables are considered SEO unfriendly The other option is to use <div> tags To place them in columns they must be floating
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
Frames  vs. Table vs. DIVs? Site layout with frames is old-fashioned
Using tables for columned design is incorrect! Tables are considered SEO unfriendly The other option is to use <div> tags To place them in columns they must be floating
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
Ad

More Related Content

What's hot (20)

Learning HTML
Learning HTMLLearning HTML
Learning HTML
Md. Sirajus Salayhin
 
Intr To Html & Xhtml
Intr To Html & XhtmlIntr To Html & Xhtml
Intr To Html & Xhtml
Digital Insights - Digital Marketing Agency
 
Html basic
Html basicHtml basic
Html basic
Viccky Khairnar
 
HTML Fundamentals
HTML FundamentalsHTML Fundamentals
HTML Fundamentals
BG Java EE Course
 
Html1
Html1Html1
Html1
learnt
 
Html ppt
Html pptHtml ppt
Html ppt
Ruchi Kumari
 
Html
HtmlHtml
Html
Nisa Soomro
 
JSP Custom Tags
JSP Custom TagsJSP Custom Tags
JSP Custom Tags
BG Java EE Course
 
Basic HTML
Basic HTMLBasic HTML
Basic HTML
coachhahn
 
Html - Tutorial
Html - TutorialHtml - Tutorial
Html - Tutorial
adelaticleanu
 
Html ppt
Html pptHtml ppt
Html ppt
Iblesoft
 
WWW and HTTP
WWW and HTTPWWW and HTTP
WWW and HTTP
BG Java EE Course
 
Learning Html
Learning HtmlLearning Html
Learning Html
Damian Gonz
 
Basics of HTML 5 for Beginners
Basics of HTML 5 for Beginners Basics of HTML 5 for Beginners
Basics of HTML 5 for Beginners
MediaLinkers Kennesaw
 
Html
HtmlHtml
Html
EPAM Systems
 
Html Ppt
Html PptHtml Ppt
Html Ppt
vijayanit
 
Html Tutorial
Html Tutorial Html Tutorial
Html Tutorial
DenMas Hengky
 
Html basics
Html basicsHtml basics
Html basics
mcatahir947
 
Introduction To HTML
Introduction To HTMLIntroduction To HTML
Introduction To HTML
Mehul Patel
 
Html
HtmlHtml
Html
Lakshmy TM
 

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

Cascading Style Sheets - Part 02
Cascading Style Sheets - Part 02Cascading Style Sheets - Part 02
Cascading Style Sheets - Part 02
Hatem Mahmoud
 
Page Layout 2010
Page Layout 2010Page Layout 2010
Page Layout 2010
guest0f1e7f
 
Page Layout 2010
Page Layout 2010Page Layout 2010
Page Layout 2010
Cathie101
 
Basics Of Css And Some Common Mistakes
Basics Of Css And Some Common MistakesBasics Of Css And Some Common Mistakes
Basics Of Css And Some Common Mistakes
sanjay2211
 
CSS For Online Journalism
CSS For Online JournalismCSS For Online Journalism
CSS For Online Journalism
amherstwire
 
Advance Css 1194323118268797 5
Advance Css 1194323118268797 5Advance Css 1194323118268797 5
Advance Css 1194323118268797 5
dharshyamal
 
Advance Css
Advance CssAdvance Css
Advance Css
vijayta
 
HTML5- Create divisions in a web page
HTML5- Create divisions in a web pageHTML5- Create divisions in a web page
HTML5- Create divisions in a web page
Grayzon Gonzales, LPT
 
Using HTML5 and CSS3 today
Using HTML5 and CSS3 todayUsing HTML5 and CSS3 today
Using HTML5 and CSS3 today
thebeebs
 
Slice and Dice
Slice and DiceSlice and Dice
Slice and Dice
Doncho Minkov
 
Html Expression Web
Html Expression WebHtml Expression Web
Html Expression Web
Mark Frydenberg
 
Css
CssCss
Css
MAGNA COLLEGE OF ENGINEERING
 
CSS Layout Tutorial
CSS Layout TutorialCSS Layout Tutorial
CSS Layout Tutorial
hstryk
 
CSS
CSSCSS
CSS
anandha ganesh
 
Block2 Session2 Presentation
Block2 Session2 PresentationBlock2 Session2 Presentation
Block2 Session2 Presentation
Michael Gwyther
 
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)
Embrace the Mullet: CSS is the 'Party in the Back' (a CSS How-to)
Tom Hapgood
 
introduction to web technology
introduction to web technologyintroduction to web technology
introduction to web technology
vikram singh
 
WEBSITE DESIGN AND DEVELOPMENT WITH CASCADING STYLE SHEETS(CSS)
WEBSITE DESIGN AND DEVELOPMENT WITH CASCADING STYLE SHEETS(CSS)WEBSITE DESIGN AND DEVELOPMENT WITH CASCADING STYLE SHEETS(CSS)
WEBSITE DESIGN AND DEVELOPMENT WITH CASCADING STYLE SHEETS(CSS)
brianbyamukama302
 
Web Designing Bugs - Fixes By Nyros Developer
Web Designing Bugs - Fixes By Nyros DeveloperWeb Designing Bugs - Fixes By Nyros Developer
Web Designing Bugs - Fixes By Nyros Developer
Nyros Technologies
 
Webpages And Dynamic Content
Webpages And Dynamic ContentWebpages And Dynamic Content
Webpages And Dynamic Content
maycourse
 
Cascading Style Sheets - Part 02
Cascading Style Sheets - Part 02Cascading Style Sheets - Part 02
Cascading Style Sheets - Part 02
Hatem Mahmoud
 
Page Layout 2010
Page Layout 2010Page Layout 2010
Page Layout 2010
guest0f1e7f
 
Page Layout 2010
Page Layout 2010Page Layout 2010
Page Layout 2010
Cathie101
 
Basics Of Css And Some Common Mistakes
Basics Of Css And Some Common MistakesBasics Of Css And Some Common Mistakes
Basics Of Css And Some Common Mistakes
sanjay2211
 
CSS For Online Journalism
CSS For Online JournalismCSS For Online Journalism
CSS For Online Journalism
amherstwire
 
Advance Css 1194323118268797 5
Advance Css 1194323118268797 5Advance Css 1194323118268797 5
Advance Css 1194323118268797 5
dharshyamal
 
Advance Css
Advance CssAdvance Css
Advance Css
vijayta
 
HTML5- Create divisions in a web page
HTML5- Create divisions in a web pageHTML5- Create divisions in a web page
HTML5- Create divisions in a web page
Grayzon Gonzales, LPT
 
Using HTML5 and CSS3 today
Using HTML5 and CSS3 todayUsing HTML5 and CSS3 today
Using HTML5 and CSS3 today
thebeebs
 
CSS Layout Tutorial
CSS Layout TutorialCSS Layout Tutorial
CSS Layout Tutorial
hstryk
 
Block2 Session2 Presentation
Block2 Session2 PresentationBlock2 Session2 Presentation
Block2 Session2 Presentation
Michael Gwyther
 
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)
Embrace the Mullet: CSS is the 'Party in the Back' (a CSS How-to)
Tom Hapgood
 
introduction to web technology
introduction to web technologyintroduction to web technology
introduction to web technology
vikram singh
 
WEBSITE DESIGN AND DEVELOPMENT WITH CASCADING STYLE SHEETS(CSS)
WEBSITE DESIGN AND DEVELOPMENT WITH CASCADING STYLE SHEETS(CSS)WEBSITE DESIGN AND DEVELOPMENT WITH CASCADING STYLE SHEETS(CSS)
WEBSITE DESIGN AND DEVELOPMENT WITH CASCADING STYLE SHEETS(CSS)
brianbyamukama302
 
Web Designing Bugs - Fixes By Nyros Developer
Web Designing Bugs - Fixes By Nyros DeveloperWeb Designing Bugs - Fixes By Nyros Developer
Web Designing Bugs - Fixes By Nyros Developer
Nyros Technologies
 
Webpages And Dynamic Content
Webpages And Dynamic ContentWebpages And Dynamic Content
Webpages And Dynamic Content
maycourse
 
Ad

More from BG Java EE Course (20)

Rich faces
Rich facesRich faces
Rich faces
BG Java EE Course
 
Java Server Faces (JSF) - advanced
Java Server Faces (JSF) - advancedJava Server Faces (JSF) - advanced
Java Server Faces (JSF) - advanced
BG Java EE Course
 
Java Server Faces (JSF) - Basics
Java Server Faces (JSF) - BasicsJava Server Faces (JSF) - Basics
Java Server Faces (JSF) - Basics
BG Java EE Course
 
JSTL
JSTLJSTL
JSTL
BG Java EE Course
 
Unified Expression Language
Unified Expression LanguageUnified Expression Language
Unified Expression Language
BG Java EE Course
 
Java Server Pages
Java Server PagesJava Server Pages
Java Server Pages
BG Java EE Course
 
Web Applications and Deployment
Web Applications and DeploymentWeb Applications and Deployment
Web Applications and Deployment
BG Java EE Course
 
Java Servlets
Java ServletsJava Servlets
Java Servlets
BG Java EE Course
 
CSS
CSSCSS
CSS
BG Java EE Course
 
HTML: Tables and Forms
HTML: Tables and FormsHTML: Tables and Forms
HTML: Tables and Forms
BG Java EE Course
 
JavaScript and jQuery Fundamentals
JavaScript and jQuery FundamentalsJavaScript and jQuery Fundamentals
JavaScript and jQuery Fundamentals
BG Java EE Course
 
Processing XML with Java
Processing XML with JavaProcessing XML with Java
Processing XML with Java
BG Java EE Course
 
Introduction to XML
Introduction to XMLIntroduction to XML
Introduction to XML
BG Java EE Course
 
Data Access with JDBC
Data Access with JDBCData Access with JDBC
Data Access with JDBC
BG Java EE Course
 
Introduction to-sql
Introduction to-sqlIntroduction to-sql
Introduction to-sql
BG Java EE Course
 
Introduction to-RDBMS-systems
Introduction to-RDBMS-systemsIntroduction to-RDBMS-systems
Introduction to-RDBMS-systems
BG Java EE Course
 
Basic data-structures-v.1.1
Basic data-structures-v.1.1Basic data-structures-v.1.1
Basic data-structures-v.1.1
BG Java EE Course
 
Basic input-output-v.1.1
Basic input-output-v.1.1Basic input-output-v.1.1
Basic input-output-v.1.1
BG Java EE Course
 
Strings v.1.1
Strings v.1.1Strings v.1.1
Strings v.1.1
BG Java EE Course
 
Object-oriented concepts
Object-oriented conceptsObject-oriented concepts
Object-oriented concepts
BG Java EE Course
 
Ad

Recently uploaded (20)

Tirupati Temple Festival Calendar 2025 ...............
Tirupati Temple Festival Calendar 2025 ...............Tirupati Temple Festival Calendar 2025 ...............
Tirupati Temple Festival Calendar 2025 ...............
tirupati tour packages
 
Printable Sami (North) Gospel Tract - ONLY JESUS CHRIST SAVES.pdf
Printable Sami (North) Gospel Tract - ONLY JESUS CHRIST SAVES.pdfPrintable Sami (North) Gospel Tract - ONLY JESUS CHRIST SAVES.pdf
Printable Sami (North) Gospel Tract - ONLY JESUS CHRIST SAVES.pdf
Filipino Tracts and Literature Society Inc.
 
48 Famous William Wordsworth Quotes.docx
48 Famous William Wordsworth Quotes.docx48 Famous William Wordsworth Quotes.docx
48 Famous William Wordsworth Quotes.docx
anthonybarton461
 
Sabbath School Lesson 5, 2nd Quarter 2025.pptx
Sabbath School Lesson 5, 2nd Quarter 2025.pptxSabbath School Lesson 5, 2nd Quarter 2025.pptx
Sabbath School Lesson 5, 2nd Quarter 2025.pptx
DavidSyahputra4
 
Printable Shona Gospel Tract - ONLY JESUS CHRIST SAVES.pdf
Printable Shona Gospel Tract - ONLY JESUS CHRIST SAVES.pdfPrintable Shona Gospel Tract - ONLY JESUS CHRIST SAVES.pdf
Printable Shona Gospel Tract - ONLY JESUS CHRIST SAVES.pdf
Filipino Tracts and Literature Society Inc.
 
Viral_A Study of Acts_Acts 4.23-31_Slides.pptx
Viral_A Study of Acts_Acts 4.23-31_Slides.pptxViral_A Study of Acts_Acts 4.23-31_Slides.pptx
Viral_A Study of Acts_Acts 4.23-31_Slides.pptx
Stephen Palm
 
What is Devi Kavacham Stotram? Sanatanjyoti
What is Devi Kavacham Stotram? SanatanjyotiWhat is Devi Kavacham Stotram? Sanatanjyoti
What is Devi Kavacham Stotram? Sanatanjyoti
Sanatan Jyoti
 
Printable Serbian Cyrillic Gospel Tract - ONLY JESUS CHRIST SAVES.pdf
Printable Serbian Cyrillic Gospel Tract - ONLY JESUS CHRIST SAVES.pdfPrintable Serbian Cyrillic Gospel Tract - ONLY JESUS CHRIST SAVES.pdf
Printable Serbian Cyrillic Gospel Tract - ONLY JESUS CHRIST SAVES.pdf
Filipino Tracts and Literature Society Inc.
 
Printable Serbian Latin Gospel Tract - ONLY JESUS CHRIST SAVES.pdf
Printable Serbian Latin Gospel Tract - ONLY JESUS CHRIST SAVES.pdfPrintable Serbian Latin Gospel Tract - ONLY JESUS CHRIST SAVES.pdf
Printable Serbian Latin Gospel Tract - ONLY JESUS CHRIST SAVES.pdf
Filipino Tracts and Literature Society Inc.
 
Printable Romanian Gospel Tract - ONLY JESUS CHRIST SAVES.pdf
Printable Romanian Gospel Tract - ONLY JESUS CHRIST SAVES.pdfPrintable Romanian Gospel Tract - ONLY JESUS CHRIST SAVES.pdf
Printable Romanian Gospel Tract - ONLY JESUS CHRIST SAVES.pdf
Filipino Tracts and Literature Society Inc.
 
Printable Santali Gospel Tract - ONLY JESUS CHRIST SAVES.pdf
Printable Santali Gospel Tract - ONLY JESUS CHRIST SAVES.pdfPrintable Santali Gospel Tract - ONLY JESUS CHRIST SAVES.pdf
Printable Santali Gospel Tract - ONLY JESUS CHRIST SAVES.pdf
Filipino Tracts and Literature Society Inc.
 
Humour In Safety Presentation for SAFESTART
Humour In Safety Presentation for SAFESTARTHumour In Safety Presentation for SAFESTART
Humour In Safety Presentation for SAFESTART
JoseAlbertoCariasDel
 
The Full Armor Of God.pptxThe Full Armor Of God.pptxThe Full Armor Of God.pptx
The Full Armor Of God.pptxThe Full Armor Of God.pptxThe Full Armor Of God.pptxThe Full Armor Of God.pptxThe Full Armor Of God.pptxThe Full Armor Of God.pptx
The Full Armor Of God.pptxThe Full Armor Of God.pptxThe Full Armor Of God.pptx
HannaTizon1
 
The Bold Claim of Christianity Defending the Resurrection of Jesus.pptx
The Bold Claim of Christianity Defending the Resurrection of Jesus.pptxThe Bold Claim of Christianity Defending the Resurrection of Jesus.pptx
The Bold Claim of Christianity Defending the Resurrection of Jesus.pptx
Honey Vernon Aposaga
 
St. John's Parish Magazine - May 25 - Web
St. John's Parish Magazine - May 25 - WebSt. John's Parish Magazine - May 25 - Web
St. John's Parish Magazine - May 25 - Web
Chris Lyne
 
Printable Sardinian Gospel Tract - ONLY JESUS CHRIST SAVES.pdf
Printable Sardinian Gospel Tract - ONLY JESUS CHRIST SAVES.pdfPrintable Sardinian Gospel Tract - ONLY JESUS CHRIST SAVES.pdf
Printable Sardinian Gospel Tract - ONLY JESUS CHRIST SAVES.pdf
Filipino Tracts and Literature Society Inc.
 
Printable Seychellois Creole Gospel Tract - ONLY JESUS CHRIST SAVES.pdf
Printable Seychellois Creole Gospel Tract - ONLY JESUS CHRIST SAVES.pdfPrintable Seychellois Creole Gospel Tract - ONLY JESUS CHRIST SAVES.pdf
Printable Seychellois Creole Gospel Tract - ONLY JESUS CHRIST SAVES.pdf
Filipino Tracts and Literature Society Inc.
 
4.-Moral-Personhood-and-Responsibility.pdf
4.-Moral-Personhood-and-Responsibility.pdf4.-Moral-Personhood-and-Responsibility.pdf
4.-Moral-Personhood-and-Responsibility.pdf
amnesiaorosco
 
Chap.36 Ruqayyah(Week14).pptxsjjjjjjjjjjj
Chap.36 Ruqayyah(Week14).pptxsjjjjjjjjjjjChap.36 Ruqayyah(Week14).pptxsjjjjjjjjjjj
Chap.36 Ruqayyah(Week14).pptxsjjjjjjjjjjj
bilalbaloshi
 
Society State and Polity in India (culture).pptx
Society State and Polity in India (culture).pptxSociety State and Polity in India (culture).pptx
Society State and Polity in India (culture).pptx
aditichinar
 
Tirupati Temple Festival Calendar 2025 ...............
Tirupati Temple Festival Calendar 2025 ...............Tirupati Temple Festival Calendar 2025 ...............
Tirupati Temple Festival Calendar 2025 ...............
tirupati tour packages
 
48 Famous William Wordsworth Quotes.docx
48 Famous William Wordsworth Quotes.docx48 Famous William Wordsworth Quotes.docx
48 Famous William Wordsworth Quotes.docx
anthonybarton461
 
Sabbath School Lesson 5, 2nd Quarter 2025.pptx
Sabbath School Lesson 5, 2nd Quarter 2025.pptxSabbath School Lesson 5, 2nd Quarter 2025.pptx
Sabbath School Lesson 5, 2nd Quarter 2025.pptx
DavidSyahputra4
 
Viral_A Study of Acts_Acts 4.23-31_Slides.pptx
Viral_A Study of Acts_Acts 4.23-31_Slides.pptxViral_A Study of Acts_Acts 4.23-31_Slides.pptx
Viral_A Study of Acts_Acts 4.23-31_Slides.pptx
Stephen Palm
 
What is Devi Kavacham Stotram? Sanatanjyoti
What is Devi Kavacham Stotram? SanatanjyotiWhat is Devi Kavacham Stotram? Sanatanjyoti
What is Devi Kavacham Stotram? Sanatanjyoti
Sanatan Jyoti
 
Humour In Safety Presentation for SAFESTART
Humour In Safety Presentation for SAFESTARTHumour In Safety Presentation for SAFESTART
Humour In Safety Presentation for SAFESTART
JoseAlbertoCariasDel
 
The Full Armor Of God.pptxThe Full Armor Of God.pptxThe Full Armor Of God.pptx
The Full Armor Of God.pptxThe Full Armor Of God.pptxThe Full Armor Of God.pptxThe Full Armor Of God.pptxThe Full Armor Of God.pptxThe Full Armor Of God.pptx
The Full Armor Of God.pptxThe Full Armor Of God.pptxThe Full Armor Of God.pptx
HannaTizon1
 
The Bold Claim of Christianity Defending the Resurrection of Jesus.pptx
The Bold Claim of Christianity Defending the Resurrection of Jesus.pptxThe Bold Claim of Christianity Defending the Resurrection of Jesus.pptx
The Bold Claim of Christianity Defending the Resurrection of Jesus.pptx
Honey Vernon Aposaga
 
St. John's Parish Magazine - May 25 - Web
St. John's Parish Magazine - May 25 - WebSt. John's Parish Magazine - May 25 - Web
St. John's Parish Magazine - May 25 - Web
Chris Lyne
 
4.-Moral-Personhood-and-Responsibility.pdf
4.-Moral-Personhood-and-Responsibility.pdf4.-Moral-Personhood-and-Responsibility.pdf
4.-Moral-Personhood-and-Responsibility.pdf
amnesiaorosco
 
Chap.36 Ruqayyah(Week14).pptxsjjjjjjjjjjj
Chap.36 Ruqayyah(Week14).pptxsjjjjjjjjjjjChap.36 Ruqayyah(Week14).pptxsjjjjjjjjjjj
Chap.36 Ruqayyah(Week14).pptxsjjjjjjjjjjj
bilalbaloshi
 
Society State and Polity in India (culture).pptx
Society State and Polity in India (culture).pptxSociety State and Polity in India (culture).pptx
Society State and Polity in India (culture).pptx
aditichinar
 

Creating Web Sites with HTML and CSS