SlideShare a Scribd company logo
HTML Basics
WICKS-ALLAN, CAMEO:KEITH “BUDDY” HACKETT
Workshop Description
HTML Basics Part 1: The workshop facilitator will introduce
participants to the basic building blocks of HTML. Elements
such as page framework and individual items will be
introduced. The goal is to have participants identify the
parts of an HTML document. Understanding basic HTML
elements will allow instructors troubleshooting ability with
their D2L pages.
What is HTML?
•Hyper Text Markup Language
•HTML is a set of tags for marking up web pages
•HTML tags define appearance or function of document
content
Tag Examples:
<em> shows text emphasis
<p> defines a paragraph of text
<a> represents a hyperlink (anchor element)
<img> embeds an image in an HTML document
HTML Tags
Tags are the building blocks of an HTML document.
Tags are keywords surrounded by angle brackets. <center>
The second tag or closing tag is written with a forward slash
before the tag name </p>
An element usually has an opening and closing tag. (There
are a few exceptions.)
<tagname>content</tagname>
HTML Tag Resources
A basic list of HTML tags can be found at:
http://abt.cm/1Dlxdqb
An HTML 5 list can be found at:
http://abt.cm/1JZ80us
Parts of an HTML document
The DOCTYPE declaration defines the document type to be HTML
<!DOCTYPE HTML>
Parts of an HTML document
The text & tags between <html> and </html> define an HTML document
Parts of an HTML document
The text between <head> and </head> provides information about the
document. It delineates a section of an HTML document.
Title for the document
Scripts
Styles
Meta information
More
Parts of an HTML document
The text between <title> and </title> provides a title for the document
<title>CBC Sports</title>
Parts of an HTML document
The text between <title> and </title> provides a title for the document
The Title tag is nested in the Head section of an HTML document
<title>CBC Sports</title>
Parts of an HTML document
The text between <body> and </body> describes the visible page
content. It delineates a section of the HTML document.
Parts of an HTML document
The text between <h1> and </h1> defines a heading.
Heading tags found in the body section.
There are six levels of the heading tag.
h1 is the largest and h6 is the smallest.
Parts of an HTML document
The text between <p> and </p> defines a paragraph
<p> Lorem ipsum dolor sit amet, consectetur adipiscing
elit. Etiam ipsum augue, porttitor in nisi in, luctus
accumsan mauris. Maecenas blandit vitae dui ac
rhoncus. Vivamus vitae sollicitudin urna. <p>
Parts of an HTML document in HTML
The HTML document as it appears in a browser
HTML Document in D2L
Tag Nesting
<html>
<head>
<title>
</title>
</head>
<body>
<h1> </h1>
<p> </p>
</body>
</html>
Activities
See worksheet
Attributes
Attributes provide additional information about HTML tags.
Attributes are normally stated in the opening tag.
Anchor tag Attributes
The <a> tag defines a hyperlink.
<a> </a>
It has an attribute href
<a href=""> </a>
The URL or web address is inserted in between the quotation marks
<a href="http://www.cbc.ca"> </a>
The visible text is inserted in between the angled brackets > <
<a href="http://www.cbc.ca">Visit CBC Online!</a>
Image tag Attributes
The <img> tag defines a hyperlink.
<img> </img>
It has an attribute src
<img src="">
The file name is inserted in between the quotation marks.
<img src="smileyface.jpg">
Height and width attributes are added between the “ and the >
<img src="smileyface.jpg" height="42" width="42">
Opening the HTML Editor in D2L
1. Open your Sandbox course on D2L (your name)
2. Click on CONTENT (in the navigation bar)
3. Click on the New button
4. Click Create a File
5. In the bottom right corner of the editor, click on the HTML Source Editor icon
6. The HTML Source Editor opens
7. Now what?
8. Insert HTML tags, attributes and document data
9. Click on Save
Possibly get some help:
HTML Snippets Generator http://www.blindtextgenerator.com/snippets
W3schools HTML snippets http://www.w3schools.com/html/html_basic.asp
HTML code Generator http://www.quackit.com/html/html_generators/html_code_generator.cfm

More Related Content

What's hot

Getting into HTML
Getting into HTMLGetting into HTML
Getting into HTML
ispkosova
 
Creating your 1st html page
Creating your 1st html pageCreating your 1st html page
Creating your 1st html page
Sara Corpuz
 
Html and its tags
Html and its tagsHtml and its tags
Html and its tags
Afrasiyab Haider
 
