SlideShare una empresa de Scribd logo
1 de 70
<HTML>
Kosie Eloff
Department of Information Science (UP)
HTML
✖ CSS
✖ EPUB
<SECTION> 1: THEORY
A] What is HTML? Why HTML?
B] Definitions and concepts
HTML =
Hypertext Markup Language
HyperText Markup Language
HyperText Markup Language
HyperText Markup Language
1. What is Hypertext?
<HTML>
Hypertext
Text that contains links* to other texts.
*a.k.a. hyperlinks
2. What is Markup?
<HTML>
Markup
Instructions written on a manuscript.
3. What is a
Markup Language?
<HTML>
Markup language
A language* that uses instructions** to
describe the nature of a document***
Editor’s markup instructions
Markup instructions in .doc
¶
Markup instructions in HTML
<h1>Pynstiller, 2012</h1>
<p>Op Twitter twiet Henry die
agtste boodskappe aan die
publiek (@KngHnryVIII, 2012).
Koning Henry se interaksie met
gebruikers is beide opvoedkundig
en speels:</p>
HTML =
Hypertext Markup Language
HTML: main markup language for
creating web pages and other
information that can be displayed in a
web browser.
Important concepts
1. HTML as a structure
2. HTML as a computer file
3. HTML as plain text
4. HTML and web browsers
1. HTML as a structure
2. HTML as a computer file
3. HTML as plain text
4. HTML and web browsers
Summary
Hypertext: links between texts.
Markup language: instructions
that describe the nature of a
document.
Summary
Main WWW markup language
For web pages*
Displayed in web browser**
Summary
HTML is a structure
HTML instructions: <tags>
HTML is plain text
.html is a computer file
<SECTION> 2: PRACTICAL
How to create and use HTML.
Instructions
http://bit.ly/htmlpdf
Print these out, or keep the PDF open during
your work.
1. Using a plain text editor
Confirm with instructor or colleague that you
have a text editor installed and that you can
save files as .html files.
2. Using the browser
Confirm with instructor or colleague that you
can open a .html file with your web browser.
3. Writing HTML
Confirm with instructor or colleague that you
have typed the following content into your .html
document, using your text editor:
<!DOCTYPE html>
<html>
<h1>Hello world!</h1>
</html>
4. Save and preview
Confirm with instructor or colleague that A) you
have saved your work (Ctrl+S) and B) that you
can view your .html in your web browser.
Memorandum
http://bit.ly/htmlmemo
Contains the solution to steps 1-4.
What we practised
1. Using a plain text editor
2. Using a browser
3. Writing HTML
4. Saving and viewing your web page
HTML syntax (symbols): grammar
HTML elements (tags): vocabulary
Please note
<h1>What is HTML?</h1>
<p>HTML is the main markup
language of the web.</p>
<p>...for creating web pages
and <strong>other
information</strong> that can
be displayed in a <strong>web
browser</strong>.</p>
What is HTML?
HTML is the main markup
language of the web.
… for creating web pages and
other information that can be
displayed in a web browser.
HTML’s structure: tags
<h1>What is HTML?</h1>
<p>HTML is the main markup
language of the web.</p>
<p>...for creating web pages
and <strong>other
information</strong> that can
be displayed in a <strong>web
browser</strong>.</p>
What is HTML?
HTML is the main markup
language of the web.
… for creating web pages and
other information that can be
displayed in a web browser.
HTML’s structure: tags
A simple HTML document
1. <!DOCTYPE html>
2. <html>
3. <h1>
4. Hello world!
5. </h1>
6. </html>
<!DOCTYPE html>
Document type declaration.
Memorise (or check slide notes).
<html>
Opening tag
The < and > symbols: syntax
“This is the start of the html.”
<h1>
Opening tag
The < and > symbols: syntax
“This is the start of a first-level heading.”
Hello world!
The information being marked up.
Hello world!
<!DOCTYPE html>
<html>
<h1>
Hello world!
</h1>
</html>
</h1>
Closing tag
The < and > and / symbols: syntax
“This is where the first-level heading stops.”
</html>
Closing tag
The < and > and / symbols: syntax
“This is where the html document stops.”
Line-by-line
1. <!DOCTYPE html>
2. <html>
3. <h1>
4. Hello world!
5. </h1>
6. </html>
When viewed in browser
Revision: what we practised
1. Using a plain text editor
2. Using a browser
3. Writing HTML
4. Saving and viewing your web page
5. Some HTML tags
6. How to mark up a heading
<SECTION> 3: EXERCISE
Do this exercise after ensuring that you’re
familiar with the outcomes of <section> 2.
Download index.html
http://bit.ly/saoughtml
A clean .html file for you to work on
Save as …
Consider the meaning of:
<head>
<meta>
<style>
<body>
What kind of instruction might each tag deliver?
Customise the following content
<title>
<h1>
<h2>
<p>
Add the following content
<em>
<strong>
<ol>
<ul>
<li>
Class exercise
@kosieeloff
http://bit.ly/saoughtml
Clarifications
In case I need to clarify a few things — and if
there’s time.
The main markup language
of the web.
One of many
markup languages
Why should I understand HTML?
“…follows markup conventions in
publishing industry in the
communication of printed work
between authors, editors, and
printers.”
Plain text =
interoperability
What about CSS?
</html>

