SlideShare a Scribd company logo
Introduction to web page
By / Mahmoud Shaqria
‫شقريه‬‫محمد‬ ‫محمود‬
1. Define HTML (HYPERTEXT MARKUP LANGUAGE
) AND how it is used for websites
2. Explain how is HTML is used in websites explain hat
e mean by browser
3. Explain what we mean by browsers term
4. List and describe the main browsers including
(advantage & disadvantage )
5. Discuss the structure of web pages and ho to open
them through browsers
6. Describe hat is HTML editor ( Netscape navigator )
and how to use it through web pages
• Hypertext Markup Language (HTML) is the standard
markup language for creating web pages and web
applications. With Cascading Style Sheets (CSS) and
JavaScript, it forms a triad of cornerstone technologies
for the World Wide Web.
Introduction
• HTML is a Language, as it has code-words
and syntax like any other language.
HTML is a computer language devised to allow
website creation. These websites can then be
viewed by anyone else connected to the Internet.
It is relatively easy to learn, with the basics being
accessible to most people in one sitting; and quite
powerful in what it allows you to create. It is
constantly undergoing revision and evolution to
meet the demands and requirements of the
growing Internet audience under the direction of
the » W3C, the organisation charged with
designing and maintaining the language.
• HyperText is the method by which you move
around on the web — by clicking on special
text called hyperlinks which bring you to the
next page. The fact that it is hyper just means
it is not linear — i.e. you can go to any place
on the Internet whenever you want by clicking
on links — there is no set order to do things
in.
(Hypertext Markup Language )
Markup is what HTML tags do to the
text inside them. They mark it as a
certain type of text (italicised text, for
example).
Introduction to web page
HTML consists of a series of short codes typed into a text-
file by the site author — these are the tags. The text is
then saved as a html file, and viewed through a browser,
like Internet Explorer or Netscape Navigator. This browser
reads the file and translates the text into a visible form,
hopefully rendering the page as the author had intended.
Writing your own HTML entails using tags correctly to
create your vision. You can use anything from a
rudimentary text-editor to a powerful graphical editor to
create HTML pages.
How HTML is used in
webpage
The program you use to view webpages.
You’re more than likely reading this
through one right now. They translate, or
interpret HTML code into the page you
see. The most common are Microsoft
Internet Explorer (IE), and Netscape
Navigator (NN). There are also text-only
browsers, used for speedy information
gathering.
Definition of browser
Introduction to web page
Internet Explorer
• Most people started out using Internet
Explorer the majority of the time when it
comes to browsing the internet, checking
emails, listening to music online, shopping
online, and etc. This was the first web
browser consumers used in technology
world before other web browsers came
out. For more information check out
Internet Explorer.
• Free to download at no cost
• Offers every help option we looked for, including
direct support via email
and telephone
• Provides speed and functionality
• Easy to use
• Mostly used throughout the world
• Bugs come in IE (Internet Explorer) users at different times
and fixing them is time consuming
• Microsoft is unaware of finding any bugs hidden within the
browser to fixes
• Installation on software such as Adobe Flash Player can
be slow and has to be done manually sometimes when it
comes to updates that need to be install
• Lack of security in ActiveX controls
• Lack of built in features to synchronize bookmarks
• Confusion between 32 and 64 bit versions for IE
• Lack of cross-platform experience (ie. used in Windows
but not Mac)
• Huge target for hackers and cyber-thieves
Safari is web browser that was produced and
developed by Apple Inc. which functions on a
Mac OX, iOS, and Windows operating system.
It was first put out in public on January 7, 2003
by Apple Inc. It was Apple’s default browser
known as “Panther” for Mac users and
released on June 11, 2007 on Microsoft
Windows operating system.
Safari
• Provides all of security features
• Cleans up unnecessary junk
• Great for Mac users and free to download
• Speed compatibility
• Extremely Fast to download for Mac users
• Add extensions from Safari Extensions
• Ease of Use
• Page-load times impressive
• Provides all of security features
• Cleans up unnecessary junk
• Great for Mac users and free to
download
• Speed compatibility
• Extremely Fast to download for Mac
users
• Add extensions from Safari Extensions
Google Chrome e
Advantage
• Fast browsing performance
• More control over your tabsMore dynamic home page for common
used search engines and bookmarks
• Built-in Flash and PDF Support
• More speed and won’t slow down on your browsing through
internet
• Has sync capabilities that allow you to access your customized
browser from any computer
• Makes searching so much simpl erEase of use
• Great security
• Free to download at no cost
• Lack of parental controls
• Minor site incompatibilities
• Graphics hardware acceleration doesn’t work
with all graphics cards
Disadvantage
Firefox was introduced to new comers who were
used to browsing through Internet Explorer in the
early 90s. Majority of people may stick to this
brand since it most popular browsers amongst its
competitors based on its features and may allow
secure downloads on applications and programs.
Firefox
• More secure privacy mode and downloading
• More intuitive navigation
• Contains minimalist interface
• Offers lot of help and support on Firefox
tutorial
• Ease of use
• More Customization
• Speed and more compatible
• Easy to have add-ons
• Free to download at no cost
Advantage
• No thumbnail previews or mouse gestures
however there are free plug-ins from Firefox
Mozilla that address both these issues
• Resource heavy “uses a heavy portion of
memory to run”
Disadvantage
• A web page could be considered as a
document tree that can contain any number
of branches.
• If we look at this comparison, we can see that the
html element in fact contains two elements : head
and body . head has two subbranches—a
metaelement and a title. The bodyelement contains
a number of headings, paragraphs, and ablock
quote.
• The head element contains metadata—information
that describes the document itself, or associates it with
related resources, such as scripts and style sheets.
• The title element, which represents the document’s
title or name—essentially, it identifies what this
document is. The content inside the title may be used to
provide a heading that appears in the browser’s title
bar, and when the user saves the page as a favorite. It’s
also a very important piece of information in terms of
providing a meaningful summary of the page for the
search engines, which display the title content in the
search results.
In addition to the title element, the head
may also contain:
1. Base:
defines base URLs for links or resources on the
page, and target windows in which to open linked
content
1. link
refers to are source of some kind, most often to a style
sheet that provides instructions about how to style the
various elements on the webpage
1. Style
provides an area for defining embedded (page-specific)
CSS styles
1. Script
used either to embed or refer to an
external script
1. Object
represents a generic, multipurpose container
for a media object
Body
 This is where the bulk of the page is
