SlideShare ist ein Scribd-Unternehmen logo
1 von 32
Τεχνολογίες Παγκόσμιου Ιστοφ
2η διάλεξη – Εισαγωγή

Σάββατο, 19 Οκτωβρίου 2013
The WWW
Web Servers
Browsers
MOSAIC (1992)
HT…
• HTML tells browser how to present content.
• HTTP protocol that talk clients and servers.
• server uses HTTP to send HTML to the client.
Hypertext Languages
Insert text that provides information about the
content of the text
SGML (Standard Generalized Markup Language):
• An ISO (1986) technology
• HTML, XHTML and XML: based SGML.
WWW

Mixing of hypertext and TCP/IP
How to learn HTML
• We will keep coming back to HTML, but you
will learn it on your own
• Start with
– http://www.w3schools.com/html/default.asp
– http://www.w3schools.com/html5/default.asp
– or with
3 ways to mix CSS & HTML
1. <p style=“font-size: 12px”> BURN </p>
2. <style type=“text/css”>
p{
font-size: 12px;
}
</style>
3. <link rel=”stylesheet” type=“text/css” href=“location.css” />
Selector, attribute, value
body {
font-family: arial;
}
p{
text-decoration: underline;
}
CSS Box Model
Margin

Border
Padding
Content
div
<head>
<style type="text/css">
.box300 {
width:300px;
height:300px;
border:1px solid black;
}
</style>
</head>

<div class="box300">
This is a 300 by 300 pixel box
with a 1px border.
</div>
This is outside the box.
<head>
<style type="text/css">
.box300 {
width:300px;
height:300px;
border:1px solid black;
padding:10px;
}
</style>
</head>
<div class="box300">
This is a 300 by 300 pixel box
with a 1px border and 10px
padding.
</div>
<p>This is outside the box.</p>

This is a 300 by 300 pixel box
with a 1px border and 10px
padding.

This is outside the box.
<head>
<style type="text/css">
.box300 {
width:300px;
height:300px;
border:1px solid black;
padding:10px;
margin:10px;
}
</style>
</head>

<div class="box300">
This is a 300 by 300 pixel box
with a 1px border and 10px
Padding and 10px margin.
</div>
<p>This is outside the box.</p>

This is a 300 by 300 pixel box
with a 1px border and 10px
padding and 10px margin.

This is outside the box.
#container {
padding: 20px 10px 30px 12px;
margin: 0px 5px 6px 5px;
}

0
20

Content Area
5

10

12

30
6

5
#myBox {
position: relative;
left: 20px;
top: 20px;
}
top: 20px

Left: 20px

Box 1

Position: relative

Box 3

Box 2

Containing box
#myBox {
position: absolute;
left: 20px;
top: 20px;
}

top: 20px

Left: 20px

Box 1

Box 3

Position: absolute
Box 2

Containing box (relatively positioned ancestor)
#sidebar {

float: right;
width: 300px;
margin-left: 25px;
background-image: url(images/harbour.jpg);
background-attachment: fixed;
}
Σημαντικά στοιχεία
•
•
•
•

Gradients
Rounded corners
Interfaces
Transitions
Coloring Schemes
More contrast for
more energy

At most 4 colors
(besides black and
white)
Monochrome Schemes

Smooth and calm
Neighboring colors

Pleasant and enthusiastic
Complementing Colors

Vigor
A Triadic Color Scheme:

more energetic feeling
White Space
• Increased white space offers intimacy
• Minimalism
• White background for text, dark for pictures
white-space:
Text wrapping

New lines

Spaces and
tabs

normal

Collapse

Collapse

Wrap

pre

Preserve

Preserve

No wrap

nowrap

Collapse

Collapse

No wrap

pre-wrap

Preserve

Preserve

Wrap

pre-line

Preserve

Collapse

Wrap
Hypertext Transport Protocol (HTTP)
• Commands that browser sends and και the
(web) server understands
• HTTP commands (internal to the browser):
– GET filename : download
– POST filename : send a web form response
– PUT filename : upload
– HEAD, OPTIONS, DELETE, CONNECT, …

• Ctrl-Alt-Del
HTTP?
Response
(HTML in HTTP)
In Request
Homework
• Get you site hosted at wordpress.com
• Get your wordpress site hosted at a Virtual
Machine in https://okeanos.grnet.gr/
– Send me an e-mail with the e-mail you use to
register to oceanos

• Give your links as a comment (see our site)

Weitere ähnliche Inhalte

Andere mochten auch

15η διάλεξη Γραμμικής Άλγεβρας
15η διάλεξη Γραμμικής Άλγεβρας15η διάλεξη Γραμμικής Άλγεβρας
15η διάλεξη Γραμμικής ΆλγεβραςManolis Vavalis
 
Archaeology and cultural heritage application working group
Archaeology and cultural heritage application working groupArchaeology and cultural heritage application working group
Archaeology and cultural heritage application working groupManolis Vavalis
 
