SlideShare une entreprise Scribd logo
1  sur  28
Introduction to Information System
COMPO2
Information System

 Is any combination of information
  Technology and people’s activities using that
  technology to support operations,
  management.
 In other words, IS is frequently used to refer
  to the interaction between people,
  algorithmic processes, data and technology
Components of IS

1. Management Information System
 It is a system that provides information
   needed to manage organizations efficiently
   and effectively.(resources such as technology,
   information and people)
2. Decision Support System
 Is a computer based information system that
   supports business or organizational
   decisional activities.
 DSS serves as the management, operations,
  and planning levels of an organization and
  help to make decisions which may be rapidly
  changing and not easily specified in advance.
 DSS includes knowledge based systems.
(ex. Inventories, Comparative sales, projected
  revenues)
3. Executive Information System
 Is a type of MIS intended to facilitate and
   support information and decision-making
   needs of senior executives.
 Considered as specialized form of DSS.
4. Transaction Processing System
 It collects, stores, modifies and retrieves
   transactions of an organization.
WEB or the WWW

 It is a system of interlinked hypertext
  documents accessed via the internet.
 With a web browser, one can view web pages
  that may contain text, images, videos and
  other multimedia and navigate between
  them via hyperlinks
**hypertext is a text displayed on a computer
  with references to other text that reader can
  immediately access usually by a mouse click
**hyperlink is a reference to a document that
  reader can directly follow or followed
  automatically. It points out the whole
  document or to specific element within a
  document.
(hypertext is a text with hyperlink)
Surfing the Web

 Surfing is the term used to denote the
  navigating around different websites.

1. In order to surf the Web, you need a web
   browser, a software application for retrieving,
   presenting and traversing information
   resources on the WWW.
Popular web Browser

 Internet explorer – 36.3%
 Firefox – 24.1%
 Chrome – 18.2%
 Safari – 10.7%
 Opera – 4.4%
 Android – 1.7%


As of aug. 2011
 Once you have a web browser, you must
  ensure that your internet connection are
  established well.
 Then, you may now launch your web browser
 Type the complete URL address of a site into
  the address bar of your web browser.
 Then navigate it through hyperlinks and
  address bar.
Client VS server

 Client is an application or system that
  accesses a service made available by the
  server whereas
 Server is a computer program running to
  serve request of other programs – the client
 They are connected via a network
 Together they called
Client-server architecture
Website

 A collection of interrelated web pages
  containing images, videos or other assets.
 It is hosted on at least one web server,
  accessible via network such as internet
  through URL.
Components of website

 HTML
- For the content
 CSS
- For the design
 Javascript
- For the interaction
 PHP
- For the dynamic web pages
Web page

 Is a document or information resource that is
  suitable for the WWW and can be accessed
  through a web browser.

 It is composed of an HTML tags
URL

 Uniform Resource Locator
 Universal Resource Locator
 It is a character string that specifies where a
  known resource is available on the internet
  and the mechanism for retrieving it.
Searching the web

 It means the user will try to access their
  needed information through web
 Web gives millions of results in just few
  seconds
 User use different search engines for web
  searching
Popular Search Engine

   Google          150 M
   Yahoo           137 M
   Bing             80 M
   ASK              60 M
   Teotama          9M
   Duck Duck Go     198K
   Entire Web       123K
   Blekko            120K
   Scrub the web      58K
   Gigablast           29K
Some ethical issues in web

 Protection of intellectual property
 Prevention of fraud
 Protection of freedom of expression versus
  problems of defamation
 Protection of privacy
 control of spamming
What is HTML?

 HTML stands for Hyper Text Markup
    Language
   It is a language for describing web pages
   It is not programming language, it is mark up
    language
   Mark up language is a set of mark up tags
   It uses mark up tags to describe web pages
   It is invented by Tim Berners- Lee in 1989
Application needed in
creating HTML
 Internet Browser
 HTML editor
 A graphic program
HTML tags

 These are the keywords surrounded by angle
  brackets like <html>
 Usually tags come in pair like <b> and </b>
 The first tag in a pair is the start tag, the
  second tag is the end
 Start and end tags are also called opening
  tags and closing tags
