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

Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
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
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
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
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
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)

Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
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
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
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
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
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.