SlideShare une entreprise Scribd logo
1  sur  16
Presented by the Monroe County Public Library
Me:
Austin Stroud, Instructional Designer at the
Monroe County Public Library
Adjunct Faculty, Ivy Tech Community College
Started building websites/learning the code behind
it at 13
You:
Do you have any experience working on a website?
Have you ever tried to use a free, online builder?
What are you hoping to learn in this course?
You can create your own website by typing out the
code (known as HTML) on your own. A popular
program that comes on every Windows computer is
Notepad, this is all you need to get started.
If you prefer to be stepped through this process, there
are a number of free website builders available on the
Internet that we will discuss later.
HTML stands for Hypertext Mark-up Language.
HTML is the code “behind” a website.
There are more advanced forms of coding that go into
websites, but HTML sets a good foundation for you to
learn the rest. We will just be covering HTML basics
today.
1. Left click on Windows logo in bottom left corner of
your screen
2. Left click on “All Programs”
3. Scroll down to the “Accessories” folder and left click
4. Left click on “Notepad”
With HTML, almost everything in the code needs to
have a beginning and an end. This is done with HTML
tags.
In Notepad, type <html> at the beginning of your
document and </html> below this tag. This defines the
document as a website coded in HTML. Everything
else you type will be between these two HTML tags.
After the <html> tag you also will need a <head>
</head> section that contains information about the
website, such as the title.
So far, your Notepad document should look similar to
this:
<html>
<head>
</head>
</html>
Next, let’s add a title inside the header section as you see
below:
<html>
<head>
<title>Austin’s Website</title>
</head>
</html>
Now, we need a <body> </body> section that starts just
after the </head> tag. This is where the content of your
website will go.
<html>
<head>
<title>Austin’s Website</title>
</head>
<body> Your website’s content goes here!
</body>
</html>
<b> word </b> = bold text
<i> word </i> = italic text
<u> word </u> = underlined text
<br> = page break (drops your next text down a line)
<p> words </p> = paragraph
<hr> = horizontal line that can separate sections of your
website
Try some of these tags out in the body area of your code.
More tag examples are provided on some of your
handouts.
<html>
<head>
<title>Austin’s Website</title>
</head>
<body> Your website’s content goes here!<hr>
<p><b>My name is Austin Stroud.</b> I work at the
<i>Monroe County Public Library.</i></p>
</body>
</html>
When you are finished, in Notepad, follow these
instructions to save your file:
1. Left click on “File”
2. Left click on “Save As…”
3. Change the “Save as type” from “Text documents” to
“All files”
4. Name your file something that ends in .html or .htm
5. For example, I am going to name mine
testwebsite.html and then click “Save”
6. You now can open your document to see what it looks
like.
My code turned out like this:
http://www.godaddy.com – GoDaddy is what I use
Articles with further ideas and reviews:
http://lifehacker.com/5943452/five-best-domain-name-registrars
http://lifehacker.com/5911651/five-best-web-hosting-companies
Now, if you prefer to not mess with the HTML coding
yourself – there are a number of free options out there
for you (below are just a few examples):
1. Wordpress – blog/website combo
http://www.wordpress.com
2. Weebly – blog/website combo
http://www.weebly.com
3. Wix – websites built from editing templates
http://www.wix.com
4. Google Sites – wiki/website combo
https://sites.google.com/
Austin Stroud
Instructional Designer
Monroe County Public Library
303 East Kirkwood Avenue
Bloomington, IN 47408
(812) 349-3050 ext. 1666
astroud@mcpl.info

Contenu connexe

Plus de Austin Stroud

Rotary Classification Talk
Rotary Classification TalkRotary Classification Talk
Rotary Classification TalkAustin Stroud
 
Internet Safety & Security
Internet Safety & Security Internet Safety & Security
Internet Safety & Security Austin Stroud
 
Marketing through Social Media
Marketing through Social MediaMarketing through Social Media
Marketing through Social MediaAustin Stroud
 
Organizing and Editing Your Photos
Organizing and Editing Your PhotosOrganizing and Editing Your Photos
Organizing and Editing Your PhotosAustin Stroud
 
Spring 2013 IOLUG Conference Presentation: Instructional Design in Libraries ...
Spring 2013 IOLUG Conference Presentation: Instructional Design in Libraries ...Spring 2013 IOLUG Conference Presentation: Instructional Design in Libraries ...
Spring 2013 IOLUG Conference Presentation: Instructional Design in Libraries ...Austin Stroud
 
Public Library Services: My Path & Experiences
Public Library Services:  My Path & ExperiencesPublic Library Services:  My Path & Experiences
Public Library Services: My Path & ExperiencesAustin Stroud
 
The Life of an Instructional Librarian
The Life of an Instructional LibrarianThe Life of an Instructional Librarian
The Life of an Instructional LibrarianAustin Stroud
 
Presenting with PowerPoint
Presenting with PowerPointPresenting with PowerPoint
Presenting with PowerPointAustin Stroud
 

Plus de Austin Stroud (9)