Learning Html
Learning HtmlLearning Html
Learning Html
Damian Gonz
 
HTML Tags
HTML TagsHTML Tags
HTML Tags
Mirza Obaid
 
Html 1
Html 1Html 1
Html 1
Anmol Pant
 
HTML basics
HTML basicsHTML basics
HTML basics
Akhil Kaushik
 
Html basic tags
Html basic tagsHtml basic tags
Html basic tags
umesh patil
 
Introduction To HTML
Introduction To HTMLIntroduction To HTML
Introduction To HTML
Mehul Patel
 
Html project
Html projectHtml project
Html projectarsh7511
 
Html presentation
Html presentationHtml presentation
Html presentation
Prashanthi Mamidisetty
 
Html heading
Html headingHtml heading
Html headingsaichii27
 
Html
HtmlHtml
Session4
Session4Session4
Session4
Denise Garofalo
 
Web Page Designing
Web Page DesigningWeb Page Designing
Web Page Designing
Amit Mali
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
yht4ever
 

What's hot (20)

Getting into HTML
Getting into HTMLGetting into HTML
Getting into HTML
 
Creating your 1st html page
Creating your 1st html pageCreating your 1st html page
Creating your 1st html page
 
Html and its tags
Html and its tagsHtml and its tags
Html and its tags
 
Learning Html
Learning HtmlLearning Html
Learning Html
 
HTML Tags
HTML TagsHTML Tags
HTML Tags
 
Html 1
Html 1Html 1
Html 1
 
Html ppt
Html pptHtml ppt
Html ppt
 
HTML basics
HTML basicsHTML basics
HTML basics
 
Html basic tags
Html basic tagsHtml basic tags
Html basic tags
 
Introduction To HTML
Introduction To HTMLIntroduction To HTML
Introduction To HTML
 
Html
HtmlHtml
Html
 
Html project
Html projectHtml project
Html project
 
Html presentation
Html presentationHtml presentation
Html presentation
 
Css
CssCss
Css
 
Html heading
Html headingHtml heading
Html heading
 
Html
HtmlHtml
Html
 
Session4
Session4Session4
Session4
 
Web Page Designing
Web Page DesigningWeb Page Designing
Web Page Designing
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
Basic HTML
Basic HTMLBasic HTML
Basic HTML
 

Similar to HTML Basics 1 workshop

HTML Basics 1 workshop
HTML Basics 1 workshopHTML Basics 1 workshop
HTML Basics 1 workshop
John Allan
 
Html ppt
Html pptHtml ppt
Html ppt
Ruchi Kumari
 
Html Workshop
Html WorkshopHtml Workshop
Html Workshop
vardanyan99
 
Html
HtmlHtml
3 1-html-fundamentals-110302100520-phpapp02
3 1-html-fundamentals-110302100520-phpapp023 1-html-fundamentals-110302100520-phpapp02
3 1-html-fundamentals-110302100520-phpapp02
Aditya Varma
 
HTML guide for beginners
HTML guide for beginnersHTML guide for beginners
HTML guide for beginners
Thesis Scientist Private Limited
 
Additional HTML
Additional HTML Additional HTML
Additional HTML
Doeun KOCH
 
HTML Basic, CSS Basic, JavaScript basic.
HTML Basic, CSS Basic, JavaScript basic.HTML Basic, CSS Basic, JavaScript basic.
HTML Basic, CSS Basic, JavaScript basic.
Beqa Chacha
 
HTML web design_ an introduction to design
HTML web design_ an introduction to designHTML web design_ an introduction to design
HTML web design_ an introduction to design
SureshSingh142
 
4. html css-java script-basics
4. html css-java script-basics4. html css-java script-basics
4. html css-java script-basics
xu fag
 
4. html css-java script-basics
4. html css-java script-basics4. html css-java script-basics
4. html css-java script-basics
Nikita Garg
 
POLITEKNIK MALAYSIA
POLITEKNIK MALAYSIAPOLITEKNIK MALAYSIA
POLITEKNIK MALAYSIA
Aiman Hud
 
4. html css-java script-basics
4. html css-java script-basics4. html css-java script-basics
4. html css-java script-basics
Minea Chem
 
Html
HtmlHtml
Html
HtmlHtml
Html tutorial
Html tutorialHtml tutorial
Html tutorial
NAGARAJU MAMILLAPALLY
 
Intodcution to Html
Intodcution to HtmlIntodcution to Html
Intodcution to Html
Taha Malampatti
 