contained. Everything that you can see in
the browser window (or viewport) is
contained inside this element, including
paragraphs, lists, links, images, tables, and
more. The body element has some unique
attributes of its own, all of which are now
deprecated, but aside from that, there’s little
to say about this element. How the page
looks will depend entirely upon the content
that you decide to fill it with; refer to the
alphabetical listing of all HTML elements to
Introduction to web page
 An HTML editor is a specialized piece of software that
assists in the creation of HTML code. Similar to text
editors such as Notepad and TextEdit, HTML editors
allow users to enter raw text.
 Most (if not all) professional web developers use an
HTML editor to create and maintain their websites.
This is because a good HTML editor can boost
productivity enormously.
The Netscape Navigator
web browser is the general name for a
series of web browsers formerly
produced by Netscape
Communications Corporation, a former
subsidiary of AOL. The original browser
was once the dominant browser in
terms of usage share, but as a result of
the first browser war, it lost virtually all
of its share to Internet Explorer.[1]
Open your Netscape browser. open the folder
with your template files. Drag any one of the
HTML pages into the Netscape browser (or you
can choose "File" then "Open File" instead). Now
choose "File" then choose "Edit Page". You can
do your edits right there. You can edit in either
"View" then "HTML Source" or in "Normal Edit
Mode". Save the file and refresh the browser to
see your updates. Be sure to backup your files
and to check each edit in Netscape, Firefox and
IE before you proceed to the next edit.
How it is
used
Different type of
hyperlink
1- Relative Links
A relative link points to a location that is relative to the
current page. Having a link to “index.html” is a
relative link that points to the “index.html” page in the
same directory as the current page. Links can also
be made to “../index.html” to go to “index.html” in the
parent directory. You can also use links like
“../images/mypic.jpg” to find an image in the images
directory inside the parent directory of the current
page.
2- Site Root-Relative Links
A site root-relative link points to a location
that is relative to the root directory of the site.
They begin with a slash “/”. Having a link to
“/index.html” is a site root-relative link that
points to the “index.html” page in the root
directory of the site. One common use of this
is to have all images in an images directory
and then to link to images with links like
“/images/mypic.jpg”.
3- Absolute Links
An absolute link is simply one that
includes the entire path to the file like
“http://www.contoso.com/news/index.html”
. These are generally used for links that
need to point to a different site than the
one on which your page is located.
Introduction to web page