5η διάλεξη Γραμμικής Άλγβερας
5η διάλεξη Γραμμικής Άλγβερας5η διάλεξη Γραμμικής Άλγβερας
5η διάλεξη Γραμμικής ΆλγβεραςManolis Vavalis
 
4η διάλεξη Γραμμικής Άλγεβρας
4η διάλεξη Γραμμικής Άλγεβρας4η διάλεξη Γραμμικής Άλγεβρας
4η διάλεξη Γραμμικής ΆλγεβραςManolis Vavalis
 
Ch. 10 custom tag development
Ch. 10 custom tag developmentCh. 10 custom tag development
Ch. 10 custom tag developmentManolis Vavalis
 
Ομογενή Συστήματα - Ειδικά Συστήματα
Ομογενή Συστήματα - Ειδικά ΣυστήματαΟμογενή Συστήματα - Ειδικά Συστήματα
Ομογενή Συστήματα - Ειδικά ΣυστήματαManolis Vavalis
 
Application Behavior-Aware Flow Control in Network-on-Chip
Application Behavior-Aware Flow Control in Network-on-ChipApplication Behavior-Aware Flow Control in Network-on-Chip
Application Behavior-Aware Flow Control in Network-on-ChipIvonne Liu
 
DotTerrace_TalkEvent_Part3
DotTerrace_TalkEvent_Part3DotTerrace_TalkEvent_Part3
DotTerrace_TalkEvent_Part3DOT TERRACE
 
Foriegn policy of pakistan
Foriegn policy of pakistanForiegn policy of pakistan
Foriegn policy of pakistan13023901-016
 

Andere mochten auch (16)

15η διάλεξη Γραμμικής Άλγεβρας
15η διάλεξη Γραμμικής Άλγεβρας15η διάλεξη Γραμμικής Άλγεβρας
15η διάλεξη Γραμμικής Άλγεβρας
 
Archaeology and cultural heritage application working group
Archaeology and cultural heritage application working groupArchaeology and cultural heritage application working group
Archaeology and cultural heritage application working group
 
5η διάλεξη Γραμμικής Άλγβερας
5η διάλεξη Γραμμικής Άλγβερας5η διάλεξη Γραμμικής Άλγβερας
5η διάλεξη Γραμμικής Άλγβερας
 
4η διάλεξη Γραμμικής Άλγεβρας
4η διάλεξη Γραμμικής Άλγεβρας4η διάλεξη Γραμμικής Άλγεβρας
4η διάλεξη Γραμμικής Άλγεβρας
 
Ch. 8 script free pages
Ch. 8 script free pagesCh. 8 script free pages
Ch. 8 script free pages
 
Ch. 7 beeing a jsp
Ch. 7 beeing a jsp     Ch. 7 beeing a jsp
Ch. 7 beeing a jsp
 
Ch. 10 custom tag development
Ch. 10 custom tag developmentCh. 10 custom tag development
Ch. 10 custom tag development
 
Ομογενή Συστήματα - Ειδικά Συστήματα
Ομογενή Συστήματα - Ειδικά ΣυστήματαΟμογενή Συστήματα - Ειδικά Συστήματα
Ομογενή Συστήματα - Ειδικά Συστήματα
 
Presentation 1 (1)
Presentation 1 (1)Presentation 1 (1)
Presentation 1 (1)
 
mohamed haggag
mohamed haggagmohamed haggag
mohamed haggag
 
Application Behavior-Aware Flow Control in Network-on-Chip
Application Behavior-Aware Flow Control in Network-on-ChipApplication Behavior-Aware Flow Control in Network-on-Chip
Application Behavior-Aware Flow Control in Network-on-Chip
 
DotTerrace_TalkEvent_Part3
DotTerrace_TalkEvent_Part3DotTerrace_TalkEvent_Part3
DotTerrace_TalkEvent_Part3
 
B worm -Use Case-
B worm -Use Case-B worm -Use Case-
B worm -Use Case-
 
Nationalization
NationalizationNationalization
Nationalization
 
Foriegn policy of pakistan
Foriegn policy of pakistanForiegn policy of pakistan
Foriegn policy of pakistan
 
Birgitta Mortensen Artikel 1
Birgitta Mortensen Artikel 1Birgitta Mortensen Artikel 1
Birgitta Mortensen Artikel 1
 

Ähnlich wie Lecture 3: HTML & CSS

CSS-Tutorial-boxmodel
CSS-Tutorial-boxmodelCSS-Tutorial-boxmodel
CSS-Tutorial-boxmodeltutorialsruby
 
CSS-Tutorial-boxmodel
CSS-Tutorial-boxmodelCSS-Tutorial-boxmodel
CSS-Tutorial-boxmodeltutorialsruby
 
WEB TECHNOLOGY Unit-2.pptx
WEB TECHNOLOGY Unit-2.pptxWEB TECHNOLOGY Unit-2.pptx
WEB TECHNOLOGY Unit-2.pptxkarthiksmart21
 