Más contenido relacionado

La actualidad más candente

Code This, Not That: 10 Do's and Don'ts For Learning HTML
Code This, Not That: 10 Do's and Don'ts For Learning HTMLCode This, Not That: 10 Do's and Don'ts For Learning HTML
Code This, Not That: 10 Do's and Don'ts For Learning HTMLHubSpot
 
INTRODUCTION TO HTML
INTRODUCTION TO HTMLINTRODUCTION TO HTML
INTRODUCTION TO HTMLbwire sedrick
 
basic introduction of html tags
basic introduction  of html tagsbasic introduction  of html tags
basic introduction of html tagsManish jariyal
 
Html for beginners part I
Html for beginners part IHtml for beginners part I
Html for beginners part IUnaib Aslam
 
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
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTMLMayaLisa
 
Lecture 2 introduction to html basics
Lecture 2 introduction to html basicsLecture 2 introduction to html basics
Lecture 2 introduction to html basicsAliMUSSA3
 
Introduction to html fundamental concepts
Introduction to html fundamental conceptsIntroduction to html fundamental concepts
Introduction to html fundamental conceptsTsebo Shaun Masilo
 
HTML Introduction
HTML IntroductionHTML Introduction
HTML Introductionc525600
 
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
 
The Difference between HTML, XHTML & HTML5 for Beginners
The Difference between HTML, XHTML & HTML5 for BeginnersThe Difference between HTML, XHTML & HTML5 for Beginners
The Difference between HTML, XHTML & HTML5 for BeginnersRasin Bekkevold
 

La actualidad más candente (20)

Code This, Not That: 10 Do's and Don'ts For Learning HTML
Code This, Not That: 10 Do's and Don'ts For Learning HTMLCode This, Not That: 10 Do's and Don'ts For Learning HTML
Code This, Not That: 10 Do's and Don'ts For Learning HTML
 
Html - Tutorial
Html - TutorialHtml - Tutorial
Html - Tutorial
 
INTRODUCTION TO HTML
INTRODUCTION TO HTMLINTRODUCTION TO HTML
INTRODUCTION TO HTML
 
basic introduction of html tags
basic introduction  of html tagsbasic introduction  of html tags
basic introduction of html tags
 
Html
HtmlHtml
Html
 
Html for beginners part I
Html for beginners part IHtml for beginners part I
Html for beginners part I
 
Cse html ppt
Cse html pptCse html ppt
Cse html ppt
 
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
 
Basic Html for beginners.
Basic Html for beginners.Basic Html for beginners.
Basic Html for beginners.
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
HTML
HTMLHTML
HTML
 
Lecture 2 introduction to html basics
Lecture 2 introduction to html basicsLecture 2 introduction to html basics
Lecture 2 introduction to html basics
 
Html grade 11
Html grade 11Html grade 11
Html grade 11
 
Introduction to html fundamental concepts
Introduction to html fundamental conceptsIntroduction to html fundamental concepts
Introduction to html fundamental concepts
 
Introduction to HTML
Introduction to HTML Introduction to HTML
Introduction to HTML
 
HTML Introduction
HTML IntroductionHTML Introduction
HTML Introduction
 
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
 
The Difference between HTML, XHTML & HTML5 for Beginners
The Difference between HTML, XHTML & HTML5 for BeginnersThe Difference between HTML, XHTML & HTML5 for Beginners
The Difference between HTML, XHTML & HTML5 for Beginners
 
HTML Basics by software development company india
HTML Basics by software development company indiaHTML Basics by software development company india
HTML Basics by software development company india
 
Intro To HTML
Intro To HTMLIntro To HTML
Intro To HTML
 

Destacado (20)

Basic html for Normal People
Basic html for Normal PeopleBasic html for Normal People
Basic html for Normal People
 
Html basic
Html basicHtml basic
Html basic
 
Basic HTML
Basic HTMLBasic HTML
Basic HTML
 
Perencanaan sumberdaya manusia
Perencanaan sumberdaya manusiaPerencanaan sumberdaya manusia
Perencanaan sumberdaya manusia
 
Css color and background properties
Css color and background propertiesCss color and background properties
Css color and background properties
 
belajar HTML
belajar HTML belajar HTML
belajar HTML
 
Html
HtmlHtml
Html
 