HTML example

<html>
<head>
<title> hello </title></head>
                                Hello
<body>

Hello

</body>
</html>
Parts of HTML tag

 <html> - tells the web browser on the type of
  the document
 <head> - technical information about the
  document is stated
 <title> - gives the document a name
 <body> - where the actual documents are
  places
Basic formatting tags

 <b> bold</b> - to make the text bold
 <strong> </strong> - also for bold
 <u> </u> - for underline
 <i> </i> - for italic
 <em> </em> - also for emphasis
 <strike> </strike> - for strike through
 <center> </center> - to align text in center
 <tt> </tt> - for teletype text
 <h1> </h1> to <h6> </h6>-
for heading
 <br>
for breaking lines
 <pre> </pre>
preformatted text
Preserves spacing
 <sub></sub>
 subscript

 <sup></sup>
superscript
HTML elements

 Html elements starts with a start tag /
  opening tag
 Html elements starts with a end tag and
  closing tag
 The element content is everything between
  the start and end tag
 Some html elements have empty content
HTML comments

 It makes html codes to make it more readable
  and understandable
 It is ignored by the browser and are not
  displayed
 <!---this is a comments ----->
Paragraph tags

 HTML documents are divided into
  paragraphs
 This is defined with <p> and </p>
 it has one attribute which is align


Example : <p align = “right/center/left”> sample
  paragraph</p>

Contenu connexe

Tendances

introduction to web technology
introduction to web technologyintroduction to web technology
introduction to web technology
vikram singh
 
Internet workshop
Internet workshopInternet workshop
Internet workshop
maria9102
 
MINOR PROZECT REPORT on WINDOWS SERVER
MINOR PROZECT REPORT on WINDOWS SERVERMINOR PROZECT REPORT on WINDOWS SERVER
MINOR PROZECT REPORT on WINDOWS SERVER
Asish Verma
 
Semantic Web: Intro
Semantic Web: IntroSemantic Web: Intro
Semantic Web: Intro
Fariz Darari
 

Tendances (20)

introduction to web technology
introduction to web technologyintroduction to web technology
introduction to web technology
 
Vskills angular js sample material
Vskills angular js sample materialVskills angular js sample material
Vskills angular js sample material
 
Introduction to Web Technology
Introduction to Web TechnologyIntroduction to Web Technology
Introduction to Web Technology
 
Hour 01
Hour 01Hour 01
Hour 01
 
Internet workshop
Internet workshopInternet workshop
Internet workshop
 
Web+html
Web+htmlWeb+html
Web+html
 
Web Architecture - Mechanism and Threats
Web Architecture - Mechanism and ThreatsWeb Architecture - Mechanism and Threats
Web Architecture - Mechanism and Threats
 
MINOR PROZECT REPORT on WINDOWS SERVER
MINOR PROZECT REPORT on WINDOWS SERVERMINOR PROZECT REPORT on WINDOWS SERVER
MINOR PROZECT REPORT on WINDOWS SERVER
 
Url
UrlUrl
Url
 
Internet programming notes
Internet programming notesInternet programming notes
Internet programming notes
 
Php
PhpPhp
Php
 
Ncp computer appls web tech asish
Ncp computer appls  web tech asishNcp computer appls  web tech asish
Ncp computer appls web tech asish
 
Types of websites
Types of websitesTypes of websites
Types of websites
 
L017447590
L017447590L017447590
L017447590
 
Semantic Web: Intro
Semantic Web: IntroSemantic Web: Intro
Semantic Web: Intro
 
Web 3.0 The Semantic Web
Web 3.0 The Semantic WebWeb 3.0 The Semantic Web
Web 3.0 The Semantic Web
 
Jarrar: The Next Generation of the Web 3.0: The Semantic Web
Jarrar: The Next Generation of the Web 3.0: The Semantic WebJarrar: The Next Generation of the Web 3.0: The Semantic Web
Jarrar: The Next Generation of the Web 3.0: The Semantic Web
 