More Related Content

PPTX
Kabanata XIII Si Rizal sa Estados Unidos
PPTX
WWW, Website & Webpage
PDF
Summer Internship Report (Shekhar Chandra) (CA)
PPTX
Lesson 2.-political-ideology
PPTX
Network Cabling
PPTX
Bed sores / decubitis ulcer / pressure sores
PPTX
Chapter 1 presentation
DOCX
Kabanata 13-PAGBISITA NI RIZAL SA ESTADOS UNIDOS (1888) hanggang kabanata 14-...
Kabanata XIII Si Rizal sa Estados Unidos
WWW, Website & Webpage
Summer Internship Report (Shekhar Chandra) (CA)
Lesson 2.-political-ideology
Network Cabling
Bed sores / decubitis ulcer / pressure sores
Chapter 1 presentation
Kabanata 13-PAGBISITA NI RIZAL SA ESTADOS UNIDOS (1888) hanggang kabanata 14-...

What's hot (20)

PPT
Lecture 1 intro to web designing
PPTX
Type of websites
PPTX
Web design principles
PPTX
ADOBE DREAMWEAVER
 
PPTX
Web design
PPT
Different Types of Websites
PPTX
Presentation of web designing
DOC
Web Design Notes
PPS
Web Site Design Principles
PPTX
Grade 10 COMPUTER
PDF
Elements Of Web Design
PPT
Introduction to Cascading Style Sheets (CSS)
PDF
Web Design & Development - Session 1
PDF
Html,javascript & css
PPTX
WWW and web browser
PPTX
Introduction To WordPress
PPTX
Web browsers
PPTX
Search engines
PPTX
html-table
Lecture 1 intro to web designing
Type of websites
Web design principles
ADOBE DREAMWEAVER
 
Web design
Different Types of Websites
Presentation of web designing
Web Design Notes
Web Site Design Principles
Grade 10 COMPUTER
Elements Of Web Design
Introduction to Cascading Style Sheets (CSS)
Web Design & Development - Session 1
Html,javascript & css
WWW and web browser
Introduction To WordPress
Web browsers
Search engines
html-table
Ad

Similar to Introduction to web page (20)

PPTX
HTML Start Up - Introduction to HTML
PPTX
Presentation _ Unit no. 1_ Lesson No. 1_ Grade 8.pptx
PDF
Training report on web developing
PPTX
02 From HTML tags to XHTML
PPTX
Fundamentals of Web
DOCX
Web development
DOCX
How Browsers Work -By Tali Garsiel and Paul Irish
DOCX
MINOR PROZECT REPORT on WINDOWS SERVER
PPTX
9 10 july2020
PPTX
Browsers
PPTX
Module 3
PPTX
Module 5 and 6
PPT
Web designing and publishing computer studies theory lesson
PPT
Internet Tutorial 01
 
PPTX
Web browsers
PPT
1_Intro_toHTML.ppt
PPT
Webdesigningandpublishingcomputerstudiestheorylesson 101212054612-phpapp02
PDF
How browsers work landscape
PDF
Os php-wiki1-pdf
PDF
Web standards
HTML Start Up - Introduction to HTML
Presentation _ Unit no. 1_ Lesson No. 1_ Grade 8.pptx
Training report on web developing
02 From HTML tags to XHTML
Fundamentals of Web
Web development
How Browsers Work -By Tali Garsiel and Paul Irish
MINOR PROZECT REPORT on WINDOWS SERVER
9 10 july2020
Browsers
Module 3
Module 5 and 6
Web designing and publishing computer studies theory lesson
Internet Tutorial 01
 
Web browsers
1_Intro_toHTML.ppt
Webdesigningandpublishingcomputerstudiestheorylesson 101212054612-phpapp02
How browsers work landscape
Os php-wiki1-pdf
Web standards
Ad

More from Mahmoud Shaqria (20)