Rotary Classification Talk
Rotary Classification TalkRotary Classification Talk
Rotary Classification Talk
 
Internet Safety & Security
Internet Safety & Security Internet Safety & Security
Internet Safety & Security
 
Marketing through Social Media
Marketing through Social MediaMarketing through Social Media
Marketing through Social Media
 
Organizing and Editing Your Photos
Organizing and Editing Your PhotosOrganizing and Editing Your Photos
Organizing and Editing Your Photos
 
Spring 2013 IOLUG Conference Presentation: Instructional Design in Libraries ...
Spring 2013 IOLUG Conference Presentation: Instructional Design in Libraries ...Spring 2013 IOLUG Conference Presentation: Instructional Design in Libraries ...
Spring 2013 IOLUG Conference Presentation: Instructional Design in Libraries ...
 
Public Library Services: My Path & Experiences
Public Library Services:  My Path & ExperiencesPublic Library Services:  My Path & Experiences
Public Library Services: My Path & Experiences
 
The Life of an Instructional Librarian
The Life of an Instructional LibrarianThe Life of an Instructional Librarian
The Life of an Instructional Librarian
 
Presenting with PowerPoint
Presenting with PowerPointPresenting with PowerPoint
Presenting with PowerPoint
 
Facebook101
Facebook101Facebook101
Facebook101
 

Dernier

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
 
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
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
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
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
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
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
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
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
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
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
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
 
[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
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
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
 

Dernier (20)

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
 
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
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
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
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
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
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
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
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
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
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 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
 
[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
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
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
 

Introduction to Web Design

  • 1. Presented by the Monroe County Public Library
  • 2. Me: Austin Stroud, Instructional Designer at the Monroe County Public Library Adjunct Faculty, Ivy Tech Community College Started building websites/learning the code behind it at 13 You: Do you have any experience working on a website? Have you ever tried to use a free, online builder? What are you hoping to learn in this course?
  • 3. You can create your own website by typing out the code (known as HTML) on your own. A popular program that comes on every Windows computer is Notepad, this is all you need to get started. If you prefer to be stepped through this process, there are a number of free website builders available on the Internet that we will discuss later.
  • 4. HTML stands for Hypertext Mark-up Language. HTML is the code “behind” a website. There are more advanced forms of coding that go into websites, but HTML sets a good foundation for you to learn the rest. We will just be covering HTML basics today.
  • 5. 1. Left click on Windows logo in bottom left corner of your screen 2. Left click on “All Programs” 3. Scroll down to the “Accessories” folder and left click 4. Left click on “Notepad”
  • 6. With HTML, almost everything in the code needs to have a beginning and an end. This is done with HTML tags. In Notepad, type <html> at the beginning of your document and </html> below this tag. This defines the document as a website coded in HTML. Everything else you type will be between these two HTML tags. After the <html> tag you also will need a <head> </head> section that contains information about the website, such as the title.
  • 7. So far, your Notepad document should look similar to this: <html> <head> </head> </html>
  • 8. Next, let’s add a title inside the header section as you see below: <html> <head> <title>Austin’s Website</title> </head> </html>
  • 9. Now, we need a <body> </body> section that starts just after the </head> tag. This is where the content of your website will go. <html> <head> <title>Austin’s Website</title> </head> <body> Your website’s content goes here! </body> </html>
  • 10. <b> word </b> = bold text <i> word </i> = italic text <u> word </u> = underlined text <br> = page break (drops your next text down a line) <p> words </p> = paragraph <hr> = horizontal line that can separate sections of your website Try some of these tags out in the body area of your code. More tag examples are provided on some of your handouts.
  • 11. <html> <head> <title>Austin’s Website</title> </head> <body> Your website’s content goes here!<hr> <p><b>My name is Austin Stroud.</b> I work at the <i>Monroe County Public Library.</i></p> </body> </html>
  • 12. When you are finished, in Notepad, follow these instructions to save your file: 1. Left click on “File” 2. Left click on “Save As…” 3. Change the “Save as type” from “Text documents” to “All files” 4. Name your file something that ends in .html or .htm 5. For example, I am going to name mine testwebsite.html and then click “Save” 6. You now can open your document to see what it looks like.
  • 13. My code turned out like this:
  • 14. http://www.godaddy.com – GoDaddy is what I use Articles with further ideas and reviews: http://lifehacker.com/5943452/five-best-domain-name-registrars http://lifehacker.com/5911651/five-best-web-hosting-companies
  • 15. Now, if you prefer to not mess with the HTML coding yourself – there are a number of free options out there for you (below are just a few examples): 1. Wordpress – blog/website combo http://www.wordpress.com 2. Weebly – blog/website combo http://www.weebly.com 3. Wix – websites built from editing templates http://www.wix.com 4. Google Sites – wiki/website combo https://sites.google.com/
  • 16. Austin Stroud Instructional Designer Monroe County Public Library 303 East Kirkwood Avenue Bloomington, IN 47408 (812) 349-3050 ext. 1666 astroud@mcpl.info