PHP Training In Ambala! BATRA COMPUTER CENTRE
PHP Training In Ambala! BATRA COMPUTER CENTREPHP Training In Ambala! BATRA COMPUTER CENTRE
PHP Training In Ambala! BATRA COMPUTER CENTRE
 
იოსებ ძმანაშვილი - The Web APIs
იოსებ ძმანაშვილი - The Web APIsიოსებ ძმანაშვილი - The Web APIs
იოსებ ძმანაშვილი - The Web APIs
 
uniform resource locator
uniform resource locatoruniform resource locator
uniform resource locator
 

En vedette

Broadbandplan
BroadbandplanBroadbandplan
Broadbandplan
Udit Bali
 
My funlife italia_presentazione_06202013 (1)
My funlife italia_presentazione_06202013 (1)My funlife italia_presentazione_06202013 (1)
My funlife italia_presentazione_06202013 (1)
avianton
 
My funlife power-point1-05112013_chinese
My funlife power-point1-05112013_chineseMy funlife power-point1-05112013_chinese
My funlife power-point1-05112013_chinese
avianton
 
Getting started with odi
Getting started with odiGetting started with odi
Getting started with odi
checksekhar
 
My funlife power-point1-hindi_click_thru (1)
My funlife power-point1-hindi_click_thru (1)My funlife power-point1-hindi_click_thru (1)
My funlife power-point1-hindi_click_thru (1)
avianton
 
Cae practice tests oxford university press
Cae practice tests   oxford university pressCae practice tests   oxford university press
Cae practice tests oxford university press
Pham Van van Dinh
 

En vedette (19)

Rtg Rica Fall Forum Richelle Elberg
Rtg Rica Fall Forum Richelle ElbergRtg Rica Fall Forum Richelle Elberg
Rtg Rica Fall Forum Richelle Elberg
 
Cells
Cells Cells
Cells
 
My funlife presentation_turkish
My funlife presentation_turkishMy funlife presentation_turkish
My funlife presentation_turkish
 
Broadbandplan
BroadbandplanBroadbandplan
Broadbandplan
 
Diapositiva tic
Diapositiva ticDiapositiva tic
Diapositiva tic
 
My funlife italia_presentazione_06202013 (1)
My funlife italia_presentazione_06202013 (1)My funlife italia_presentazione_06202013 (1)
My funlife italia_presentazione_06202013 (1)
 
Cell structure
Cell structureCell structure
Cell structure
 
My funlife power-point1-05112013_chinese
My funlife power-point1-05112013_chineseMy funlife power-point1-05112013_chinese
My funlife power-point1-05112013_chinese
 
Sel volta
Sel voltaSel volta
Sel volta
 
AdBOOST.sk Case Study Comic Con 2014
AdBOOST.sk Case Study Comic Con 2014AdBOOST.sk Case Study Comic Con 2014
AdBOOST.sk Case Study Comic Con 2014
 
Getting started with odi
Getting started with odiGetting started with odi
Getting started with odi
 
Rút xô nhóm 5
Rút xô   nhóm 5Rút xô   nhóm 5
Rút xô nhóm 5
 
Tatabahasa
TatabahasaTatabahasa
Tatabahasa
 
My funlife power-point1-hindi_click_thru (1)
My funlife power-point1-hindi_click_thru (1)My funlife power-point1-hindi_click_thru (1)
My funlife power-point1-hindi_click_thru (1)
 
Chuong 8web
Chuong 8webChuong 8web
Chuong 8web
 
Cae practice tests oxford university press
Cae practice tests   oxford university pressCae practice tests   oxford university press
Cae practice tests oxford university press
 
Current Trends in Libraries
Current Trends in LibrariesCurrent Trends in Libraries
Current Trends in Libraries
 
Week 9 the complex sentence
Week 9   the complex sentenceWeek 9   the complex sentence
Week 9 the complex sentence
 
Week 1 morphemes and words
Week 1 morphemes and wordsWeek 1 morphemes and words
Week 1 morphemes and words
 

Similaire à Compo2 prelim

