SlideShare a Scribd company logo
Md. Ali Hosssain.
Web Designer.
Jr. Instructor, Graphic Arts Innstitute.
Email:Students.gai@gmail.com
Phone:01731402303
02/08/14
The World Wide Web (abbreviated as WWW or W3,[3] commonly known as the
web), 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.

•Born in London in
1955

•The
web
was
developed
between
March
1989
and
December 1990.
• Mr. Tim Berners-Lee

• Published language HyperText
Markup Language (HTML);
• The Hypertext Transfer
Protocol(HTTP)
02/08/14
Basic Website Requirements
1. Domain Name
The domain name is the address name you will have on the Internet such as
http://www.yourdomainname.com/ or yourdomainname.com.
2. Website Hosting
Hosting is the electronic "space" you rent so that your website and email are
accessible over the Internet.
3.Website Development
A website developer is the person that builds your website property at your hosting
provider. software developer who is specifically engaged in the development of
World Wide Web applications, that are run over the Internet from a web server to a
client, a web browser.
4. Webmaster
In terms of a completed small business site, the webmaster is the technical person
responsible for administration and maintenance of the website.
02/08/14
Web Application
Static
Static websites can only really be updated by someone with a knowledge of
website development.
Advantages of Static websites
• Quick to develop
• Cheap to develop
• Cheap to host
Dynamic
Dynamic applications on websites offer interactivity for you and your customers. Some
example are content management system, e-commerce system, bulletin / discussion
boards, intranet or extranet facilities, ability for clients or users to upload documents,
ability for administrators or users to create content or add information to a site.
Advantages of dynamic websites
•Much more functional website
•Much easier to update
•New content brings people back to the site and helps in the search engines
02/08/14
Defining A Web Site
The very first step in designing a Web site is to define it. And to properly
define a site there are three questions that must be answered.
What is the purpose of the site?
Who will be visiting the site?
How will the site serve the client?
The answers to these questions will guide you as you construct the site
Identify the Purpose of the Site
A Web site may have several purposes. In that case it is necessary to
determine which is the primary purpose, which is secondary, and so on. A
site that is intended to be strictly informative, such as a news site, is likely to
look much different that a site that is designed to sell a product. On the
other hand, a site for a college may have some subtle similarities to a site
that sells books. The college site probably will be intended to present the
school is a very positive and manner so that students will want to enroll.
The retail book site will want to convince visitors that it is the best place to
purchase reading material.

02/08/14
Identify Who Will Visit the Site
Determining who the visitors are likely to be is crucial in deciding not only the
general appearance of the site, but also the technology that might be used to build
the site.
If the project is likely to have visitors who log in from home, it is necessary to design
the pages with the understanding that some users may still have slow modem
connections.
Even with so-called "high speed access," Internet connect speeds vary wildly. Users
with DSL will almost certainly notice slower page loading compared to those users
who have cable or fiber optic access.
While quick download times are preferred, some types of Web sites require
technology that is not conducive to fast page loads. Such a site may be for a rock
band or a high-tech company. Both of which might use Flash! or similar techniques.
Serving the Needs of the Client
The term "client" in this instance refers to anybody for whom a site is built, not just a
paying customer. In the case of a Web site built for a family reunion, the client is the
family. Will the site properly serve the need of the family by providing clear
directions to the location of the reunion? Can the family photos be properly
displayed?
A client could be a history professor. In such an instance the message of the
professor must be clearly understood. Will he or she want to post assignments and
readings? Does the site involve explaining research projects? And who will update
the site later?
02/08/14
Technologies include.....
Platform
•
•
•
•
•
•
•

HTML
CSS
JavaScript
PHP
ASP
C Sharp
MySql

•
•
•
•
•
•
•

Software
Knowledge:
Dreamweaver
Flash
PhotoShop
Illustrator
FireWorks
Contribute
Acrobat

•
•
•
•
•
•

CMS
Joomla
WoardPress
Durpal
Majento
Cushy CMS
Radiant CMS