Html tutorial.lesson9
Html tutorial.lesson9Html tutorial.lesson9
Html tutorial.lesson9
 
Html tutorial.lesson12
Html tutorial.lesson12Html tutorial.lesson12
Html tutorial.lesson12
 
Adrianne’s &lt;/html> Tutorial
Adrianne’s &lt;/html> TutorialAdrianne’s &lt;/html> Tutorial
Adrianne’s &lt;/html> Tutorial
 
HTML Tutorial
HTML TutorialHTML Tutorial
HTML Tutorial
 
Basic html
Basic htmlBasic html
Basic html
 
HTML Forms Tutorial
HTML Forms TutorialHTML Forms Tutorial
HTML Forms Tutorial
 
Html tutorial.lesson10
Html tutorial.lesson10Html tutorial.lesson10
Html tutorial.lesson10
 
Html Tutorial
Html TutorialHtml Tutorial
Html Tutorial
 
Lesson 1: Introduction to HTML
Lesson 1: Introduction to HTMLLesson 1: Introduction to HTML
Lesson 1: Introduction to HTML
 
Html
HtmlHtml
Html
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
 
HTML Training in Ambala ! BATRA COMPUTER CENTRE
HTML Training in Ambala ! BATRA COMPUTER CENTREHTML Training in Ambala ! BATRA COMPUTER CENTRE
HTML Training in Ambala ! BATRA COMPUTER CENTRE
 
Html tutorial
Html tutorialHtml tutorial
Html tutorial
 

Similar a Introduction to basic HTML [Librarian edition]

1 introduction to html
1 introduction to html1 introduction to html
1 introduction to htmlmyrajendra
 
Girl Develop It Cincinnati: Intro to HTML/CSS Class 1
Girl Develop It Cincinnati: Intro to HTML/CSS Class 1Girl Develop It Cincinnati: Intro to HTML/CSS Class 1
Girl Develop It Cincinnati: Intro to HTML/CSS Class 1Erin M. Kidwell
 
HTML element is everything between the start tag and the end tag
HTML element is everything between the start tag and the end tagHTML element is everything between the start tag and the end tag
HTML element is everything between the start tag and the end tagssuser6478a8
 
Grade 7_HTML.pptx
Grade 7_HTML.pptxGrade 7_HTML.pptx
Grade 7_HTML.pptxshilpak0307
 
HTML stands for HyperText Markup Language. It is used to design web pages usi...
HTML stands for HyperText Markup Language. It is used to design web pages usi...HTML stands for HyperText Markup Language. It is used to design web pages usi...
HTML stands for HyperText Markup Language. It is used to design web pages usi...ssuser6478a8
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTMLselcukca84
 
Html introduction
Html introductionHtml introduction
Html introductionRanjithaM32
 
CreatingWebPages-Part1.ppt
CreatingWebPages-Part1.pptCreatingWebPages-Part1.ppt
CreatingWebPages-Part1.pptHamzaAhmad861123
 
Web topic 2 html
Web topic 2  htmlWeb topic 2  html
Web topic 2 htmlCK Yang
 
Module 1 - Introduction to HTML.pdf
Module 1 - Introduction to HTML.pdfModule 1 - Introduction to HTML.pdf
Module 1 - Introduction to HTML.pdfHumphrey Humphrey
 
Web Concepts - an introduction - introduction
Web Concepts - an introduction - introductionWeb Concepts - an introduction - introduction
Web Concepts - an introduction - introductionclement swarnappa
 
HYPER TEXT MARKUP LANGUAGE BASIC LESSONS
HYPER TEXT MARKUP LANGUAGE BASIC LESSONSHYPER TEXT MARKUP LANGUAGE BASIC LESSONS
HYPER TEXT MARKUP LANGUAGE BASIC LESSONSdivyajohnisg
 
Introduction to PHP - Slide 1
Introduction to PHP - Slide 1 Introduction to PHP - Slide 1
Introduction to PHP - Slide 1 pctechnology
 

Similar a Introduction to basic HTML [Librarian edition] (20)

1 introduction to html
1 introduction to html1 introduction to html
1 introduction to html
 
uptu web technology unit 2 html
uptu web technology unit 2 htmluptu web technology unit 2 html
uptu web technology unit 2 html
 
Girl Develop It Cincinnati: Intro to HTML/CSS Class 1
Girl Develop It Cincinnati: Intro to HTML/CSS Class 1Girl Develop It Cincinnati: Intro to HTML/CSS Class 1
Girl Develop It Cincinnati: Intro to HTML/CSS Class 1
 
HTML element is everything between the start tag and the end tag
HTML element is everything between the start tag and the end tagHTML element is everything between the start tag and the end tag
HTML element is everything between the start tag and the end tag
 
A109 base code html
A109 base code   htmlA109 base code   html
A109 base code html
 