abdelwahab alsammak_Chapter 1-Internet concepts.ppt
abdelwahab alsammak_Chapter 1-Internet concepts.pptabdelwahab alsammak_Chapter 1-Internet concepts.ppt
abdelwahab alsammak_Chapter 1-Internet concepts.ppt
David319172
 
Ch2 presenting the internet.
Ch2 presenting the internet.Ch2 presenting the internet.
Ch2 presenting the internet.
cs001
 
The Factors For The Website
The Factors For The WebsiteThe Factors For The Website
The Factors For The Website
Julie May
 

Similaire à Compo2 prelim (20)

Web engineering
Web engineeringWeb engineering
Web engineering
 
Web programming by Najeeb ullahAzad(1)
Web programming by Najeeb ullahAzad(1)Web programming by Najeeb ullahAzad(1)
Web programming by Najeeb ullahAzad(1)
 
internet workshop
internet workshopinternet workshop
internet workshop
 
web services8 (1).pdf for computer science
web services8 (1).pdf for computer scienceweb services8 (1).pdf for computer science
web services8 (1).pdf for computer science
 
introduction_to_web_technology.pdf
introduction_to_web_technology.pdfintroduction_to_web_technology.pdf
introduction_to_web_technology.pdf
 
INTERNET
INTERNETINTERNET
INTERNET
 
Internet
InternetInternet
Internet
 
abdelwahab alsammak_Chapter 1-Internet concepts.ppt
abdelwahab alsammak_Chapter 1-Internet concepts.pptabdelwahab alsammak_Chapter 1-Internet concepts.ppt
abdelwahab alsammak_Chapter 1-Internet concepts.ppt
 
Ch2 presenting the internet.
Ch2 presenting the internet.Ch2 presenting the internet.
Ch2 presenting the internet.
 
World Wide Web
World Wide WebWorld Wide Web
World Wide Web
 
Hyper Text Markup Language, Cascading Style Sheet
Hyper Text Markup Language, Cascading Style SheetHyper Text Markup Language, Cascading Style Sheet
Hyper Text Markup Language, Cascading Style Sheet
 
The Factors For The Website
The Factors For The WebsiteThe Factors For The Website
The Factors For The Website
 
Introduction about Internet
Introduction about InternetIntroduction about Internet
Introduction about Internet
 
Internet
InternetInternet
Internet
 
Basic HTML
Basic HTMLBasic HTML
Basic HTML
 
9 Chap 1 Introduction to internet.pptx
9 Chap 1 Introduction  to internet.pptx9 Chap 1 Introduction  to internet.pptx
9 Chap 1 Introduction to internet.pptx
 
Internet website designing_company_in_delhi
Internet website designing_company_in_delhiInternet website designing_company_in_delhi
Internet website designing_company_in_delhi
 
Introduction to internet
Introduction to internetIntroduction to internet
Introduction to internet
 
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report 6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report
 
Internet &amp; www
Internet &amp; wwwInternet &amp; www
Internet &amp; www
 

Dernier

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
giselly40
 

Dernier (20)

A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
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
 
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
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
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)
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
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
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
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
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
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
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
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...
 
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...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 