utsav1.pptxjxnclbshjdcn;kJDucbnsD>NVzljfbmlzl
utsav1.pptxjxnclbshjdcn;kJDucbnsD>NVzljfbmlzlutsav1.pptxjxnclbshjdcn;kJDucbnsD>NVzljfbmlzl
utsav1.pptxjxnclbshjdcn;kJDucbnsD>NVzljfbmlzl
utsavsingh265
 

Similar to HTML Basics 1 workshop (20)

HTML Basics 1 workshop
HTML Basics 1 workshopHTML Basics 1 workshop
HTML Basics 1 workshop
 
Html ppt
Html pptHtml ppt
Html ppt
 
Html Workshop
Html WorkshopHtml Workshop
Html Workshop
 
Html
HtmlHtml
Html
 
HTML Fundamentals
HTML FundamentalsHTML Fundamentals
HTML Fundamentals
 
3 1-html-fundamentals-110302100520-phpapp02
3 1-html-fundamentals-110302100520-phpapp023 1-html-fundamentals-110302100520-phpapp02
3 1-html-fundamentals-110302100520-phpapp02
 
HTML guide for beginners
HTML guide for beginnersHTML guide for beginners
HTML guide for beginners
 
Additional HTML
Additional HTML Additional HTML
Additional HTML
 
HTML Basic, CSS Basic, JavaScript basic.
HTML Basic, CSS Basic, JavaScript basic.HTML Basic, CSS Basic, JavaScript basic.
HTML Basic, CSS Basic, JavaScript basic.
 
HTML web design_ an introduction to design
HTML web design_ an introduction to designHTML web design_ an introduction to design
HTML web design_ an introduction to design
 
4. html css-java script-basics
4. html css-java script-basics4. html css-java script-basics
4. html css-java script-basics
 
4. html css-java script-basics
4. html css-java script-basics4. html css-java script-basics
4. html css-java script-basics
 
POLITEKNIK MALAYSIA
POLITEKNIK MALAYSIAPOLITEKNIK MALAYSIA
POLITEKNIK MALAYSIA
 
4. html css-java script-basics
4. html css-java script-basics4. html css-java script-basics
4. html css-java script-basics
 
Html
HtmlHtml
Html
 
Html
HtmlHtml
Html
 
HTML/HTML5
HTML/HTML5HTML/HTML5
HTML/HTML5
 
Html tutorial
Html tutorialHtml tutorial
Html tutorial
 
Intodcution to Html
Intodcution to HtmlIntodcution to Html
Intodcution to Html
 
utsav1.pptxjxnclbshjdcn;kJDucbnsD>NVzljfbmlzl
utsav1.pptxjxnclbshjdcn;kJDucbnsD>NVzljfbmlzlutsav1.pptxjxnclbshjdcn;kJDucbnsD>NVzljfbmlzl
utsav1.pptxjxnclbshjdcn;kJDucbnsD>NVzljfbmlzl
 

More from John Allan

Google Earth BCTEAL2023
Google Earth BCTEAL2023Google Earth BCTEAL2023
Google Earth BCTEAL2023
John Allan
 
ChatGPT Prompt Tips
ChatGPT Prompt TipsChatGPT Prompt Tips
ChatGPT Prompt Tips
John Allan
 
Repurposing H5Ps
Repurposing H5PsRepurposing H5Ps
Repurposing H5Ps
John Allan
 
Moodle Accessibility Tools
Moodle Accessibility ToolsMoodle Accessibility Tools
Moodle Accessibility Tools
John Allan
 
Google Earth Voyager How To
Google Earth Voyager How ToGoogle Earth Voyager How To
Google Earth Voyager How To
John Allan
 
Playing Geoguessr
Playing GeoguessrPlaying Geoguessr
Playing Geoguessr
John Allan
 
How-T0 Immersive reader Office365
How-T0 Immersive reader Office365How-T0 Immersive reader Office365
How-T0 Immersive reader Office365
John Allan
 
How To Microsoft Immersive Reader for Word2019
How To Microsoft Immersive Reader for Word2019How To Microsoft Immersive Reader for Word2019
How To Microsoft Immersive Reader for Word2019
John Allan
 
Xreading Teacher Start up
Xreading Teacher Start upXreading Teacher Start up
Xreading Teacher Start up
John Allan
 
H5P Interactive Book Overview
H5P Interactive Book OverviewH5P Interactive Book Overview
H5P Interactive Book Overview
John Allan
 