Grade 7_HTML.pptx
Grade 7_HTML.pptxGrade 7_HTML.pptx
Grade 7_HTML.pptx
 
HTML stands for HyperText Markup Language. It is used to design web pages usi...
HTML stands for HyperText Markup Language. It is used to design web pages usi...HTML stands for HyperText Markup Language. It is used to design web pages usi...
HTML stands for HyperText Markup Language. It is used to design web pages usi...
 
Html
HtmlHtml
Html
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
Html introduction
Html introductionHtml introduction
Html introduction
 
Lesson 1
Lesson 1Lesson 1
Lesson 1
 
CreatingWebPages-Part1.ppt
CreatingWebPages-Part1.pptCreatingWebPages-Part1.ppt
CreatingWebPages-Part1.ppt
 
1. html introduction
1. html introduction1. html introduction
1. html introduction
 
Web topic 2 html
Web topic 2  htmlWeb topic 2  html
Web topic 2 html
 
Lecture-1.pptx
Lecture-1.pptxLecture-1.pptx
Lecture-1.pptx
 
Module 1 - Introduction to HTML.pdf
Module 1 - Introduction to HTML.pdfModule 1 - Introduction to HTML.pdf
Module 1 - Introduction to HTML.pdf
 
Html Concept
Html ConceptHtml Concept
Html Concept
 
Web Concepts - an introduction - introduction
Web Concepts - an introduction - introductionWeb Concepts - an introduction - introduction
Web Concepts - an introduction - introduction
 
HYPER TEXT MARKUP LANGUAGE BASIC LESSONS
HYPER TEXT MARKUP LANGUAGE BASIC LESSONSHYPER TEXT MARKUP LANGUAGE BASIC LESSONS
HYPER TEXT MARKUP LANGUAGE BASIC LESSONS
 
Introduction to PHP - Slide 1
Introduction to PHP - Slide 1 Introduction to PHP - Slide 1
Introduction to PHP - Slide 1
 

Último

Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
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
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
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
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
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
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
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
 
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
 

Último (20)

Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
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...
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
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
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
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
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
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...
 
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
 

Introduction to basic HTML [Librarian edition]

Notas del editor

  1. Kosie EloffDepartment of Information Science (UP)
  2. This workshop covers the very basics of HTML. HTML is only part of the EPUB (.epub) standard, but a significant one. Ensure that you understand the basics of HTML before delving into the basics of the EPUB standard. CSS is the language used to style HTML. We won’t have time to cover CSS formally, so any references to CSS (if needed) will be made during the practical exercise
  3. Kosie EloffDepartment of Information Science (UP)
  4. Kosie EloffDepartment of Information Science (UP)
  5. Linking to other texts makes reading hyper.
  6. http://grupo20hypertext.files.wordpress.com/2010/04/dsc_00016.jpg
  7. Kosie EloffDepartment of Information Science (UP)
  8. http://creativeservices.iu.edu/resources/guide/img/example.gif
  9. Kosie EloffDepartment of Information Science (UP)
  10. * That can be understood by humans as well as by a computer. ** Called tags (or elements – in either case, note the term instructions).*** A document in both the concrete as well as abstract sense (see examples)
  11. http://creativeservices.iu.edu/resources/guide/img/example.gif
  12. Kosie EloffDepartment of Information Science (UP)
  13. http://2.bp.blogspot.com/-dkhXbIT3IGY/TYo7vGKR1HI/AAAAAAAAAbk/CCNioNd2w-E/s1600/bricklayer.jpg
  14. http://www.annuairedubusiness.com/medias/images/dom-tree.png
  15. http://tips4pc.com/wp-content/uploads/2010/05/file-types.png
  16. You can view the HTML of the web page you’re currently on. Depending on the browser, there will be some “view source” function available. If you can’t find it, do a web search for the terms “view source” and your browser name. http://static.flickr.com/180/462575017_f992e9b159_o.png
  17. * And other information.** Mostly.
  18. To understand the document type declaration, you need to understand the role that XML plays in the digital environment. This is beyond the scope of the workshop. If you’re familiar with XML, try this article:- http://webdesign.about.com/od/dtds/a/aa101700a.htm
  19. HTML is also great as a tool to introduce students to markup languages in general. Other markup languages, such as SGML, RTF, XML and TEX, are useful in other information systems. For instance, XML is a markup language that can be used to create other markup languages.
  20. Note the[citation needed] tag in the source. Nonetheless, I believe this statement is an apt way to describe the usefulness of HTML as a markup language to audiences that are familiar with working in a print environment. http://en.wikipedia.org/wiki/Markup_language
  21. http://media02.hongkiat.com/css-back-to-basics/css-back-to-basic.jpg
  22. http://99points.info/wp-content/uploads/2010/03/css_html_javascript.jpg