Compo2 prelim

  • 2. Information System  Is any combination of information Technology and people’s activities using that technology to support operations, management.  In other words, IS is frequently used to refer to the interaction between people, algorithmic processes, data and technology
  • 3. Components of IS 1. Management Information System  It is a system that provides information needed to manage organizations efficiently and effectively.(resources such as technology, information and people) 2. Decision Support System  Is a computer based information system that supports business or organizational decisional activities.
  • 4.  DSS serves as the management, operations, and planning levels of an organization and help to make decisions which may be rapidly changing and not easily specified in advance.  DSS includes knowledge based systems. (ex. Inventories, Comparative sales, projected revenues) 3. Executive Information System  Is a type of MIS intended to facilitate and support information and decision-making needs of senior executives.  Considered as specialized form of DSS.
  • 5. 4. Transaction Processing System  It collects, stores, modifies and retrieves transactions of an organization.
  • 6. WEB or the WWW  It is a system of interlinked hypertext documents accessed via the internet.  With a web browser, one can view web pages that may contain text, images, videos and other multimedia and navigate between them via hyperlinks **hypertext is a text displayed on a computer with references to other text that reader can immediately access usually by a mouse click
  • 7. **hyperlink is a reference to a document that reader can directly follow or followed automatically. It points out the whole document or to specific element within a document. (hypertext is a text with hyperlink)
  • 8. Surfing the Web  Surfing is the term used to denote the navigating around different websites. 1. In order to surf the Web, you need a web browser, a software application for retrieving, presenting and traversing information resources on the WWW.
  • 9. Popular web Browser  Internet explorer – 36.3%  Firefox – 24.1%  Chrome – 18.2%  Safari – 10.7%  Opera – 4.4%  Android – 1.7% As of aug. 2011
  • 10.  Once you have a web browser, you must ensure that your internet connection are established well.  Then, you may now launch your web browser  Type the complete URL address of a site into the address bar of your web browser.  Then navigate it through hyperlinks and address bar.
  • 11. Client VS server  Client is an application or system that accesses a service made available by the server whereas  Server is a computer program running to serve request of other programs – the client  They are connected via a network  Together they called Client-server architecture
  • 12. Website  A collection of interrelated web pages containing images, videos or other assets.  It is hosted on at least one web server, accessible via network such as internet through URL.
  • 13. Components of website  HTML - For the content  CSS - For the design  Javascript - For the interaction  PHP - For the dynamic web pages
  • 14. Web page  Is a document or information resource that is suitable for the WWW and can be accessed through a web browser.  It is composed of an HTML tags
  • 15. URL  Uniform Resource Locator  Universal Resource Locator  It is a character string that specifies where a known resource is available on the internet and the mechanism for retrieving it.
  • 16. Searching the web  It means the user will try to access their needed information through web  Web gives millions of results in just few seconds  User use different search engines for web searching
  • 17. Popular Search Engine  Google 150 M  Yahoo 137 M  Bing 80 M  ASK 60 M  Teotama 9M  Duck Duck Go 198K  Entire Web 123K  Blekko 120K  Scrub the web 58K  Gigablast 29K
  • 18. Some ethical issues in web  Protection of intellectual property  Prevention of fraud  Protection of freedom of expression versus problems of defamation  Protection of privacy  control of spamming
  • 19. What is HTML?  HTML stands for Hyper Text Markup Language  It is a language for describing web pages  It is not programming language, it is mark up language  Mark up language is a set of mark up tags  It uses mark up tags to describe web pages  It is invented by Tim Berners- Lee in 1989
  • 20. Application needed in creating HTML  Internet Browser  HTML editor  A graphic program
  • 21. HTML tags  These are the keywords surrounded by angle brackets like <html>  Usually tags come in pair like <b> and </b>  The first tag in a pair is the start tag, the second tag is the end  Start and end tags are also called opening tags and closing tags
  • 22. HTML example <html> <head> <title> hello </title></head> Hello <body> Hello </body> </html>
  • 23. Parts of HTML tag  <html> - tells the web browser on the type of the document  <head> - technical information about the document is stated  <title> - gives the document a name  <body> - where the actual documents are places
  • 24. Basic formatting tags  <b> bold</b> - to make the text bold  <strong> </strong> - also for bold  <u> </u> - for underline  <i> </i> - for italic  <em> </em> - also for emphasis  <strike> </strike> - for strike through  <center> </center> - to align text in center  <tt> </tt> - for teletype text
  • 25.  <h1> </h1> to <h6> </h6>- for heading  <br> for breaking lines  <pre> </pre> preformatted text Preserves spacing  <sub></sub>  subscript  <sup></sup> superscript
  • 26. HTML elements  Html elements starts with a start tag / opening tag  Html elements starts with a end tag and closing tag  The element content is everything between the start and end tag  Some html elements have empty content
  • 27. HTML comments  It makes html codes to make it more readable and understandable  It is ignored by the browser and are not displayed  <!---this is a comments ----->
  • 28. Paragraph tags  HTML documents are divided into paragraphs  This is defined with <p> and </p>  it has one attribute which is align Example : <p align = “right/center/left”> sample paragraph</p>