PPTX
Talents management
PPTX
Shared governance
PPTX
Procuring and sustaining resources
PPTX
Patient centered care
DOCX
Organizational support
PPTX
Organizational justice
PPTX
Mobilizing resources
DOCX
Management & leadership
PPTX
Entrepreneurship
PPTX
Critical thinking and decision making
DOC
Quality measurement tools
PPTX
Qaulity improvement
PPTX
Benchmarking in healthcare
PPTX
Authors of quality
PPTX
Cultural diversity in healthcare
PPTX
Power& politics in health service
PPTX
Over view of health care organization
DOCX
Organizational behavior
PPTX
Organization development
PPT
Nursing care delivery system
Talents management
Shared governance
Procuring and sustaining resources
Patient centered care
Organizational support
Organizational justice
Mobilizing resources
Management & leadership
Entrepreneurship
Critical thinking and decision making
Quality measurement tools
Qaulity improvement
Benchmarking in healthcare
Authors of quality
Cultural diversity in healthcare
Power& politics in health service
Over view of health care organization
Organizational behavior
Organization development
Nursing care delivery system

Recently uploaded (20)

PDF
NUTRITION THROUGHOUT THE LIFE CYCLE CHILDHOOD -AGEING
PDF
Myers’ Psychology for AP, 1st Edition David G. Myers Test Bank.pdf
PPTX
Bronchial_Asthma_in_acute_exacerbation_.pptx
PDF
Dr Masood Ahmed Expertise And Sucess Story
PPTX
CBT FOR OCD TREATMENT WITHOUT MEDICATION
PDF
MECE & SCQA FRAMEWORKS, - Adding Innovation & Influencing Hospital & Super-Sp...
PPTX
BLS, BCLS Module-A life saving procedure
PDF
2E-Learning-Together...PICS-PCISF con.pdf
PPTX
First Aid and Basic Life Support Training.pptx
PPTX
Immunity....(shweta).................pptx
PPT
Parental-Carer-mental-illness-and-Potential-impact-on-Dependant-Children.ppt
PPT
Adrenergic drugs (sympathomimetics ).ppt
PPTX
PEDIATRIC OSCE, MBBS, by Dr. Sangit Chhantyal(IOM)..pptx
PPTX
NUTRITIONAL PROBLEMS, CHANGES NEEDED TO PREVENT MALNUTRITION
PPTX
AI_in_Pharmaceutical_Technology_Presentation.pptx
PDF
Selvita_Development-Strategy-2022-2025.pdf
PDF
MINERAL & VITAMIN CHARTS fggfdtujhfd.pdf
PDF
CHAPTER 9 MEETING SAFETY NEEDS FOR OLDER ADULTS.pdf
PPTX
Basics of pharmacology (Pharmacology I).pptx
PPTX
Current Treatment Of Heart Failure By Dr Masood Ahmed
NUTRITION THROUGHOUT THE LIFE CYCLE CHILDHOOD -AGEING
Myers’ Psychology for AP, 1st Edition David G. Myers Test Bank.pdf
Bronchial_Asthma_in_acute_exacerbation_.pptx
Dr Masood Ahmed Expertise And Sucess Story
CBT FOR OCD TREATMENT WITHOUT MEDICATION
MECE & SCQA FRAMEWORKS, - Adding Innovation & Influencing Hospital & Super-Sp...
BLS, BCLS Module-A life saving procedure
2E-Learning-Together...PICS-PCISF con.pdf
First Aid and Basic Life Support Training.pptx
Immunity....(shweta).................pptx
Parental-Carer-mental-illness-and-Potential-impact-on-Dependant-Children.ppt
Adrenergic drugs (sympathomimetics ).ppt
PEDIATRIC OSCE, MBBS, by Dr. Sangit Chhantyal(IOM)..pptx
NUTRITIONAL PROBLEMS, CHANGES NEEDED TO PREVENT MALNUTRITION
AI_in_Pharmaceutical_Technology_Presentation.pptx
Selvita_Development-Strategy-2022-2025.pdf
MINERAL & VITAMIN CHARTS fggfdtujhfd.pdf
CHAPTER 9 MEETING SAFETY NEEDS FOR OLDER ADULTS.pdf
Basics of pharmacology (Pharmacology I).pptx
Current Treatment Of Heart Failure By Dr Masood Ahmed

