SlideShare a Scribd company logo
DEMYSTIFYING
HTML, CSS, PHP
& OTHER CRAZY
STUFF
Coding: Why Bother?
 DoI have to learn programming, too?
 Not in a deep way.
 (Unless you plan a career change.)

 What’s   the benefit?
 You’ll likely run into some basic coding
 using a CMS. Understand the potential for
 the technology.
Alphabet Soup: Languages of
the Web
   HTML – HyperText Markup Language
   CSS – Cascading Style Sheet
    Used to format web pages: Fonts, sizes, color,
    positioning, etc.
   Php – Hypertext PreProcessor
    Scripting language that generates web
    pages on the fly.
   jQuery – Code library. Makes it easy to create
    animated effects, slideshows, drop-down
    menus
Square One: What is a Web
Site?
A collection of files
 stored on a
 computer called a
 web server.
    Text files
    Graphical files (.jpg
     or .gif, for example)
    Files that contain
     scripts that make
     programs run.
A Peek Under the Hood
 Example
How Does Your Blog Differ?
 It   doesn’t really. It’s a type of web site.

 Bloggingsoftware automatically
  generates web pages.

 Blogging   software = CMS
   It’s a “rapid production tool.”
A Typical Web Page
   Can be created using
    any word processor.

   It’s usually written using
    code called HTML or
    “hypertext markup
    language.”

   It’s saved with the file
    extension
    “.html” or “.htm.
Example
 Open   a browser and call up a web page

 View   Source

 Thiscoding contains instructions to the
  web browser
  on how to display the page.
How Web Sites Get Created
 Coding
       typed in by hand.
 (Outmoded, but some purists do it!)

 Graphical
         editors
 Dreamweaver, for one…

 Content Management Systems
 (Proprietary, other, including Wordpress,
 Drupal)
Disclaimer
 Programs  such as
  Dreamweaver are not
  used to produce large
  sites!
 We’re using it as a
  learning/editing tool.
 Large-scale web
  production requires
  a Content Management
  System: CMS
A Word About HTML Tags
   HTML codes usually work in pairs.

   Opening tag: <tag>
   Closing tag: </tag>

   Example: <b>Then you add some text
    here.</b>

   Note: Some tags are formatted this way:
    <br />
Paragraph Tag
   HTML does not recognize blank lines. You must format breaks with a tag:
    <P> </P>for paragraph, <br /> for a single line break.
   <html>
    <head><title>My Homepage</head></title>
   <body>
   <p>
   Hello world. This is my text for my page. Hello world. This is my text for my
    page. Hello world. This is my text for my page. Hello world. This is my text for
    my page. </p>
   Hello world. This is my text for my page. Hello world. This is my text for my
    page. <br />
   Hello world. This is my text for my page.

   </body>
   </html>
Bulleted Lists
 <ul>
      <li>Item One</li>
      <li>Item Two</li>
      <li>Item Three</li>
 </ul>
 Try this: change “ul” to “ol”
Links
   HTML is all about linking.
    You click a link to get to another page/site.

   Syntax for links:

   <a href=“http://www.boston.com”>Click this!
    </a>

   <a href=“page.html”>Click this!</a>
How Does This Work in Your
Blog?
 Know Basic HTML tags to get “under the
 hood”
 and fix stuff!

 Beware   of “cut and paste” from MS Word.

 Keep it clean!
CSS: Cascading Style Sheets
 Used  to define       Connection to Your
  layout, formatting    Blog or Web Site?
  of web pages.
 Applies changes
  across the entire
  site.

 Usedin addition
 to HTML.
What Does it Look Like?

More Related Content

PPTX
Introduction to Web development
PDF
Introduction to web development
PDF
Introduction to web development
PPTX
Introduction to web development
PPT
Dreamweaver
PDF
Web development
PPTX
HTML5 tutorials for beginners - Imrokraft
Introduction to Web development
Introduction to web development
Introduction to web development
Introduction to web development
Dreamweaver
Web development
HTML5 tutorials for beginners - Imrokraft

What's hot (20)