02/08/14
12 Benefits Of Having A Website
Some of the goals that can be achieved by launching a website include the
following:

1. Far Cheaper and Much More
Flexible Than Print Advertising
2. Market Expansion

7. Standardize Sales Performance
8. Improve credibility

3. Diversify Revenue Streams

9. Promote your Brick n Mortar
Presence

4. 24 7 365

10. Growth Opportunity

5. Offer Convenience

11. Two-Way Communicative Marketing

6. Add Value and Satisfaction

12. Cheap Market Research

02/08/14
Web Browser

02/08/14
What is HTML?

HTML is the "mother tongue" of web
browser.
•
•
•
•
•
•
•

HTML is a language for describing web pages.
HTML stands for Hyper Text Markup Language
HTML is a markup language
A markup language is a set of markup tags
The tags describe document content
HTML documents contain HTML tags and plain text
HTML documents are also called web pages

02/08/14
HTML Version /Elements and Tag

Year

Version
HTML

1991

HTML+

1993

HTML 2.0

1995

HTML 3.2

1997

HTML 4.01

1999

XHTML 1.0

2000

HTML5

2012

XHTML5

Elements and tags?
HTML markup tags are usually called HTML tags "HTML tags"
and "HTML elements" are often used to describe the same
thing.

2013

• HTML tags are keywords (tag names) surrounded by
angle brackets like <html>
• HTML tags normally come in pairs like <b> and </b>
• The first tag in a pair is the start tag, the second tag is
the end tag
• The end tag is written like the start tag, with a forward
slash before the tag name
• Start and end tags are also called opening tags and
closing tags

<tagname>content</tagname>
02/08/14
The <!DOCTYPE> Declaration: The <!DOCTYPE> declaration helps the browser to display a
web page correctly. There are many different documents on the web, and a browser can only
display an HTML page 100% correctly if it knows the HTML type and version used.
Common Declarations
HTML 4.01: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
XHTML 1.0: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
HTML5: <!DOCTYPE html>

02/08/14
02/08/14
Create your first website
<HTML>
<HEAD>
<TITLE> My Web Site </TITLE>
</HEAD>
<BODY>
<H1> Hello World </H1>
<p>Hurrah! This is my website. My name is kamrul Hasan </p>
</BODY>
</HTML>

Save Your HTML: Select Save as.. in Notepad's file menu. You save an HTML file, you
can use either the .htm or the .html file extension. There is no difference, it is entirely up to
you.

02/08/14
BODY Element

<BODY attributename="attributevalue">
Deprecated attributes (but still used)
BACKGROUND=“Sunset.jpg” (can be tiled)
BGCOLOR=color
TEXT=color
LINK=color (unvisited links)
VLINK=color (visited links)
ALINK=color (when selected)

02/08/14
Headings
<H1 ...> text </H1> -- largest of the six
<H2 ...> text </H2>
<H3 ...> text </H3>
<H4 ...> text </H4>
<H5 ...> text </H5>
<H6 ...> text </H6> -- smallest of the six
ALIGN="position" --left (default), center or right
02/08/14
Headings
<HTML>
<HEAD>
<TITLE>Document Headings</TITLE>
</HEAD>
<BODY>
Samples of the six heading types:
<H1>Level-1 (H1)</H1>
<H2 ALIGN="center">Level-2 (H2)</H2>
<H3><U>Level-3 (H3)</U></H3>
<H4 ALIGN="right">Level-4 (H4)</H4>
<H5>Level-5 (H5)</H5>
<H6>Level-6 (H6)</H6>
</BODY>
</HTML>

02/08/14
<P> Paragraph

<P> defines a paragraph

Add ALIGN="position" (left, center, right)
Multiple <P>'s do not create blank lines
Use <BR> for blank line
Fully-specified text uses <P> and </P>
But </P> is optional

02/08/14
02/08/14

More Related Content

