SlideShare a Scribd company logo
Τεχνολογίες Παγκόσμιου Ιστοφ
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)

More Related Content

Viewers also liked

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 group
Manolis Vavalis
 
5η διάλεξη Γραμμικής Άλγβερας
5η διάλεξη Γραμμικής Άλγβερας5η διάλεξη Γραμμικής Άλγβερας
5η διάλεξη Γραμμικής Άλγβερας
Manolis Vavalis
 
4η διάλεξη Γραμμικής Άλγεβρας
4η διάλεξη Γραμμικής Άλγεβρας4η διάλεξη Γραμμικής Άλγεβρας
4η διάλεξη Γραμμικής Άλγεβρας
Manolis Vavalis
 
Ch. 8 script free pages
Ch. 8 script free pagesCh. 8 script free pages
Ch. 8 script free pages
Manolis Vavalis
 
Ch. 7 beeing a jsp
Ch. 7 beeing a jsp     Ch. 7 beeing a jsp
Ch. 7 beeing a jsp
Manolis Vavalis
 
Ch. 10 custom tag development
Ch. 10 custom tag developmentCh. 10 custom tag development
Ch. 10 custom tag development
Manolis Vavalis
 
Ομογενή Συστήματα - Ειδικά Συστήματα
Ομογενή Συστήματα - Ειδικά ΣυστήματαΟμογενή Συστήματα - Ειδικά Συστήματα
Ομογενή Συστήματα - Ειδικά Συστήματα
Manolis Vavalis
 
Presentation 1 (1)
Presentation 1 (1)Presentation 1 (1)
Presentation 1 (1)
CHUANG SHAO-LUNG
 
mohamed haggag
mohamed haggagmohamed haggag
mohamed haggag
mohamed hagag
 
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
Ivonne Liu
 
DotTerrace_TalkEvent_Part3
DotTerrace_TalkEvent_Part3DotTerrace_TalkEvent_Part3
DotTerrace_TalkEvent_Part3DOT TERRACE
 
B worm -Use Case-
B worm -Use Case-B worm -Use Case-
B worm -Use Case-
bwormproject
 
Nationalization
NationalizationNationalization
Nationalization
13023901-016
 
Foriegn policy of pakistan
Foriegn policy of pakistanForiegn policy of pakistan
Foriegn policy of pakistan
13023901-016
 

Viewers also liked (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
 

Similar to Lecture 3: HTML & CSS

Lab#7 CSS Box Model
Lab#7 CSS Box ModelLab#7 CSS Box Model
Lab#7 CSS Box Model
Yaowaluck Promdee
 
CSS
CSSCSS
CSS-Tutorial-boxmodel
CSS-Tutorial-boxmodelCSS-Tutorial-boxmodel
CSS-Tutorial-boxmodel
tutorialsruby
 
CSS-Tutorial-boxmodel
CSS-Tutorial-boxmodelCSS-Tutorial-boxmodel
CSS-Tutorial-boxmodel
tutorialsruby
 
CSS and CSS3
CSS and CSS3CSS and CSS3
CSS and CSS3
Robyn Overstreet
 
CSS Grid Layout
CSS Grid LayoutCSS Grid Layout
CSS Grid Layout
Rachel Andrew
 
WEB TECHNOLOGY Unit-2.pptx
WEB TECHNOLOGY Unit-2.pptxWEB TECHNOLOGY Unit-2.pptx
WEB TECHNOLOGY Unit-2.pptx
karthiksmart21
 
Web - CSS 1.pptx
Web - CSS 1.pptxWeb - CSS 1.pptx
Web - CSS 1.pptx
haroon451422
 
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
 
CSS Basics
CSS BasicsCSS Basics
CSS Basics
WordPress Memphis
 
Devoxx Belgium: CSS Grid Layout
Devoxx Belgium: CSS Grid LayoutDevoxx Belgium: CSS Grid Layout
Devoxx Belgium: CSS Grid Layout
Rachel Andrew
 
CSS and Layout
CSS and LayoutCSS and Layout
CSS and Layout
Jussi Pohjolainen
 
CSS Box Model and Dimensions
CSS Box Model and DimensionsCSS Box Model and Dimensions
CSS Box Model and Dimensions
Gerson Abesamis
 
CSS Grid Layout for Topconf, Linz
CSS Grid Layout for Topconf, LinzCSS Grid Layout for Topconf, Linz
CSS Grid Layout for Topconf, Linz
Rachel 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 Layout
Rachel Andrew
 
CSS 3
CSS 3CSS 3
Html starting
Html startingHtml starting
Html starting
Rahul Dihora
 
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
shabab shihan
 

Similar to 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
 

Recently uploaded

CAKE: Sharing Slices of Confidential Data on Blockchain
CAKE: Sharing Slices of Confidential Data on BlockchainCAKE: Sharing Slices of Confidential Data on Blockchain
CAKE: Sharing Slices of Confidential Data on Blockchain
Claudio Di Ciccio
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
IndexBug
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
AI-Powered Food Delivery Transforming App Development in Saudi Arabia.pdf
AI-Powered Food Delivery Transforming App Development in Saudi Arabia.pdfAI-Powered Food Delivery Transforming App Development in Saudi Arabia.pdf
AI-Powered Food Delivery Transforming App Development in Saudi Arabia.pdf
Techgropse Pvt.Ltd.
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
Things to Consider When Choosing a Website Developer for your Website | FODUU
Things to Consider When Choosing a Website Developer for your Website | FODUUThings to Consider When Choosing a Website Developer for your Website | FODUU
Things to Consider When Choosing a Website Developer for your Website | FODUU
FODUU
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Tosin Akinosho
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
SitimaJohn
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
OpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - AuthorizationOpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - Authorization
David Brossard
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
Claudio Di Ciccio
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
Jason Packer
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
tolgahangng
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
UI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentationUI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentation
Wouter Lemaire
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
Ivanti
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
Zilliz
 

Recently uploaded (20)

CAKE: Sharing Slices of Confidential Data on Blockchain
CAKE: Sharing Slices of Confidential Data on BlockchainCAKE: Sharing Slices of Confidential Data on Blockchain
CAKE: Sharing Slices of Confidential Data on Blockchain
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
AI-Powered Food Delivery Transforming App Development in Saudi Arabia.pdf
AI-Powered Food Delivery Transforming App Development in Saudi Arabia.pdfAI-Powered Food Delivery Transforming App Development in Saudi Arabia.pdf
AI-Powered Food Delivery Transforming App Development in Saudi Arabia.pdf
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
Things to Consider When Choosing a Website Developer for your Website | FODUU
Things to Consider When Choosing a Website Developer for your Website | FODUUThings to Consider When Choosing a Website Developer for your Website | FODUU
Things to Consider When Choosing a Website Developer for your Website | FODUU
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
OpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - AuthorizationOpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - Authorization
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
UI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentationUI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentation
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
 

Lecture 3: HTML & CSS

Editor's Notes

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