PPT
Dreamweaver
PPTX
Java script tutorial
PPTX
Introduction to web application development
PPTX
Web profiler in drupal 8
PDF
Starting Web Development
PPTX
What are the Types of Websites?
PPT
Club website demo
PPS
Asp.Net 2.0 Presentation
PDF
Dynamic websites lec5
PPTX
Wordcamp2009
PDF
Casebook supplements slides
PDF
Best Practices for Building Sites in dotCMS
PPTX
1-01: Introduction To Web Development
PPTX
Responsive Web Development
PPTX
Web Design Norms
PDF
Forms as Structured Content
PPT
WebBiblio Subject Gateway System
PPTX
Journey To The Front End World - Part3 - The Machine
PDF
Club website demo
PPTX
BackboneJS
Dreamweaver
Java script tutorial
Introduction to web application development
Web profiler in drupal 8
Starting Web Development
What are the Types of Websites?
Club website demo
Asp.Net 2.0 Presentation
Dynamic websites lec5
Wordcamp2009
Casebook supplements slides
Best Practices for Building Sites in dotCMS
1-01: Introduction To Web Development
Responsive Web Development
Web Design Norms
Forms as Structured Content
WebBiblio Subject Gateway System
Journey To The Front End World - Part3 - The Machine
Club website demo
BackboneJS
Ad

Viewers also liked (7)

PDF
Typography
PDF
PDF
Com202 photo manipulation ethics
PPTX
Evaluation question 2
PDF
Commercial Printing Options
PDF
InDesign intro
PDF
Visual communication and the web
Typography
Com202 photo manipulation ethics
Evaluation question 2
Commercial Printing Options
InDesign intro
Visual communication and the web
Ad

Similar to Html intro (20)

PPT
Introduction to Web Technology and Web Page Development
PPTX
Web Designing Training in Ambala ! BATRA COMPUTER CENTRE
PPTX
Web Publishing terminology 1
PDF
BASIC HTML PROGRAMMING
PPT
Web Design-III IT.ppt
PPT
HyperTextMarkupLanguage.ppt
PPTX
HTML Bootcamp
PDF
Punch it Up with HTML and CSS
PDF
3. tutorial html web desain
PPT
HTML course.ppt
PPTX
Htmlcss1
PPTX
Chapter 2 Final.pptx
PPTX
Artistic Web Applications - Week3 - Part 1
PPTX
Session ii(html)
PPTX
HTML Bootcamp
PDF
INTERNSHIP PROJECT PPT RAJ HZL.pdf
PPTX
What is Wordpress | What is HTML | Wordpress vs HTML
PPT
Web Design.ppt
PDF
Girl Develop It Cincinnati: Intro to HTML/CSS Class 1
PPTX
web programming, Introduction to html tags
Introduction to Web Technology and Web Page Development
Web Designing Training in Ambala ! BATRA COMPUTER CENTRE
Web Publishing terminology 1
BASIC HTML PROGRAMMING
Web Design-III IT.ppt
HyperTextMarkupLanguage.ppt
HTML Bootcamp
Punch it Up with HTML and CSS
3. tutorial html web desain
HTML course.ppt
Htmlcss1
Chapter 2 Final.pptx
Artistic Web Applications - Week3 - Part 1
Session ii(html)
HTML Bootcamp
INTERNSHIP PROJECT PPT RAJ HZL.pdf
What is Wordpress | What is HTML | Wordpress vs HTML
Web Design.ppt
Girl Develop It Cincinnati: Intro to HTML/CSS Class 1
web programming, Introduction to html tags

More from Danielle Oser, APR (20)

PDF
Photo manipulation ethics
PDF
Design planning and stock images
PDF
Desktop publishing intro
PDF
Adobe illustrator getting started
PDF
Copyright and stock images
PDF
Visual communication the more you know the more you see
PDF
Visual communication and computers
PDF
Visual communication and television
PDF
Visual communication and movies
PDF
Visual communication and photography
PDF
Visual communication and Cartoons
PDF
Visual communication and Infographics
PDF
Visual communication and typography
PDF
Visual communication and graphic design
PDF
Visual communication and Visual analysis
PPT
Visual communication and Visual stereotypes
PDF
Visual communication and Visual persuasion
PDF
Visual communication and Visual communication theories
PDF
Visual communication and Visual cues part two
PDF
Visual communication and Visual cues part one
Photo manipulation ethics
Design planning and stock images
Desktop publishing intro
Adobe illustrator getting started
Copyright and stock images
Visual communication the more you know the more you see
Visual communication and computers
Visual communication and television
Visual communication and movies
Visual communication and photography
Visual communication and Cartoons
Visual communication and Infographics
Visual communication and typography
Visual communication and graphic design
Visual communication and Visual analysis
Visual communication and Visual stereotypes
Visual communication and Visual persuasion
Visual communication and Visual communication theories
Visual communication and Visual cues part two
Visual communication and Visual cues part one