PPTX
Web publishing
PPT
Web Publishing: An Overview of Tools and Service
PPT
Different Types of Websites
PPT
presentation on static website design
PPTX
Static dynamic and active web pages
PPT
Web browsers and website publishing
PPTX
Static and Dynamic webpage
PPTX
Type of websites
Web publishing
Web Publishing: An Overview of Tools and Service
Different Types of Websites
presentation on static website design
Static dynamic and active web pages
Web browsers and website publishing
Static and Dynamic webpage
Type of websites

What's hot (20)

PPTX
WWW, Website & Webpage
PDF
Web Design & Development - Session 1
PDF
Dynamic Web
PPT
How websites and search engines work
PPT
Essentials of Children's Ministry Website Development
DOCX
Web development
PPTX
Website Tactics
PPT
Introduction to Web Programming - first course
PPT
Website Overview
PPT
Lecture 1 intro to web designing
PPT
Blogging with-wordpress
PDF
A practical guide to building websites with HTML5 & CSS3
PPTX
website planning and creation for beginners
PPT
Mengelola isi halaman web 5 eng
PPTX
Ian cohen tech in law project
PDF
WEB I - 01 - Introduction to Web Development
PDF
Html, WordPress & evolving forms of publishing
PDF
Web Development with HTML5, CSS3 & JavaScript
PPT
Protocols
KEY
Web Design 101
WWW, Website & Webpage
Web Design & Development - Session 1
Dynamic Web
How websites and search engines work
Essentials of Children's Ministry Website Development
Web development
Website Tactics
Introduction to Web Programming - first course
Website Overview
Lecture 1 intro to web designing
Blogging with-wordpress
A practical guide to building websites with HTML5 & CSS3
website planning and creation for beginners
Mengelola isi halaman web 5 eng
Ian cohen tech in law project
WEB I - 01 - Introduction to Web Development
Html, WordPress & evolving forms of publishing
Web Development with HTML5, CSS3 & JavaScript
Protocols
Web Design 101
Ad

Viewers also liked (20)

PPTX
Facebook для бизнеса
PDF
Locally Owned Renewable Energy Facilities
PDF
Field Bindweed Control Alternatives
PDF
Managed Grazing in Riparian Areas
PDF
Selling to Restaurants
PDF
Grapes: Organic Production
PDF
Pork: Marketing Alternatives
PDF
Edible Schoolyards & Gardening with Children
PDF
Tools for Managing Internal Parasites in Small Ruminants
PDF
B c f section for last pages
PPSX
L'uomo che dovevo uccidere
PPT
Искромётное сердце поэта
PDF
Montana Farmers Market EBT Manual
PDF
Tree Fruits: Organic Production Overview
PDF
sequential circuit that encodes a hexadecimal 16-key keypad output to 4 – bit...
PDF
Raising Dairy Heifers on Pasture
PDF
Biodiesel: The Sustainability Dimensions
PDF
Edible Soybean Production and Marketing
PDF
Moving Beyond Conventional Cash Cropping
PDF
Predator Control for Sustainable & Organic Livestock Production
Facebook для бизнеса
Locally Owned Renewable Energy Facilities
Field Bindweed Control Alternatives
Managed Grazing in Riparian Areas
Selling to Restaurants
Grapes: Organic Production
Pork: Marketing Alternatives
Edible Schoolyards & Gardening with Children
Tools for Managing Internal Parasites in Small Ruminants
B c f section for last pages
L'uomo che dovevo uccidere
Искромётное сердце поэта
Montana Farmers Market EBT Manual
Tree Fruits: Organic Production Overview
sequential circuit that encodes a hexadecimal 16-key keypad output to 4 – bit...
Raising Dairy Heifers on Pasture
Biodiesel: The Sustainability Dimensions
Edible Soybean Production and Marketing
Moving Beyond Conventional Cash Cropping
Predator Control for Sustainable & Organic Livestock Production
Ad

Similar to Html class-01 (20)