H5P Reuse Feature with LUMI
H5P Reuse Feature with LUMIH5P Reuse Feature with LUMI
H5P Reuse Feature with LUMI
John Allan
 
H5P Structure Strip Tool with LUMI
H5P Structure Strip Tool with LUMIH5P Structure Strip Tool with LUMI
H5P Structure Strip Tool with LUMI
John Allan
 
H5P Dictation Tool LUMI
H5P Dictation Tool LUMIH5P Dictation Tool LUMI
H5P Dictation Tool LUMI
John Allan
 
H5P Sort Paragraph using LUMI
H5P Sort Paragraph using LUMIH5P Sort Paragraph using LUMI
H5P Sort Paragraph using LUMI
John Allan
 
PLN Workshop
PLN WorkshopPLN Workshop
PLN Workshop
John Allan
 
Practice Accessibility Worksheet
Practice Accessibility WorksheetPractice Accessibility Worksheet
Practice Accessibility Worksheet
John Allan
 
Accessibility worksheet
Accessibility worksheetAccessibility worksheet
Accessibility worksheet
John Allan
 
Qatar University Conference 2021 Interactive video W/ H5P Slides
Qatar University Conference 2021 Interactive video W/ H5P SlidesQatar University Conference 2021 Interactive video W/ H5P Slides
Qatar University Conference 2021 Interactive video W/ H5P Slides
John Allan
 
Video Editing Basics for Teachers
Video Editing Basics for TeachersVideo Editing Basics for Teachers
Video Editing Basics for Teachers
John Allan
 
Audio Editing Basics with Audacity 2021
Audio Editing Basics with Audacity 2021Audio Editing Basics with Audacity 2021
Audio Editing Basics with Audacity 2021
John Allan
 

More from John Allan (20)

Google Earth BCTEAL2023
Google Earth BCTEAL2023Google Earth BCTEAL2023
Google Earth BCTEAL2023
 
ChatGPT Prompt Tips
ChatGPT Prompt TipsChatGPT Prompt Tips
ChatGPT Prompt Tips
 
Repurposing H5Ps
Repurposing H5PsRepurposing H5Ps
Repurposing H5Ps
 
Moodle Accessibility Tools
Moodle Accessibility ToolsMoodle Accessibility Tools
Moodle Accessibility Tools
 
Google Earth Voyager How To
Google Earth Voyager How ToGoogle Earth Voyager How To
Google Earth Voyager How To
 
Playing Geoguessr
Playing GeoguessrPlaying Geoguessr
Playing Geoguessr
 
How-T0 Immersive reader Office365
How-T0 Immersive reader Office365How-T0 Immersive reader Office365
How-T0 Immersive reader Office365
 
How To Microsoft Immersive Reader for Word2019
How To Microsoft Immersive Reader for Word2019How To Microsoft Immersive Reader for Word2019
How To Microsoft Immersive Reader for Word2019
 
Xreading Teacher Start up
Xreading Teacher Start upXreading Teacher Start up
Xreading Teacher Start up
 
H5P Interactive Book Overview
H5P Interactive Book OverviewH5P Interactive Book Overview
H5P Interactive Book Overview
 
H5P Reuse Feature with LUMI
H5P Reuse Feature with LUMIH5P Reuse Feature with LUMI
H5P Reuse Feature with LUMI
 
H5P Structure Strip Tool with LUMI
H5P Structure Strip Tool with LUMIH5P Structure Strip Tool with LUMI
H5P Structure Strip Tool with LUMI
 
H5P Dictation Tool LUMI
H5P Dictation Tool LUMIH5P Dictation Tool LUMI
H5P Dictation Tool LUMI
 
H5P Sort Paragraph using LUMI
H5P Sort Paragraph using LUMIH5P Sort Paragraph using LUMI
H5P Sort Paragraph using LUMI
 
PLN Workshop
PLN WorkshopPLN Workshop
PLN Workshop
 
Practice Accessibility Worksheet
Practice Accessibility WorksheetPractice Accessibility Worksheet
Practice Accessibility Worksheet
 
Accessibility worksheet
Accessibility worksheetAccessibility worksheet
Accessibility worksheet
 
Qatar University Conference 2021 Interactive video W/ H5P Slides
Qatar University Conference 2021 Interactive video W/ H5P SlidesQatar University Conference 2021 Interactive video W/ H5P Slides
Qatar University Conference 2021 Interactive video W/ H5P Slides
 