Introduction to web page

  • 2. By / Mahmoud Shaqria ‫شقريه‬‫محمد‬ ‫محمود‬
  • 3. 1. Define HTML (HYPERTEXT MARKUP LANGUAGE ) AND how it is used for websites 2. Explain how is HTML is used in websites explain hat e mean by browser 3. Explain what we mean by browsers term 4. List and describe the main browsers including (advantage & disadvantage ) 5. Discuss the structure of web pages and ho to open them through browsers 6. Describe hat is HTML editor ( Netscape navigator ) and how to use it through web pages
  • 4. • Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications. With Cascading Style Sheets (CSS) and JavaScript, it forms a triad of cornerstone technologies for the World Wide Web. Introduction • HTML is a Language, as it has code-words and syntax like any other language.
  • 5. HTML is a computer language devised to allow website creation. These websites can then be viewed by anyone else connected to the Internet. It is relatively easy to learn, with the basics being accessible to most people in one sitting; and quite powerful in what it allows you to create. It is constantly undergoing revision and evolution to meet the demands and requirements of the growing Internet audience under the direction of the » W3C, the organisation charged with designing and maintaining the language.
  • 6. • HyperText is the method by which you move around on the web — by clicking on special text called hyperlinks which bring you to the next page. The fact that it is hyper just means it is not linear — i.e. you can go to any place on the Internet whenever you want by clicking on links — there is no set order to do things in. (Hypertext Markup Language )
  • 7. Markup is what HTML tags do to the text inside them. They mark it as a certain type of text (italicised text, for example).
  • 9. HTML consists of a series of short codes typed into a text- file by the site author — these are the tags. The text is then saved as a html file, and viewed through a browser, like Internet Explorer or Netscape Navigator. This browser reads the file and translates the text into a visible form, hopefully rendering the page as the author had intended. Writing your own HTML entails using tags correctly to create your vision. You can use anything from a rudimentary text-editor to a powerful graphical editor to create HTML pages. How HTML is used in webpage
  • 10. The program you use to view webpages. You’re more than likely reading this through one right now. They translate, or interpret HTML code into the page you see. The most common are Microsoft Internet Explorer (IE), and Netscape Navigator (NN). There are also text-only browsers, used for speedy information gathering. Definition of browser
  • 12. Internet Explorer • Most people started out using Internet Explorer the majority of the time when it comes to browsing the internet, checking emails, listening to music online, shopping online, and etc. This was the first web browser consumers used in technology world before other web browsers came out. For more information check out Internet Explorer.
  • 13. • Free to download at no cost • Offers every help option we looked for, including direct support via email and telephone • Provides speed and functionality • Easy to use • Mostly used throughout the world
  • 14. • Bugs come in IE (Internet Explorer) users at different times and fixing them is time consuming • Microsoft is unaware of finding any bugs hidden within the browser to fixes • Installation on software such as Adobe Flash Player can be slow and has to be done manually sometimes when it comes to updates that need to be install • Lack of security in ActiveX controls • Lack of built in features to synchronize bookmarks • Confusion between 32 and 64 bit versions for IE • Lack of cross-platform experience (ie. used in Windows but not Mac) • Huge target for hackers and cyber-thieves
  • 15. Safari is web browser that was produced and developed by Apple Inc. which functions on a Mac OX, iOS, and Windows operating system. It was first put out in public on January 7, 2003 by Apple Inc. It was Apple’s default browser known as “Panther” for Mac users and released on June 11, 2007 on Microsoft Windows operating system. Safari
  • 16. • Provides all of security features • Cleans up unnecessary junk • Great for Mac users and free to download • Speed compatibility • Extremely Fast to download for Mac users • Add extensions from Safari Extensions • Ease of Use • Page-load times impressive
  • 17. • Provides all of security features • Cleans up unnecessary junk • Great for Mac users and free to download • Speed compatibility • Extremely Fast to download for Mac users • Add extensions from Safari Extensions
  • 18. Google Chrome e Advantage • Fast browsing performance • More control over your tabsMore dynamic home page for common used search engines and bookmarks • Built-in Flash and PDF Support • More speed and won’t slow down on your browsing through internet • Has sync capabilities that allow you to access your customized browser from any computer • Makes searching so much simpl erEase of use • Great security • Free to download at no cost
  • 19. • Lack of parental controls • Minor site incompatibilities • Graphics hardware acceleration doesn’t work with all graphics cards Disadvantage
  • 20. Firefox was introduced to new comers who were used to browsing through Internet Explorer in the early 90s. Majority of people may stick to this brand since it most popular browsers amongst its competitors based on its features and may allow secure downloads on applications and programs. Firefox
  • 21. • More secure privacy mode and downloading • More intuitive navigation • Contains minimalist interface • Offers lot of help and support on Firefox tutorial • Ease of use • More Customization • Speed and more compatible • Easy to have add-ons • Free to download at no cost Advantage
  • 22. • No thumbnail previews or mouse gestures however there are free plug-ins from Firefox Mozilla that address both these issues • Resource heavy “uses a heavy portion of memory to run” Disadvantage
  • 23. • A web page could be considered as a document tree that can contain any number of branches. • If we look at this comparison, we can see that the html element in fact contains two elements : head and body . head has two subbranches—a metaelement and a title. The bodyelement contains a number of headings, paragraphs, and ablock quote.
  • 24. • The head element contains metadata—information that describes the document itself, or associates it with related resources, such as scripts and style sheets. • The title element, which represents the document’s title or name—essentially, it identifies what this document is. The content inside the title may be used to provide a heading that appears in the browser’s title bar, and when the user saves the page as a favorite. It’s also a very important piece of information in terms of providing a meaningful summary of the page for the search engines, which display the title content in the search results.
  • 25. In addition to the title element, the head may also contain: 1. Base: defines base URLs for links or resources on the page, and target windows in which to open linked content 1. link refers to are source of some kind, most often to a style sheet that provides instructions about how to style the various elements on the webpage 1. Style provides an area for defining embedded (page-specific) CSS styles
  • 26. 1. Script used either to embed or refer to an external script 1. Object represents a generic, multipurpose container for a media object
  • 27. Body  This is where the bulk of the page is contained. Everything that you can see in the browser window (or viewport) is contained inside this element, including paragraphs, lists, links, images, tables, and more. The body element has some unique attributes of its own, all of which are now deprecated, but aside from that, there’s little to say about this element. How the page looks will depend entirely upon the content that you decide to fill it with; refer to the alphabetical listing of all HTML elements to
  • 29.  An HTML editor is a specialized piece of software that assists in the creation of HTML code. Similar to text editors such as Notepad and TextEdit, HTML editors allow users to enter raw text.  Most (if not all) professional web developers use an HTML editor to create and maintain their websites. This is because a good HTML editor can boost productivity enormously.
  • 30. The Netscape Navigator web browser is the general name for a series of web browsers formerly produced by Netscape Communications Corporation, a former subsidiary of AOL. The original browser was once the dominant browser in terms of usage share, but as a result of the first browser war, it lost virtually all of its share to Internet Explorer.[1]
  • 31. Open your Netscape browser. open the folder with your template files. Drag any one of the HTML pages into the Netscape browser (or you can choose "File" then "Open File" instead). Now choose "File" then choose "Edit Page". You can do your edits right there. You can edit in either "View" then "HTML Source" or in "Normal Edit Mode". Save the file and refresh the browser to see your updates. Be sure to backup your files and to check each edit in Netscape, Firefox and IE before you proceed to the next edit. How it is used
  • 32. Different type of hyperlink 1- Relative Links A relative link points to a location that is relative to the current page. Having a link to “index.html” is a relative link that points to the “index.html” page in the same directory as the current page. Links can also be made to “../index.html” to go to “index.html” in the parent directory. You can also use links like “../images/mypic.jpg” to find an image in the images directory inside the parent directory of the current page.
  • 33. 2- Site Root-Relative Links A site root-relative link points to a location that is relative to the root directory of the site. They begin with a slash “/”. Having a link to “/index.html” is a site root-relative link that points to the “index.html” page in the root directory of the site. One common use of this is to have all images in an images directory and then to link to images with links like “/images/mypic.jpg”.
  • 34. 3- Absolute Links An absolute link is simply one that includes the entire path to the file like “http://www.contoso.com/news/index.html” . These are generally used for links that need to point to a different site than the one on which your page is located.