PDF
Wt unit 1 ppts web development process
PDF
Unit 01 (1).pdf
PPTX
WEB TECHNOLOGY:Web Essentials and Markup Language HTML
PPT
Introduction web tech
PPTX
PPTX
Introduction to website design
PPT
Web technology today
PDF
The more information Website Design_New.pdf
PPTX
Website Planning & Designing By Er. Kapil Bhargava
PPTX
Web Application Programming with HTML 5 part 2
PPTX
CSC PPT 3.pptx
PDF
Lesson 8 Building a Website - Computer Pt.pdf
PPTX
Website creation Module Topic in Digital Marketing Syllabus
PDF
USE HTML AND CSS TO DESIGN AND DEVELOP A WEBSITE.pdf
PPTX
Web Concepts_Introduction to Website Planning
PPTX
Web Designing Training in Ambala ! BATRA COMPUTER CENTRE
PPTX
Lecture 7 The-Internet-and-Web-Development.pptx
PPT
Introduction to web_design_cs_final_ason
Wt unit 1 ppts web development process
Unit 01 (1).pdf
WEB TECHNOLOGY:Web Essentials and Markup Language HTML
Introduction web tech
Introduction to website design
Web technology today
The more information Website Design_New.pdf
Website Planning & Designing By Er. Kapil Bhargava
Web Application Programming with HTML 5 part 2
CSC PPT 3.pptx
Lesson 8 Building a Website - Computer Pt.pdf
Website creation Module Topic in Digital Marketing Syllabus
USE HTML AND CSS TO DESIGN AND DEVELOP A WEBSITE.pdf
Web Concepts_Introduction to Website Planning
Web Designing Training in Ambala ! BATRA COMPUTER CENTRE
Lecture 7 The-Internet-and-Web-Development.pptx
Introduction to web_design_cs_final_ason

More from Md Ali Hossain (20)

PPTX
Job environment (for new employee)
PPTX
Web offset presses
PPT
Modern printing technologies
PPT
Screen printing
PPTX
PPTX
Flexography
PPTX
Offset printing platon press
PPS
Flexographic printing 1(9551)
DOC
Press mentainense(9553)
PPS
Flexographic printing 1(9551)
PPS
Special printing
PDF
Web authoring design-basics
PDF
Site designer
PDF
Webdesign
PPT
Httml flash
PPT
Html class-07
PPT
Html class-04
PPT
Html class-02
PPT
Css class-01
Job environment (for new employee)
Web offset presses
Modern printing technologies
Screen printing
Flexography
Offset printing platon press
Flexographic printing 1(9551)
Press mentainense(9553)
Flexographic printing 1(9551)
Special printing
Web authoring design-basics
Site designer
Webdesign
Httml flash
Html class-07
Html class-04
Html class-02
Css class-01

Recently uploaded (20)

PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
cuic standard and advanced reporting.pdf
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Empathic Computing: Creating Shared Understanding
PDF
Electronic commerce courselecture one. Pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Approach and Philosophy of On baking technology
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
Reach Out and Touch Someone: Haptics and Empathic Computing
Per capita expenditure prediction using model stacking based on satellite ima...
MIND Revenue Release Quarter 2 2025 Press Release
cuic standard and advanced reporting.pdf
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
The Rise and Fall of 3GPP – Time for a Sabbatical?
Chapter 3 Spatial Domain Image Processing.pdf
Review of recent advances in non-invasive hemoglobin estimation
Network Security Unit 5.pdf for BCA BBA.
Building Integrated photovoltaic BIPV_UPV.pdf
Empathic Computing: Creating Shared Understanding
Electronic commerce courselecture one. Pdf
20250228 LYD VKU AI Blended-Learning.pptx
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Approach and Philosophy of On baking technology
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Spectral efficient network and resource selection model in 5G networks
Advanced methodologies resolving dimensionality complications for autism neur...
Dropbox Q2 2025 Financial Results & Investor Presentation