Responsive Web Design (April 18th, Los Angeles)
Responsive Web Design (April 18th, Los Angeles)Responsive Web Design (April 18th, Los Angeles)
Responsive Web Design (April 18th, Los Angeles)Thinkful
 
Devoxx Belgium: CSS Grid Layout
Devoxx Belgium: CSS Grid LayoutDevoxx Belgium: CSS Grid Layout
Devoxx Belgium: CSS Grid LayoutRachel Andrew
 
CSS Box Model and Dimensions
CSS Box Model and DimensionsCSS Box Model and Dimensions
CSS Box Model and DimensionsGerson Abesamis
 
CSS Grid Layout for Topconf, Linz
CSS Grid Layout for Topconf, LinzCSS Grid Layout for Topconf, Linz
CSS Grid Layout for Topconf, LinzRachel Andrew
 
CSS Day: CSS Grid Layout
CSS Day: CSS Grid Layout CSS Day: CSS Grid Layout
CSS Day: CSS Grid Layout Rachel Andrew
 
CSSO – compress CSS (english version)
CSSO – compress CSS (english version)CSSO – compress CSS (english version)
CSSO – compress CSS (english version)Roman Dvornov
 
An Event Apart SF: CSS Grid Layout
An Event Apart SF: CSS Grid LayoutAn Event Apart SF: CSS Grid Layout
An Event Apart SF: CSS Grid LayoutRachel Andrew
 
Make Css easy : easy tips for css
Make Css easy : easy tips for cssMake Css easy : easy tips for css
Make Css easy : easy tips for cssshabab shihan
 

Ähnlich wie Lecture 3: HTML & CSS (20)

Lab#7 CSS Box Model
Lab#7 CSS Box ModelLab#7 CSS Box Model
Lab#7 CSS Box Model
 
CSS
CSSCSS
CSS
 
CSS-Tutorial-boxmodel
CSS-Tutorial-boxmodelCSS-Tutorial-boxmodel
CSS-Tutorial-boxmodel
 
CSS-Tutorial-boxmodel
CSS-Tutorial-boxmodelCSS-Tutorial-boxmodel
CSS-Tutorial-boxmodel
 
CSS and CSS3
CSS and CSS3CSS and CSS3
CSS and CSS3
 
CSS Grid Layout
CSS Grid LayoutCSS Grid Layout
CSS Grid Layout
 
WEB TECHNOLOGY Unit-2.pptx
WEB TECHNOLOGY Unit-2.pptxWEB TECHNOLOGY Unit-2.pptx
WEB TECHNOLOGY Unit-2.pptx
 
Web - CSS 1.pptx
Web - CSS 1.pptxWeb - CSS 1.pptx
Web - CSS 1.pptx
 
Responsive Web Design (April 18th, Los Angeles)
Responsive Web Design (April 18th, Los Angeles)Responsive Web Design (April 18th, Los Angeles)
Responsive Web Design (April 18th, Los Angeles)
 
CSS Basics
CSS BasicsCSS Basics
CSS Basics
 
Devoxx Belgium: CSS Grid Layout
Devoxx Belgium: CSS Grid LayoutDevoxx Belgium: CSS Grid Layout
Devoxx Belgium: CSS Grid Layout
 
CSS and Layout
CSS and LayoutCSS and Layout
CSS and Layout
 
CSS Box Model and Dimensions
CSS Box Model and DimensionsCSS Box Model and Dimensions
CSS Box Model and Dimensions
 
CSS Grid Layout for Topconf, Linz
CSS Grid Layout for Topconf, LinzCSS Grid Layout for Topconf, Linz
CSS Grid Layout for Topconf, Linz
 
CSS Day: CSS Grid Layout
CSS Day: CSS Grid Layout CSS Day: CSS Grid Layout
CSS Day: CSS Grid Layout
 
CSSO – compress CSS (english version)
CSSO – compress CSS (english version)CSSO – compress CSS (english version)
CSSO – compress CSS (english version)
 
An Event Apart SF: CSS Grid Layout
An Event Apart SF: CSS Grid LayoutAn Event Apart SF: CSS Grid Layout
An Event Apart SF: CSS Grid Layout
 
CSS 3
CSS 3CSS 3
CSS 3
 
Html starting
Html startingHtml starting
Html starting
 
Make Css easy : easy tips for css
Make Css easy : easy tips for cssMake Css easy : easy tips for css
Make Css easy : easy tips for css
 

Kürzlich hochgeladen

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 

Kürzlich hochgeladen (20)

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 

Lecture 3: HTML & CSS

Hinweis der Redaktion

  1. Ενσωματωμένο, μέσα στην html. Καλό είναι να αποφεύγεται.Ενσωματωμένο στην αρχή της html.Εισάγω στην html ένα εξωτερικό αρχείο CSS (η μέθοδος που ενδείκνυται).