SlideShare a Scribd company logo
1 of 25
HTMLtoFTP By: Keira Dooley
Doctype The doctype declaration should be the very first thing in an HTML document, before the <html> tag. It is an instruction to the web browser about what version of the markup language the page is written in. http://www.w3schools.com/tags/tag_doctype.asp
XHTML Transitional <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> HTML 4 XML 1 XHTML
	HTML is Easy! It’s got a HEAD and a BODY. 	<html>	<head>		<title>Welcome to my web site!</title>	</head>	<body>		Read my content ! ! ! 		</body></html>
<html> The <html> tag tells the browser that this is an HTML document.
<head> doctype keywords page title The head element contains the “brains” of the webpage: doctype page title meta data, like keywords &  page description.
<body> The body element contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc. text
Semantic Structure Assistive technologies allow users to navigate between sections of information if structure is used. Structured content is beneficial for sighted users as well.
<h1> = Heading The <h1> to <h6> tags are used to define HTML headings <h1> defines the largest heading and <h6> defines the smallest heading. Important! Headings should be used to determine hierarchical content structure, NOT to make text larger and bolder.
How “AT” Reads Headings Assistive technology (AT) devices allow users to navigate through a webpage using the various headings as "bookmarks" to jump from section to section.
A Good Example of Semantic Structure GOOD! <h1>Page Topic</h1> Content about this topic resides in this paragraph. <h2> Sub Topic Content about this topic resides in this paragraph. <h3> Sub-Sub Topic Content about this topic resides in this paragraph. <h2> Sub Topic Content about this topic resides in this paragraph. Note: Use only one “Heading 1 <h1> ” per page.
A Bad Example of Semantic Structure <h2>Page Topic</h2> Content about this topic resides in this paragraph. <h1>Topic</h1> Content about this topic resides in this paragraph. <h3>Topic</h3> Content about this topic resides in this paragraph. <h2>Sub Topic</h2> Content about this topic resides in this paragraph. Note: Headings should be used in order to present information in a logical way to all users.
<ol> = Ordered Lists Code View:<ol>	<li>list item</li>	<li>list item</li>	<li>list item</li></ol> Tip: Change list type by using <ol type=“A”> or <ol type=“a”> Live View: List item List item List item
<ul> = Unordered Lists Code View:<ul>	<li>list item</li>	<li>list item</li>	<li>list item</li></ul> Tip: Change list type by using <ul type=“square”> or <ul type=“circle”> Live View: ,[object Object]
List item
List item,[object Object]
<br /> = Break The <br> tag inserts a single line break.  An HTML break is the <br> tag. An XHTML break is the <br /> tag, which is properly closed. Note: Use the break tag to insert line breaks, not to create paragraphs.
Images Image tag<imgsrc=“http://www.website.com/photo.jpg”> Your website
Data Tables vs. Layout Tables Data tables can be accessible! Layout tables should be replaced with more accessible layout techniques, like CSS.
Tables Tables<table>	<tr> (table row>		<td> (table column) </td>	</tr></table>
Web Editors There are two types of programs that can be used to design basic web sites: WYSIWYG: What You See Is What You Get.“Drag and drop” web design program. (ie: DreamWeaver, Microsoft Frontpage) HTML Text Editor: You write the code. [ie: UltraEdit, Notepad/Windows, Simpletext/MAC]
FTP (File Transport Protocol) FTP is a way of transferring your website’s files to and from your computer and the web server Your computer WWW FTP
FTP Programs	 Filezilla – Used in class CuteFTP WSFTP
FTP Settings for CSULB
Web Design Rules to Remember Design your site to accommodate a 1024 x 768 pixel layout Use a standard web font families Use a browser-safe palette when possible Save graphics at 72 dpi (dots per inch)

More Related Content

What's hot

1.1 xhtml basics
1.1 xhtml basics1.1 xhtml basics
1.1 xhtml basicsBulldogs83
 
Lesson plan: HTML Formatting Texts and Paragraphs
Lesson plan: HTML Formatting Texts and ParagraphsLesson plan: HTML Formatting Texts and Paragraphs
Lesson plan: HTML Formatting Texts and ParagraphsKeith Borgonia Manatad
 
Introduction to basic HTML [Librarian edition]
Introduction to basic HTML [Librarian edition]Introduction to basic HTML [Librarian edition]
Introduction to basic HTML [Librarian edition]Kosie Eloff
 
Module 2 Lesson 1
Module 2 Lesson 1Module 2 Lesson 1
Module 2 Lesson 1claytors
 
HTML Introduction, HTML History, HTML Uses, HTML benifits
HTML Introduction, HTML History, HTML Uses, HTML benifitsHTML Introduction, HTML History, HTML Uses, HTML benifits
HTML Introduction, HTML History, HTML Uses, HTML benifitsPro Guide
 
How to Make HTML and CSS Files
How to Make HTML and CSS FilesHow to Make HTML and CSS Files
How to Make HTML and CSS FilesLearningNerd
 
Html For Beginners 2
Html For Beginners 2Html For Beginners 2
Html For Beginners 2Sriram Raj
 
HTML presentation for beginners
HTML presentation for beginnersHTML presentation for beginners
HTML presentation for beginnersjeroenvdmeer
 
Xhtml Part1
Xhtml Part1Xhtml Part1
Xhtml Part1nleesite
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to htmlvikasgaur31
 
Html Lesson01
Html Lesson01Html Lesson01
Html Lesson01jhessabar
 

What's hot (20)

Html1
Html1Html1
Html1
 
1.1 xhtml basics
1.1 xhtml basics1.1 xhtml basics
1.1 xhtml basics
 
Lesson plan: HTML Formatting Texts and Paragraphs
Lesson plan: HTML Formatting Texts and ParagraphsLesson plan: HTML Formatting Texts and Paragraphs
Lesson plan: HTML Formatting Texts and Paragraphs
 
Introduction to basic HTML [Librarian edition]
Introduction to basic HTML [Librarian edition]Introduction to basic HTML [Librarian edition]
Introduction to basic HTML [Librarian edition]
 
New HTML5/CSS3 techniques
New HTML5/CSS3 techniquesNew HTML5/CSS3 techniques
New HTML5/CSS3 techniques
 
ARTDM 171 Week 4: Tags
ARTDM 171 Week 4: TagsARTDM 171 Week 4: Tags
ARTDM 171 Week 4: Tags
 
Module 2 Lesson 1
Module 2 Lesson 1Module 2 Lesson 1
Module 2 Lesson 1
 
Webdesign
WebdesignWebdesign
Webdesign
 
HTML Introduction, HTML History, HTML Uses, HTML benifits
HTML Introduction, HTML History, HTML Uses, HTML benifitsHTML Introduction, HTML History, HTML Uses, HTML benifits
HTML Introduction, HTML History, HTML Uses, HTML benifits
 
How to Make HTML and CSS Files
How to Make HTML and CSS FilesHow to Make HTML and CSS Files
How to Make HTML and CSS Files
 
Html For Beginners 2
Html For Beginners 2Html For Beginners 2
Html For Beginners 2
 
Basic html
Basic htmlBasic html
Basic html
 
HTML presentation for beginners
HTML presentation for beginnersHTML presentation for beginners
HTML presentation for beginners
 
Lesson1 Intro to HTML
Lesson1 Intro to HTMLLesson1 Intro to HTML
Lesson1 Intro to HTML
 
Html - Tutorial
Html - TutorialHtml - Tutorial
Html - Tutorial
 
HTML and CSS workshop
HTML and CSS workshopHTML and CSS workshop
HTML and CSS workshop
 
Basic HTML
Basic HTMLBasic HTML
Basic HTML
 
Xhtml Part1
Xhtml Part1Xhtml Part1
Xhtml Part1
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
 
Html Lesson01
Html Lesson01Html Lesson01
Html Lesson01
 

Viewers also liked

Environment for Access
Environment for AccessEnvironment for Access
Environment for AccessKeira Dooley
 
Video Captioning: How-To & Other Resources
Video Captioning: How-To & Other ResourcesVideo Captioning: How-To & Other Resources
Video Captioning: How-To & Other ResourcesKeira Dooley
 
Intro to Screenprinting
Intro to ScreenprintingIntro to Screenprinting
Intro to ScreenprintingKeira Dooley
 
How to install wordpress
How to install wordpressHow to install wordpress
How to install wordpressAtul Shedage
 
Triple Net Real Estate Income
Triple Net Real Estate IncomeTriple Net Real Estate Income
Triple Net Real Estate IncomeRonaldFilian
 
Ceo Fusion Teams
Ceo Fusion   TeamsCeo Fusion   Teams
Ceo Fusion Teamsjimlove
 
Event Pro 48 Semi Display Trailer
Event Pro   48 Semi Display TrailerEvent Pro   48 Semi Display Trailer
Event Pro 48 Semi Display Trailerbirvin
 
Holocaust Lessons
Holocaust LessonsHolocaust Lessons
Holocaust Lessonsrandalld
 
In One Page 設立計劃書
In One Page 設立計劃書In One Page 設立計劃書
In One Page 設立計劃書npo.ceo
 
3 De fem søjler og festerne
3   De fem søjler og festerne 3   De fem søjler og festerne
3 De fem søjler og festerne Mogens Mogensen
 
Legal Document Will
Legal Document WillLegal Document Will
Legal Document Willlegal5
 
A History Of The Navy Legal Panel
A History Of The Navy Legal PanelA History Of The Navy Legal Panel
A History Of The Navy Legal Panellegal5
 
Presentasi lembaga kemanusiaan esq
Presentasi lembaga kemanusiaan esqPresentasi lembaga kemanusiaan esq
Presentasi lembaga kemanusiaan esqAbdul Basyith
 
Inflatable sculpture
Inflatable sculptureInflatable sculpture
Inflatable sculpturerobert ponzio
 
Menighedsudvikling 1a Hvorfor om kirken
Menighedsudvikling 1a Hvorfor   om kirkenMenighedsudvikling 1a Hvorfor   om kirken
Menighedsudvikling 1a Hvorfor om kirkenMogens Mogensen
 

Viewers also liked (20)

Environment for Access
Environment for AccessEnvironment for Access
Environment for Access
 
Video Captioning: How-To & Other Resources
Video Captioning: How-To & Other ResourcesVideo Captioning: How-To & Other Resources
Video Captioning: How-To & Other Resources
 
Intro to Screenprinting
Intro to ScreenprintingIntro to Screenprinting
Intro to Screenprinting
 
How to install wordpress
How to install wordpressHow to install wordpress
How to install wordpress
 
1.3.4example
1.3.4example1.3.4example
1.3.4example
 
Triple Net Real Estate Income
Triple Net Real Estate IncomeTriple Net Real Estate Income
Triple Net Real Estate Income
 
1.3.1parallel
1.3.1parallel1.3.1parallel
1.3.1parallel
 
Ceo Fusion Teams
Ceo Fusion   TeamsCeo Fusion   Teams
Ceo Fusion Teams
 
Event Pro 48 Semi Display Trailer
Event Pro   48 Semi Display TrailerEvent Pro   48 Semi Display Trailer
Event Pro 48 Semi Display Trailer
 
Holocaust Lessons
Holocaust LessonsHolocaust Lessons
Holocaust Lessons
 
Lytterunde
LytterundeLytterunde
Lytterunde
 
7.3.6
7.3.67.3.6
7.3.6
 
In One Page 設立計劃書
In One Page 設立計劃書In One Page 設立計劃書
In One Page 設立計劃書
 
3 De fem søjler og festerne
3   De fem søjler og festerne 3   De fem søjler og festerne
3 De fem søjler og festerne
 
Miscelania
MiscelaniaMiscelania
Miscelania
 
Legal Document Will
Legal Document WillLegal Document Will
Legal Document Will
 
A History Of The Navy Legal Panel
A History Of The Navy Legal PanelA History Of The Navy Legal Panel
A History Of The Navy Legal Panel
 
Presentasi lembaga kemanusiaan esq
Presentasi lembaga kemanusiaan esqPresentasi lembaga kemanusiaan esq
Presentasi lembaga kemanusiaan esq
 
Inflatable sculpture
Inflatable sculptureInflatable sculpture
Inflatable sculpture
 
Menighedsudvikling 1a Hvorfor om kirken
Menighedsudvikling 1a Hvorfor   om kirkenMenighedsudvikling 1a Hvorfor   om kirken
Menighedsudvikling 1a Hvorfor om kirken
 

Similar to HTML to FTP (20)

Intr To Html & Xhtml
Intr To Html & XhtmlIntr To Html & Xhtml
Intr To Html & Xhtml
 
HTML Fundamentals
HTML FundamentalsHTML Fundamentals
HTML Fundamentals
 
How To Create Personal Web Pages On My Web
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
 
Html
HtmlHtml
Html
 
Class2
Class2Class2
Class2
 
HTML_Slideshow1
HTML_Slideshow1HTML_Slideshow1
HTML_Slideshow1
 
Html intro
Html introHtml intro
Html intro
 
Html intro
Html introHtml intro
Html intro
 
Xhtml 2010
Xhtml 2010Xhtml 2010
Xhtml 2010
 
Xhtml 2010
Xhtml 2010Xhtml 2010
Xhtml 2010
 
Diva
DivaDiva
Diva
 
Web Designing
Web DesigningWeb Designing
Web Designing
 
HTML
HTMLHTML
HTML
 
HTML & CSS
HTML & CSSHTML & CSS
HTML & CSS
 
Web designing using html
Web designing using htmlWeb designing using html
Web designing using html
 
Introducing YUI
Introducing YUIIntroducing YUI
Introducing YUI
 
BasicHTML
BasicHTMLBasicHTML
BasicHTML
 
Michael(tm) Smith ED09 presentation
Michael(tm) Smith ED09 presentationMichael(tm) Smith ED09 presentation
Michael(tm) Smith ED09 presentation
 
introduction to web technology
introduction to web technologyintroduction to web technology
introduction to web technology
 
Web1O1 - Intro to HTML/CSS
Web1O1 - Intro to HTML/CSSWeb1O1 - Intro to HTML/CSS
Web1O1 - Intro to HTML/CSS
 

Recently uploaded

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
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
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
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
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
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
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
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
 
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
 
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
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
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
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 

Recently uploaded (20)

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
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
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 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
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
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
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
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
 
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
 
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...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
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
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 

HTML to FTP

  • 2. Doctype The doctype declaration should be the very first thing in an HTML document, before the <html> tag. It is an instruction to the web browser about what version of the markup language the page is written in. http://www.w3schools.com/tags/tag_doctype.asp
  • 3. XHTML Transitional <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> HTML 4 XML 1 XHTML
  • 4. HTML is Easy! It’s got a HEAD and a BODY. <html> <head> <title>Welcome to my web site!</title> </head> <body> Read my content ! ! ! </body></html>
  • 5. <html> The <html> tag tells the browser that this is an HTML document.
  • 6. <head> doctype keywords page title The head element contains the “brains” of the webpage: doctype page title meta data, like keywords & page description.
  • 7. <body> The body element contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc. text
  • 8. Semantic Structure Assistive technologies allow users to navigate between sections of information if structure is used. Structured content is beneficial for sighted users as well.
  • 9. <h1> = Heading The <h1> to <h6> tags are used to define HTML headings <h1> defines the largest heading and <h6> defines the smallest heading. Important! Headings should be used to determine hierarchical content structure, NOT to make text larger and bolder.
  • 10. How “AT” Reads Headings Assistive technology (AT) devices allow users to navigate through a webpage using the various headings as "bookmarks" to jump from section to section.
  • 11. A Good Example of Semantic Structure GOOD! <h1>Page Topic</h1> Content about this topic resides in this paragraph. <h2> Sub Topic Content about this topic resides in this paragraph. <h3> Sub-Sub Topic Content about this topic resides in this paragraph. <h2> Sub Topic Content about this topic resides in this paragraph. Note: Use only one “Heading 1 <h1> ” per page.
  • 12. A Bad Example of Semantic Structure <h2>Page Topic</h2> Content about this topic resides in this paragraph. <h1>Topic</h1> Content about this topic resides in this paragraph. <h3>Topic</h3> Content about this topic resides in this paragraph. <h2>Sub Topic</h2> Content about this topic resides in this paragraph. Note: Headings should be used in order to present information in a logical way to all users.
  • 13. <ol> = Ordered Lists Code View:<ol> <li>list item</li> <li>list item</li> <li>list item</li></ol> Tip: Change list type by using <ol type=“A”> or <ol type=“a”> Live View: List item List item List item
  • 14.
  • 16.
  • 17. <br /> = Break The <br> tag inserts a single line break. An HTML break is the <br> tag. An XHTML break is the <br /> tag, which is properly closed. Note: Use the break tag to insert line breaks, not to create paragraphs.
  • 19. Data Tables vs. Layout Tables Data tables can be accessible! Layout tables should be replaced with more accessible layout techniques, like CSS.
  • 20. Tables Tables<table> <tr> (table row> <td> (table column) </td> </tr></table>
  • 21. Web Editors There are two types of programs that can be used to design basic web sites: WYSIWYG: What You See Is What You Get.“Drag and drop” web design program. (ie: DreamWeaver, Microsoft Frontpage) HTML Text Editor: You write the code. [ie: UltraEdit, Notepad/Windows, Simpletext/MAC]
  • 22. FTP (File Transport Protocol) FTP is a way of transferring your website’s files to and from your computer and the web server Your computer WWW FTP
  • 23. FTP Programs Filezilla – Used in class CuteFTP WSFTP
  • 25. Web Design Rules to Remember Design your site to accommodate a 1024 x 768 pixel layout Use a standard web font families Use a browser-safe palette when possible Save graphics at 72 dpi (dots per inch)
  • 26. References W3 Schools: Tags Ordered by Function: http://www.w3schools.com/tags/ref_byfunc.asp WebAIM: http://www.webaim.org/techniques/semanticstructure/

Editor's Notes

  1. Without a doctype, your web page will fail validation when you test it later.