Html class-01

  • 1. Md. Ali Hosssain. Web Designer. Jr. Instructor, Graphic Arts Innstitute. Email:Students.gai@gmail.com Phone:01731402303 02/08/14
  • 2. The World Wide Web (abbreviated as WWW or W3,[3] commonly known as the web), 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. •Born in London in 1955 •The web was developed between March 1989 and December 1990. • Mr. Tim Berners-Lee • Published language HyperText Markup Language (HTML); • The Hypertext Transfer Protocol(HTTP) 02/08/14
  • 3. Basic Website Requirements 1. Domain Name The domain name is the address name you will have on the Internet such as http://www.yourdomainname.com/ or yourdomainname.com. 2. Website Hosting Hosting is the electronic "space" you rent so that your website and email are accessible over the Internet. 3.Website Development A website developer is the person that builds your website property at your hosting provider. software developer who is specifically engaged in the development of World Wide Web applications, that are run over the Internet from a web server to a client, a web browser. 4. Webmaster In terms of a completed small business site, the webmaster is the technical person responsible for administration and maintenance of the website. 02/08/14
  • 4. Web Application Static Static websites can only really be updated by someone with a knowledge of website development. Advantages of Static websites • Quick to develop • Cheap to develop • Cheap to host Dynamic Dynamic applications on websites offer interactivity for you and your customers. Some example are content management system, e-commerce system, bulletin / discussion boards, intranet or extranet facilities, ability for clients or users to upload documents, ability for administrators or users to create content or add information to a site. Advantages of dynamic websites •Much more functional website •Much easier to update •New content brings people back to the site and helps in the search engines 02/08/14
  • 5. Defining A Web Site The very first step in designing a Web site is to define it. And to properly define a site there are three questions that must be answered. What is the purpose of the site? Who will be visiting the site? How will the site serve the client? The answers to these questions will guide you as you construct the site Identify the Purpose of the Site A Web site may have several purposes. In that case it is necessary to determine which is the primary purpose, which is secondary, and so on. A site that is intended to be strictly informative, such as a news site, is likely to look much different that a site that is designed to sell a product. On the other hand, a site for a college may have some subtle similarities to a site that sells books. The college site probably will be intended to present the school is a very positive and manner so that students will want to enroll. The retail book site will want to convince visitors that it is the best place to purchase reading material. 02/08/14
  • 6. Identify Who Will Visit the Site Determining who the visitors are likely to be is crucial in deciding not only the general appearance of the site, but also the technology that might be used to build the site. If the project is likely to have visitors who log in from home, it is necessary to design the pages with the understanding that some users may still have slow modem connections. Even with so-called "high speed access," Internet connect speeds vary wildly. Users with DSL will almost certainly notice slower page loading compared to those users who have cable or fiber optic access. While quick download times are preferred, some types of Web sites require technology that is not conducive to fast page loads. Such a site may be for a rock band or a high-tech company. Both of which might use Flash! or similar techniques. Serving the Needs of the Client The term "client" in this instance refers to anybody for whom a site is built, not just a paying customer. In the case of a Web site built for a family reunion, the client is the family. Will the site properly serve the need of the family by providing clear directions to the location of the reunion? Can the family photos be properly displayed? A client could be a history professor. In such an instance the message of the professor must be clearly understood. Will he or she want to post assignments and readings? Does the site involve explaining research projects? And who will update the site later? 02/08/14
  • 8. 12 Benefits Of Having A Website Some of the goals that can be achieved by launching a website include the following: 1. Far Cheaper and Much More Flexible Than Print Advertising 2. Market Expansion 7. Standardize Sales Performance 8. Improve credibility 3. Diversify Revenue Streams 9. Promote your Brick n Mortar Presence 4. 24 7 365 10. Growth Opportunity 5. Offer Convenience 11. Two-Way Communicative Marketing 6. Add Value and Satisfaction 12. Cheap Market Research 02/08/14
  • 10. What is HTML? HTML is the "mother tongue" of web browser. • • • • • • • HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is a markup language A markup language is a set of markup tags The tags describe document content HTML documents contain HTML tags and plain text HTML documents are also called web pages 02/08/14
  • 11. HTML Version /Elements and Tag Year Version HTML 1991 HTML+ 1993 HTML 2.0 1995 HTML 3.2 1997 HTML 4.01 1999 XHTML 1.0 2000 HTML5 2012 XHTML5 Elements and tags? HTML markup tags are usually called HTML tags "HTML tags" and "HTML elements" are often used to describe the same thing. 2013 • HTML tags are keywords (tag names) surrounded by angle brackets like <html> • HTML tags normally come in pairs like <b> and </b> • The first tag in a pair is the start tag, the second tag is the end tag • The end tag is written like the start tag, with a forward slash before the tag name • Start and end tags are also called opening tags and closing tags <tagname>content</tagname> 02/08/14
  • 12. The <!DOCTYPE> Declaration: The <!DOCTYPE> declaration helps the browser to display a web page correctly. There are many different documents on the web, and a browser can only display an HTML page 100% correctly if it knows the HTML type and version used. Common Declarations HTML 4.01: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> XHTML 1.0: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> HTML5: <!DOCTYPE html> 02/08/14
  • 14. Create your first website <HTML> <HEAD> <TITLE> My Web Site </TITLE> </HEAD> <BODY> <H1> Hello World </H1> <p>Hurrah! This is my website. My name is kamrul Hasan </p> </BODY> </HTML> Save Your HTML: Select Save as.. in Notepad's file menu. You save an HTML file, you can use either the .htm or the .html file extension. There is no difference, it is entirely up to you. 02/08/14
  • 15. BODY Element <BODY attributename="attributevalue"> Deprecated attributes (but still used) BACKGROUND=“Sunset.jpg” (can be tiled) BGCOLOR=color TEXT=color LINK=color (unvisited links) VLINK=color (visited links) ALINK=color (when selected) 02/08/14
  • 16. Headings <H1 ...> text </H1> -- largest of the six <H2 ...> text </H2> <H3 ...> text </H3> <H4 ...> text </H4> <H5 ...> text </H5> <H6 ...> text </H6> -- smallest of the six ALIGN="position" --left (default), center or right 02/08/14
  • 17. Headings <HTML> <HEAD> <TITLE>Document Headings</TITLE> </HEAD> <BODY> Samples of the six heading types: <H1>Level-1 (H1)</H1> <H2 ALIGN="center">Level-2 (H2)</H2> <H3><U>Level-3 (H3)</U></H3> <H4 ALIGN="right">Level-4 (H4)</H4> <H5>Level-5 (H5)</H5> <H6>Level-6 (H6)</H6> </BODY> </HTML> 02/08/14
  • 18. <P> Paragraph <P> defines a paragraph Add ALIGN="position" (left, center, right) Multiple <P>'s do not create blank lines Use <BR> for blank line Fully-specified text uses <P> and </P> But </P> is optional 02/08/14

Editor's Notes

  • #3: lized the concept could be implemented throughout the world. The World Wide Web Consortium (W3C) is the main international standards organization for the World Wide Web (abbreviated WWW or W3). Founded and ... In March 1989, Tim Berners-Lee wrote a proposal that referenced ENQUIRE, a database and software project he had built in 1980, and described a more elaborate information management system.[12] The Hypertext Transfer Protocol (HTTP) is an application protocol for distributed, collaborative, hypermedia information systems. HTTP is the foundation of data ...
  • #4: Basic Website Requirements There are four basic requirements for getting and keeping your business up and running on the Internet. You will need a domain name, website hosting, website development and a webmaster. 1. Domain Name 2. Website Hosting 3. Website Development A website developer is the person that builds your website property at your hosting provider so it is available on the Internet. He or she is a software developer who is specifically engaged in the development of World Wide Web applications, or applications that are run over the Internet from a web server to a client, a web browser. We define web development as the entire process from website design through implementation. 4. Webmaster In terms of a completed small business site, the webmaster is the technical person responsible for administration and maintenance of the website. You can perform this duty yourself or hire a professional. Depending on the scope of work, your webmaster might be responsible for any or all of the following: coordination and renewal of domain name and hosting services