Recently uploaded (20)

PPTX
Cell Structure & Organelles in detailed.
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
RMMM.pdf make it easy to upload and study
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
Basic Mud Logging Guide for educational purpose
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
TR - Agricultural Crops Production NC III.pdf
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Classroom Observation Tools for Teachers
PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
Insiders guide to clinical Medicine.pdf
PPTX
master seminar digital applications in india
PDF
Pre independence Education in Inndia.pdf
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPTX
Pharma ospi slides which help in ospi learning
Cell Structure & Organelles in detailed.
Renaissance Architecture: A Journey from Faith to Humanism
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
RMMM.pdf make it easy to upload and study
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Basic Mud Logging Guide for educational purpose
2.FourierTransform-ShortQuestionswithAnswers.pdf
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
TR - Agricultural Crops Production NC III.pdf
Anesthesia in Laparoscopic Surgery in India
Classroom Observation Tools for Teachers
Microbial disease of the cardiovascular and lymphatic systems
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
Insiders guide to clinical Medicine.pdf
master seminar digital applications in india
Pre independence Education in Inndia.pdf
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Pharma ospi slides which help in ospi learning

Html intro

  • 1. DEMYSTIFYING HTML, CSS, PHP & OTHER CRAZY STUFF
  • 2. Coding: Why Bother?  DoI have to learn programming, too? Not in a deep way. (Unless you plan a career change.)  What’s the benefit? You’ll likely run into some basic coding using a CMS. Understand the potential for the technology.
  • 3. Alphabet Soup: Languages of the Web  HTML – HyperText Markup Language  CSS – Cascading Style Sheet Used to format web pages: Fonts, sizes, color, positioning, etc.  Php – Hypertext PreProcessor Scripting language that generates web pages on the fly.  jQuery – Code library. Makes it easy to create animated effects, slideshows, drop-down menus
  • 4. Square One: What is a Web Site? A collection of files stored on a computer called a web server.  Text files  Graphical files (.jpg or .gif, for example)  Files that contain scripts that make programs run.
  • 5. A Peek Under the Hood  Example
  • 6. How Does Your Blog Differ?  It doesn’t really. It’s a type of web site.  Bloggingsoftware automatically generates web pages.  Blogging software = CMS It’s a “rapid production tool.”
  • 7. A Typical Web Page  Can be created using any word processor.  It’s usually written using code called HTML or “hypertext markup language.”  It’s saved with the file extension “.html” or “.htm.
  • 8. Example  Open a browser and call up a web page  View Source  Thiscoding contains instructions to the web browser on how to display the page.
  • 9. How Web Sites Get Created  Coding typed in by hand. (Outmoded, but some purists do it!)  Graphical editors Dreamweaver, for one…  Content Management Systems (Proprietary, other, including Wordpress, Drupal)
  • 10. Disclaimer  Programs such as Dreamweaver are not used to produce large sites!  We’re using it as a learning/editing tool.  Large-scale web production requires a Content Management System: CMS
  • 11. A Word About HTML Tags  HTML codes usually work in pairs.  Opening tag: <tag>  Closing tag: </tag>  Example: <b>Then you add some text here.</b>  Note: Some tags are formatted this way: <br />
  • 12. Paragraph Tag  HTML does not recognize blank lines. You must format breaks with a tag: <P> </P>for paragraph, <br /> for a single line break.  <html> <head><title>My Homepage</head></title>  <body>  <p>  Hello world. This is my text for my page. Hello world. This is my text for my page. Hello world. This is my text for my page. Hello world. This is my text for my page. </p>  Hello world. This is my text for my page. Hello world. This is my text for my page. <br />  Hello world. This is my text for my page.  </body>  </html>
  • 13. Bulleted Lists  <ul>  <li>Item One</li>  <li>Item Two</li>  <li>Item Three</li>  </ul>  Try this: change “ul” to “ol”
  • 14. Links  HTML is all about linking. You click a link to get to another page/site.  Syntax for links:  <a href=“http://www.boston.com”>Click this! </a>  <a href=“page.html”>Click this!</a>
  • 15. How Does This Work in Your Blog?  Know Basic HTML tags to get “under the hood” and fix stuff!  Beware of “cut and paste” from MS Word. Keep it clean!
  • 16. CSS: Cascading Style Sheets  Used to define  Connection to Your layout, formatting Blog or Web Site? of web pages.  Applies changes across the entire site.  Usedin addition to HTML.
  • 17. What Does it Look Like?