Video Editing Basics for Teachers
Video Editing Basics for TeachersVideo Editing Basics for Teachers
Video Editing Basics for Teachers
 
Audio Editing Basics with Audacity 2021
Audio Editing Basics with Audacity 2021Audio Editing Basics with Audacity 2021
Audio Editing Basics with Audacity 2021
 

Recently uploaded

1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
PedroFerreira53928
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
EduSkills OECD
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
rosedainty
 
How to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERPHow to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERP
Celine George
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
Col Mukteshwar Prasad
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
Nguyen Thanh Tu Collection
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
Steve Thomason
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
AzmatAli747758
 

Recently uploaded (20)

1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
 
How to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERPHow to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERP
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
 

HTML Basics 1 workshop

  • 2. Workshop Description HTML Basics Part 1: The workshop facilitator will introduce participants to the basic building blocks of HTML. Elements such as page framework and individual items will be introduced. The goal is to have participants identify the parts of an HTML document. Understanding basic HTML elements will allow instructors troubleshooting ability with their D2L pages.
  • 3. What is HTML? •Hyper Text Markup Language •HTML is a set of tags for marking up web pages •HTML tags define appearance or function of document content
  • 4. Tag Examples: <em> shows text emphasis <p> defines a paragraph of text <a> represents a hyperlink (anchor element) <img> embeds an image in an HTML document
  • 5. HTML Tags Tags are the building blocks of an HTML document. Tags are keywords surrounded by angle brackets. <center> The second tag or closing tag is written with a forward slash before the tag name </p> An element usually has an opening and closing tag. (There are a few exceptions.) <tagname>content</tagname>
  • 6. HTML Tag Resources A basic list of HTML tags can be found at: http://abt.cm/1Dlxdqb An HTML 5 list can be found at: http://abt.cm/1JZ80us
  • 7. Parts of an HTML document The DOCTYPE declaration defines the document type to be HTML <!DOCTYPE HTML>
  • 8. Parts of an HTML document The text & tags between <html> and </html> define an HTML document
  • 9. Parts of an HTML document The text between <head> and </head> provides information about the document. It delineates a section of an HTML document. Title for the document Scripts Styles Meta information More
  • 10. Parts of an HTML document The text between <title> and </title> provides a title for the document <title>CBC Sports</title>
  • 11. Parts of an HTML document The text between <title> and </title> provides a title for the document The Title tag is nested in the Head section of an HTML document <title>CBC Sports</title>
  • 12. Parts of an HTML document The text between <body> and </body> describes the visible page content. It delineates a section of the HTML document.
  • 13. Parts of an HTML document The text between <h1> and </h1> defines a heading. Heading tags found in the body section. There are six levels of the heading tag. h1 is the largest and h6 is the smallest.
  • 14. Parts of an HTML document The text between <p> and </p> defines a paragraph <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam ipsum augue, porttitor in nisi in, luctus accumsan mauris. Maecenas blandit vitae dui ac rhoncus. Vivamus vitae sollicitudin urna. <p>
  • 15. Parts of an HTML document in HTML
  • 16. The HTML document as it appears in a browser
  • 20. Attributes Attributes provide additional information about HTML tags. Attributes are normally stated in the opening tag.
  • 21. Anchor tag Attributes The <a> tag defines a hyperlink. <a> </a> It has an attribute href <a href=""> </a> The URL or web address is inserted in between the quotation marks <a href="http://www.cbc.ca"> </a> The visible text is inserted in between the angled brackets > < <a href="http://www.cbc.ca">Visit CBC Online!</a>
  • 22. Image tag Attributes The <img> tag defines a hyperlink. <img> </img> It has an attribute src <img src=""> The file name is inserted in between the quotation marks. <img src="smileyface.jpg"> Height and width attributes are added between the “ and the > <img src="smileyface.jpg" height="42" width="42">
  • 23. Opening the HTML Editor in D2L 1. Open your Sandbox course on D2L (your name) 2. Click on CONTENT (in the navigation bar) 3. Click on the New button 4. Click Create a File 5. In the bottom right corner of the editor, click on the HTML Source Editor icon 6. The HTML Source Editor opens 7. Now what? 8. Insert HTML tags, attributes and document data 9. Click on Save
  • 24. Possibly get some help: HTML Snippets Generator http://www.blindtextgenerator.com/snippets W3schools HTML snippets http://www.w3schools.com/html/html_basic.asp HTML code Generator http://www.quackit.com/html/html_generators/html_code_generator.cfm