SlideShare una empresa de Scribd logo
1 de 52
WEB FUNDAMENTALS AND HTML Chapter 1
INTRODUCING THE WORLD WIDE WEB ,[object Object],[object Object]
WORLD WIDE WEB ,[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object]
[object Object],[object Object]
HTML SYNTAX ,[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
CREATING A SIMPLE WEB PAGE
CREATING A WEB PAGE ,[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object]
All HTML Documents Have the Same Structure <HTML> T  The first 6 tags are always the same in  basic HTML document. Also known as HTML Headings . <TITLE>  Online Resume </TITLE> </HEAD> D> <HEAD> </HTML> </HTML> IINTRODUCTION TO HTML <TITLE>
Parts of Web Page ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Common Body Tags/Syntax in Creating  a Web Page
Creating Heading Tags HTML has 6 levels of heading which arrange from biggest to smallest size  <H1>  My Resume  </H1> <H2>  My Resume  </H2> <H3>  My Resume  </H3> <H4>  My Resume  </H4> <H5>  My Resume  </H5> <H6>  My Resume  </H6>
CREATING HEADING TAGS Headings <H1...H6> <HTML> <HEAD> <TITLE>Online Resume</TITLE> </HEAD> <BODY> <H1>My Resume</H1> <H2>My Resume</H2> <H3>My Resume</H3> <H4>My Resume</H4> <H5>My Resume</H5> <H6>My Resume</H6> </BODY> </HTML>
[object Object],[object Object],[object Object],[object Object]
HTML Line Breaks Use the <br /> tag if you want a line break (a new line) without starting a new paragraph: The <br /> element is an empty HTML element. It has no end tag. <br> or <br />
Saving a new  HTML Document   1.  Pull down the  File  menu and select s ave As 2.  You will now see the  Save As  dialog box 3.  Once you’ve determined the location for the file, you will need to give the file  name.  There are some rules to follow when naming HTML files: No spaces, and special characters  a  (é,%,#....) No very long name  Generally, keep the file names all lower case. All file names  must  end with the extension of .htm or html
After Saving the Document, you should see the name of the document at the top of your WordPad window In this case, the file is called index.  You will not see the extension of  .html   and that is to be expected.
Previewing a Local HTML Document Go to the local folder and double clic on the index.htm file  This will open the index.htm in your default internet bowser ( Netscape or MS internet explorer )
BACKGROUND COLOR
Background Colors <HTML> <HEAD> <TITLE>Backgrounds</TITLE> </HEAD> <BODY BGCOLOR=&quot;#0000FF&quot;> This page has a blue background. <P> </BODY> </HTML>
HTML COLOR CODES
000000   000000   000000   000000   000000   000000   000000   111111   110000   111100   001100   001111   000011   110011   222222   220000   222200   002200   002222   000022   220022   333333   330000   333300   003300   003333   000033   330033   444444   440000   444400   004400   004444   000044   440044   555555   550000   555500   005500   005555   000055   550055   666666   660000   666600   006600   006666   000066   660066   777777  770000   777700  007700  007777  000077   770077   888888  880000   888800  008800  008888  000088   880088   999999  990000   999900  009900  009999  000099   990099   AAAAAA  AA0000   AAAA00  00AA00  00AAAA  0000AA   AA00AA   BBBBBB  BB0000   BBBB00  00BB00  00BBBB  0000BB   BB00BB   CCCCCC  CC0000   CCCC00  00CC00  00CCCC  0000CC   CC00CC   DDDDDD  DD0000   DDDD00  00DD00  00DDDD  0000DD   DD00DD   EEEEEE  EE0000   EEEE00  00EE00  00EEEE  0000EE   EE00EE   FFFFFF  FF0000   FFFF00  00FF00  00FFFF  0000FF   FF00FF
00FF80  80FF00  8000FF   0080FF  FF8000  FF0080  11FF80  80FF11  8011FF   1180FF  FF8011  FF1180  22FF80  80FF22  8022FF   2280FF  FF8022  FF2280  33FF80  80FF33  8033FF   3380FF  FF8033  FF3380  44FF80  80FF44  8044FF   4480FF  FF8044  FF4480  55FF80  80FF55  8055FF   5580FF  FF8055  FF5580  66FF80  80FF66  8066FF   6680FF  FF8066  FF6680  77FF80  80FF77  8077FF  7780FF  FF8077  FF7780  88FF80  80FF88  8088FF  8880FF  FF8088  FF8880  99FF80  80FF99  8099FF  9980FF  FF8099  FF9980  AAFF80  80FFAA  80AAFF  AA80FF  FF80AA  FFAA80  BBFF80  80FFBB  80BBFF  BB80FF  FF80BB  FFBB80  CCFF80  80FFCC  80CCFF  CC80FF  FF80CC  FFCC80  DDFF80  80FFDD  80DDFF  DD80FF  FF80DD  FFDD80  EEFF80  80FFEE  80EEFF  EE80FF  FF80EE  FFEE80  FFFF80  80FFFF  80FFFF  FF80FF  FF80FF  FFFF80
800080   808000   008080   400040   404000   004040   801180   808011   118080   401140   404011   114040   802280   808022   228080   402240   404022   224040   803380   808033   338080   403340   404033   334040   804480   808044   448080   404440   404044   444040   805580   808055   558080   405540   404055   554040   806680   808066   668080   406640   404066   664040   807780  808077  778080  407740  404077   774040   808880  808088  888080  408840  404088   884040   809980  808099  998080  409940  404099   994040   80AA80  8080AA  AA8080  40AA40  4040AA   AA4040  80BB80  8080BB  BB8080  40BB40  4040BB   BB4040  80CC80  8080CC  CC8080  40CC40  4040CC   CC4040  80DD80  8080DD  DD8080  40DD40  4040DD   DD4040  80EE80  8080EE  EE8080  40EE40  4040EE   EE4040  80FF80  8080FF  FF8080  40FF40  4040FF   FF4040
66FF00  66FF33  66FF66  66FF99  66FFDD  66FFFF  990000   990033   990066   990099   9900DD  9900FF  993300   993333   993366   993399  9933DD  9933FF  996600   996633   996666  996699  9966DD  9966FF  999900   999933  999966  999999  9999DD  9999FF  99DD00  99DD33  99DD66  99DD99  99DDDD  99DDFF  99FF00  99FF33  99FF66  99FF99  99FFDD  99FFFF  DD0000   DD0033   DD0066   DD0099  DD00DD  DD00FF  DD3300   DD3333   DD3366  DD3399  DD33DD  DD33FF  DD6600   DD6633  DD6666  DD6699  DD66DD  DD66FF  DD9900  DD9933  DD9966  DD9999  DD99DD  DD99FF  DDDD00  DDDD33  DDDD66  DDDD99  DDDDDD  DDDDFF  DDFF00  DDFF33  DDFF66  DDFF99  DDFFDD  DDFFFF  FF0000   FF0033   FF0066  FF0099  FF00DD  FF00FF  FF3300   FF3333  FF3366  FF3399  FF33DD  FF33FF  FF6600  FF6633  FF6666  FF6699  FF66DD  FF66FF  FF9900  FF9933  FF9966  FF9999  FF99DD  FF99FF  FFDD00  FFDD33  FFDD66  FFDD99  FFDDDD  FFDDFF  FFFF00  FFFF33  FFFF66  FFFF99  FFFFDD  FFFFFF
Character Formatting <CENTER>Centering</CENTER> <HTML> <HEAD> <TITLE>The Moroccan NODC, Rabat</TITLE> </HEAD> <BODY> <CENTER> <H1>Welcome to The Moroccan National  Oceanographic Data Center – Odinafrica - Rabat  </H1> </CENTER> </BODY> </HTML> INTRODUCTION TO HTML
Character Formatting <B> Bold </B>  &  <I>  Italics  </I>  <BR> - The Break Tag <HTML> <HEAD> <TITLE>The Moroccan NODC, Rabat</TITLE> </HEAD> <BODY> <CENTER> <H1>Welcome to The Moroccan National Oceanographic Data  Center – Odinafrica - Rabat  </H1> </CENTER> </BODY> </HTML> <H3>Contact Information</H3> <B>CNDIO Maroc</B><BR> PO Box 1014-Avenue Ibn Batouta, Rabat Maroc  <BR> Téléphone : (212). 37. 67. 59. 09  <BR>   Fax : (212). 37 67 59 09  <BR> INTRODUCTION TO HTML
FORMATTING TEXT WITH  <FONT> ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
FORMATTING TEXT WITH  <FONT>   ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
SPECIAL CHARACTERS, HORIZONTAL RULES AND MORE LINE BREAKS ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
TEXT STYLING ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Character Formatting <CENTER>Centering</CENTER> <HTML> <HEAD> <TITLE>The Moroccan NODC, Rabat</TITLE> </HEAD> <BODY> <CENTER> <H1>Welcome to The Moroccan National  Oceanographic Data Center – Odinafrica - Rabat  </H1> </CENTER> </BODY> </HTML>
Attribute Example Purpose size=&quot;number&quot; size=&quot;2&quot; Defines the font size size=&quot;+number&quot; size=&quot;+1&quot; Increases the font size size=&quot;-number&quot; size=&quot;-1&quot; Decreases the font size face=&quot;face-name&quot; face=&quot;Times&quot; Defines the font-name color=&quot;color-value&quot; color=&quot;#eeff00&quot; Defines the font color color=&quot;color-name&quot; color=&quot;red&quot; Defines the font color
INSERTING HORIZONTAL LINES
HTML Rules (Lines) The <hr /> tag is used to create an horizontal rule (line). Example <p>This is a paragraph</p> <hr /> <p>This is a paragraph</p> <hr /> <p>This is a paragraph</p>
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Text Styling ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Three Kinds of lists ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Inserting a Graphic Image
[object Object],[object Object],[object Object],[object Object],[object Object]
CREATING A HYPERTEXT DOCUMENT
Destination – a hypertext document contains links  that you can select, usually by clicking a mouse,  to instantly view  another topic or document. Creating Anchors <A> - tag creates an anchor, text that is specially  marked so you can link to it from other points in the document. <A Name = “EMP”>Employment</A> <Name = “PHOTO”>IMG SRC=“Taylor.gif></A>
<A HREF = “EMP”> EMPLOYMENT</A> Link tags – tags that create links HREF – Hypertext REFerence - refer to an anchor that you place in the document. “ #anchor_name” refers to that anchor with a pound (#)symbol.
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Designing a Web Page with Tables  ,[object Object],[object Object]
Web Page Structures
System – is a set of pages, usually created by the same person or group, that treat the same topic and that have the same loo

Más contenido relacionado

La actualidad más candente

Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
vikasgaur31
 

La actualidad más candente (20)

Html basics
Html basicsHtml basics
Html basics
 
Css
CssCss
Css
 
Html
HtmlHtml
Html
 
PHP - Introduction to PHP Fundamentals
PHP -  Introduction to PHP FundamentalsPHP -  Introduction to PHP Fundamentals
PHP - Introduction to PHP Fundamentals
 
Php mysql ppt
Php mysql pptPhp mysql ppt
Php mysql ppt
 
Php Presentation
Php PresentationPhp Presentation
Php Presentation
 
Html ppt
Html pptHtml ppt
Html ppt
 
Html forms
Html formsHtml forms
Html forms
 
Basic Html Knowledge for students
Basic Html Knowledge for studentsBasic Html Knowledge for students
Basic Html Knowledge for students
 
CSS
CSSCSS
CSS
 
Basic HTML
Basic HTMLBasic HTML
Basic HTML
 
Html training slide
Html training slideHtml training slide
Html training slide
 
Learn html Basics
Learn html BasicsLearn html Basics
Learn html Basics
 
cascading style sheet ppt
cascading style sheet pptcascading style sheet ppt
cascading style sheet ppt
 
Learning HTML
Learning HTMLLearning HTML
Learning HTML
 
Design your first website using HTML
Design your first website using HTMLDesign your first website using HTML
Design your first website using HTML
 
Html formatting
Html formattingHtml formatting
Html formatting
 
HTML Tags
HTML TagsHTML Tags
HTML Tags
 
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
 

Destacado

Basic Shorthand Part 3 boa
Basic Shorthand Part 3 boaBasic Shorthand Part 3 boa
Basic Shorthand Part 3 boa
raileeanne
 
Biological Science boa
Biological Science boaBiological Science boa
Biological Science boa
raileeanne
 
Legal Terminologies P 1 boa
Legal Terminologies P 1 boaLegal Terminologies P 1 boa
Legal Terminologies P 1 boa
raileeanne
 
Business Communication And Report Writing boa
Business Communication And Report Writing boaBusiness Communication And Report Writing boa
Business Communication And Report Writing boa
raileeanne
 
Office Procedures And Business Ethics boa
Office Procedures And Business Ethics boaOffice Procedures And Business Ethics boa
Office Procedures And Business Ethics boa
raileeanne
 
General Statistics boa
General Statistics boaGeneral Statistics boa
General Statistics boa
raileeanne
 
Biological Science boa
Biological Science boaBiological Science boa
Biological Science boa
raileeanne
 
Basic Shorthand Part 3 boa
Basic Shorthand Part 3 boaBasic Shorthand Part 3 boa
Basic Shorthand Part 3 boa
raileeanne
 
Sosyolohiya, Kultura At Pagpapamilya boa
Sosyolohiya, Kultura At Pagpapamilya boaSosyolohiya, Kultura At Pagpapamilya boa
Sosyolohiya, Kultura At Pagpapamilya boa
raileeanne
 
Cooperatives And Social Development boa
Cooperatives And Social Development boaCooperatives And Social Development boa
Cooperatives And Social Development boa
raileeanne
 
Basic Shorthand P 1 boa
Basic Shorthand P 1 boaBasic Shorthand P 1 boa
Basic Shorthand P 1 boa
raileeanne
 
Math In Business boa
Math In Business boaMath In Business boa
Math In Business boa
raileeanne
 
Basic Shorthand Part 2 boa
Basic Shorthand Part 2 boaBasic Shorthand Part 2 boa
Basic Shorthand Part 2 boa
raileeanne
 
Personal And Professional Development boa
Personal And Professional Development boaPersonal And Professional Development boa
Personal And Professional Development boa
raileeanne
 
General Psychology boa
General Psychology boaGeneral Psychology boa
General Psychology boa
raileeanne
 
Business Communication And Report Writing boa
Business Communication And Report Writing boaBusiness Communication And Report Writing boa
Business Communication And Report Writing boa
raileeanne
 
Study And Thinking Skills In English boa
Study And Thinking Skills In English boaStudy And Thinking Skills In English boa
Study And Thinking Skills In English boa
raileeanne
 
Writing In The Discipline boa
Writing In The Discipline boaWriting In The Discipline boa
Writing In The Discipline boa
raileeanne
 

Destacado (20)

Basic Shorthand Part 3 boa
Basic Shorthand Part 3 boaBasic Shorthand Part 3 boa
Basic Shorthand Part 3 boa
 
Biological Science boa
Biological Science boaBiological Science boa
Biological Science boa
 
Legal Terminologies P 1 boa
Legal Terminologies P 1 boaLegal Terminologies P 1 boa
Legal Terminologies P 1 boa
 
Business Communication And Report Writing boa
Business Communication And Report Writing boaBusiness Communication And Report Writing boa
Business Communication And Report Writing boa
 
Office Procedures And Business Ethics boa
Office Procedures And Business Ethics boaOffice Procedures And Business Ethics boa
Office Procedures And Business Ethics boa
 
General Statistics boa
General Statistics boaGeneral Statistics boa
General Statistics boa
 
Biological Science boa
Biological Science boaBiological Science boa
Biological Science boa
 
Basic Shorthand Part 3 boa
Basic Shorthand Part 3 boaBasic Shorthand Part 3 boa
Basic Shorthand Part 3 boa
 
Sosyolohiya, Kultura At Pagpapamilya boa
Sosyolohiya, Kultura At Pagpapamilya boaSosyolohiya, Kultura At Pagpapamilya boa
Sosyolohiya, Kultura At Pagpapamilya boa
 
Cooperatives And Social Development boa
Cooperatives And Social Development boaCooperatives And Social Development boa
Cooperatives And Social Development boa
 
Basic Shorthand P 1 boa
Basic Shorthand P 1 boaBasic Shorthand P 1 boa
Basic Shorthand P 1 boa
 
Math In Business boa
Math In Business boaMath In Business boa
Math In Business boa
 
Basic Shorthand Part 2 boa
Basic Shorthand Part 2 boaBasic Shorthand Part 2 boa
Basic Shorthand Part 2 boa
 
Personal And Professional Development boa
Personal And Professional Development boaPersonal And Professional Development boa
Personal And Professional Development boa
 
General Psychology boa
General Psychology boaGeneral Psychology boa
General Psychology boa
 
Business Communication And Report Writing boa
Business Communication And Report Writing boaBusiness Communication And Report Writing boa
Business Communication And Report Writing boa
 
Study And Thinking Skills In English boa
Study And Thinking Skills In English boaStudy And Thinking Skills In English boa
Study And Thinking Skills In English boa
 
Ang mga disiplina ng agham panlipunan
Ang mga disiplina ng agham panlipunanAng mga disiplina ng agham panlipunan
Ang mga disiplina ng agham panlipunan
 
Writing In The Discipline boa
Writing In The Discipline boaWriting In The Discipline boa
Writing In The Discipline boa
 
POLITICS and GOVERNANCE with CONSTITUTION
 POLITICS and GOVERNANCE with CONSTITUTION POLITICS and GOVERNANCE with CONSTITUTION
POLITICS and GOVERNANCE with CONSTITUTION
 

Similar a Web Fundamentals And Html Chapter 1

Building A Website
Building A WebsiteBuilding A Website
Building A Website
marabeas
 
Microformats 101 Workshop
Microformats 101 WorkshopMicroformats 101 Workshop
Microformats 101 Workshop
Kelley Howell
 
Html Intro2
Html Intro2Html Intro2
Html Intro2
mlackner
 

Similar a Web Fundamentals And Html Chapter 1 (20)

Jquery mobile
Jquery mobileJquery mobile
Jquery mobile
 
Introducing YUI
Introducing YUIIntroducing YUI
Introducing YUI
 
Design Tools Html Xhtml
Design Tools Html XhtmlDesign Tools Html Xhtml
Design Tools Html Xhtml
 
How to Create and Submit an XML SItemap
How to Create and Submit an XML SItemapHow to Create and Submit an XML SItemap
How to Create and Submit an XML SItemap
 
Html For Beginners 2
Html For Beginners 2Html For Beginners 2
Html For Beginners 2
 
HTML5 - techMaine Presentation 5/18/09
HTML5 - techMaine Presentation 5/18/09HTML5 - techMaine Presentation 5/18/09
HTML5 - techMaine Presentation 5/18/09
 
Building A Website
Building A WebsiteBuilding A Website
Building A Website
 
Lecture 9 Professional Practices
Lecture 9 Professional PracticesLecture 9 Professional Practices
Lecture 9 Professional Practices
 
HTML5
HTML5HTML5
HTML5
 
How the web works june 2010
How the web works june 2010How the web works june 2010
How the web works june 2010
 
How to use a blog for publishing scientific research: A training guide part 2
How to use a blog for publishing scientific research: A training guide part 2How to use a blog for publishing scientific research: A training guide part 2
How to use a blog for publishing scientific research: A training guide part 2
 
Microformats 101 Workshop
Microformats 101 WorkshopMicroformats 101 Workshop
Microformats 101 Workshop
 
HTML5: 5 Quick Wins
HTML5:  5 Quick WinsHTML5:  5 Quick Wins
HTML5: 5 Quick Wins
 
Html 5.0
Html 5.0Html 5.0
Html 5.0
 
Moving from Web 1.0 to Web 2.0
Moving from Web 1.0 to Web 2.0Moving from Web 1.0 to Web 2.0
Moving from Web 1.0 to Web 2.0
 
Web 2.0 &amp; Search Engines
Web 2.0 &amp; Search EnginesWeb 2.0 &amp; Search Engines
Web 2.0 &amp; Search Engines
 
Xml Zoe
Xml ZoeXml Zoe
Xml Zoe
 
Xml Zoe
Xml ZoeXml Zoe
Xml Zoe
 
HTML5
HTML5HTML5
HTML5
 
Html Intro2
Html Intro2Html Intro2
Html Intro2
 

Más de raileeanne

Philippine Literature boa
Philippine Literature boaPhilippine Literature boa
Philippine Literature boa
raileeanne
 
Politics And Governance With Phil. Constitution boa
Politics And Governance With Phil. Constitution boaPolitics And Governance With Phil. Constitution boa
Politics And Governance With Phil. Constitution boa
raileeanne
 
Law On Obligations And Contracts boa
Law On Obligations And Contracts boaLaw On Obligations And Contracts boa
Law On Obligations And Contracts boa
raileeanne
 
Introduction To Philosophy boa
Introduction To Philosophy boaIntroduction To Philosophy boa
Introduction To Philosophy boa
raileeanne
 
Introduction To Humanities boa
Introduction To Humanities boaIntroduction To Humanities boa
Introduction To Humanities boa
raileeanne
 
Basic Economics With Taxation And Agrarian Reform boa
Basic Economics With Taxation And Agrarian Reform boaBasic Economics With Taxation And Agrarian Reform boa
Basic Economics With Taxation And Agrarian Reform boa
raileeanne
 
Basic Financial Accounting boa
Basic Financial Accounting boaBasic Financial Accounting boa
Basic Financial Accounting boa
raileeanne
 

Más de raileeanne (8)

Philippine Literature boa
Philippine Literature boaPhilippine Literature boa
Philippine Literature boa
 
Politics And Governance With Phil. Constitution boa
Politics And Governance With Phil. Constitution boaPolitics And Governance With Phil. Constitution boa
Politics And Governance With Phil. Constitution boa
 
Law On Obligations And Contracts boa
Law On Obligations And Contracts boaLaw On Obligations And Contracts boa
Law On Obligations And Contracts boa
 
Introduction To Philosophy boa
Introduction To Philosophy boaIntroduction To Philosophy boa
Introduction To Philosophy boa
 
Introduction To Humanities boa
Introduction To Humanities boaIntroduction To Humanities boa
Introduction To Humanities boa
 
Ecology boa
Ecology boaEcology boa
Ecology boa
 
Basic Economics With Taxation And Agrarian Reform boa
Basic Economics With Taxation And Agrarian Reform boaBasic Economics With Taxation And Agrarian Reform boa
Basic Economics With Taxation And Agrarian Reform boa
 
Basic Financial Accounting boa
Basic Financial Accounting boaBasic Financial Accounting boa
Basic Financial Accounting boa
 

Último

An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
SanaAli374401
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 

Último (20)

Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 

Web Fundamentals And Html Chapter 1

  • 1. WEB FUNDAMENTALS AND HTML Chapter 1
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10. CREATING A SIMPLE WEB PAGE
  • 11.
  • 12.
  • 13. All HTML Documents Have the Same Structure <HTML> T The first 6 tags are always the same in basic HTML document. Also known as HTML Headings . <TITLE> Online Resume </TITLE> </HEAD> D> <HEAD> </HTML> </HTML> IINTRODUCTION TO HTML <TITLE>
  • 14.
  • 15.
  • 16. Common Body Tags/Syntax in Creating a Web Page
  • 17. Creating Heading Tags HTML has 6 levels of heading which arrange from biggest to smallest size <H1> My Resume </H1> <H2> My Resume </H2> <H3> My Resume </H3> <H4> My Resume </H4> <H5> My Resume </H5> <H6> My Resume </H6>
  • 18. CREATING HEADING TAGS Headings <H1...H6> <HTML> <HEAD> <TITLE>Online Resume</TITLE> </HEAD> <BODY> <H1>My Resume</H1> <H2>My Resume</H2> <H3>My Resume</H3> <H4>My Resume</H4> <H5>My Resume</H5> <H6>My Resume</H6> </BODY> </HTML>
  • 19.
  • 20. HTML Line Breaks Use the <br /> tag if you want a line break (a new line) without starting a new paragraph: The <br /> element is an empty HTML element. It has no end tag. <br> or <br />
  • 21. Saving a new HTML Document 1. Pull down the File menu and select s ave As 2. You will now see the Save As dialog box 3. Once you’ve determined the location for the file, you will need to give the file name. There are some rules to follow when naming HTML files: No spaces, and special characters a (é,%,#....) No very long name Generally, keep the file names all lower case. All file names must end with the extension of .htm or html
  • 22. After Saving the Document, you should see the name of the document at the top of your WordPad window In this case, the file is called index. You will not see the extension of .html and that is to be expected.
  • 23. Previewing a Local HTML Document Go to the local folder and double clic on the index.htm file This will open the index.htm in your default internet bowser ( Netscape or MS internet explorer )
  • 25. Background Colors <HTML> <HEAD> <TITLE>Backgrounds</TITLE> </HEAD> <BODY BGCOLOR=&quot;#0000FF&quot;> This page has a blue background. <P> </BODY> </HTML>
  • 27. 000000 000000 000000 000000 000000 000000 000000 111111 110000 111100 001100 001111 000011 110011 222222 220000 222200 002200 002222 000022 220022 333333 330000 333300 003300 003333 000033 330033 444444 440000 444400 004400 004444 000044 440044 555555 550000 555500 005500 005555 000055 550055 666666 660000 666600 006600 006666 000066 660066 777777 770000 777700 007700 007777 000077 770077 888888 880000 888800 008800 008888 000088 880088 999999 990000 999900 009900 009999 000099 990099 AAAAAA AA0000 AAAA00 00AA00 00AAAA 0000AA AA00AA BBBBBB BB0000 BBBB00 00BB00 00BBBB 0000BB BB00BB CCCCCC CC0000 CCCC00 00CC00 00CCCC 0000CC CC00CC DDDDDD DD0000 DDDD00 00DD00 00DDDD 0000DD DD00DD EEEEEE EE0000 EEEE00 00EE00 00EEEE 0000EE EE00EE FFFFFF FF0000 FFFF00 00FF00 00FFFF 0000FF FF00FF
  • 28. 00FF80 80FF00 8000FF 0080FF FF8000 FF0080 11FF80 80FF11 8011FF 1180FF FF8011 FF1180 22FF80 80FF22 8022FF 2280FF FF8022 FF2280 33FF80 80FF33 8033FF 3380FF FF8033 FF3380 44FF80 80FF44 8044FF 4480FF FF8044 FF4480 55FF80 80FF55 8055FF 5580FF FF8055 FF5580 66FF80 80FF66 8066FF 6680FF FF8066 FF6680 77FF80 80FF77 8077FF 7780FF FF8077 FF7780 88FF80 80FF88 8088FF 8880FF FF8088 FF8880 99FF80 80FF99 8099FF 9980FF FF8099 FF9980 AAFF80 80FFAA 80AAFF AA80FF FF80AA FFAA80 BBFF80 80FFBB 80BBFF BB80FF FF80BB FFBB80 CCFF80 80FFCC 80CCFF CC80FF FF80CC FFCC80 DDFF80 80FFDD 80DDFF DD80FF FF80DD FFDD80 EEFF80 80FFEE 80EEFF EE80FF FF80EE FFEE80 FFFF80 80FFFF 80FFFF FF80FF FF80FF FFFF80
  • 29. 800080 808000 008080 400040 404000 004040 801180 808011 118080 401140 404011 114040 802280 808022 228080 402240 404022 224040 803380 808033 338080 403340 404033 334040 804480 808044 448080 404440 404044 444040 805580 808055 558080 405540 404055 554040 806680 808066 668080 406640 404066 664040 807780 808077 778080 407740 404077 774040 808880 808088 888080 408840 404088 884040 809980 808099 998080 409940 404099 994040 80AA80 8080AA AA8080 40AA40 4040AA AA4040 80BB80 8080BB BB8080 40BB40 4040BB BB4040 80CC80 8080CC CC8080 40CC40 4040CC CC4040 80DD80 8080DD DD8080 40DD40 4040DD DD4040 80EE80 8080EE EE8080 40EE40 4040EE EE4040 80FF80 8080FF FF8080 40FF40 4040FF FF4040
  • 30. 66FF00 66FF33 66FF66 66FF99 66FFDD 66FFFF 990000 990033 990066 990099 9900DD 9900FF 993300 993333 993366 993399 9933DD 9933FF 996600 996633 996666 996699 9966DD 9966FF 999900 999933 999966 999999 9999DD 9999FF 99DD00 99DD33 99DD66 99DD99 99DDDD 99DDFF 99FF00 99FF33 99FF66 99FF99 99FFDD 99FFFF DD0000 DD0033 DD0066 DD0099 DD00DD DD00FF DD3300 DD3333 DD3366 DD3399 DD33DD DD33FF DD6600 DD6633 DD6666 DD6699 DD66DD DD66FF DD9900 DD9933 DD9966 DD9999 DD99DD DD99FF DDDD00 DDDD33 DDDD66 DDDD99 DDDDDD DDDDFF DDFF00 DDFF33 DDFF66 DDFF99 DDFFDD DDFFFF FF0000 FF0033 FF0066 FF0099 FF00DD FF00FF FF3300 FF3333 FF3366 FF3399 FF33DD FF33FF FF6600 FF6633 FF6666 FF6699 FF66DD FF66FF FF9900 FF9933 FF9966 FF9999 FF99DD FF99FF FFDD00 FFDD33 FFDD66 FFDD99 FFDDDD FFDDFF FFFF00 FFFF33 FFFF66 FFFF99 FFFFDD FFFFFF
  • 31. Character Formatting <CENTER>Centering</CENTER> <HTML> <HEAD> <TITLE>The Moroccan NODC, Rabat</TITLE> </HEAD> <BODY> <CENTER> <H1>Welcome to The Moroccan National Oceanographic Data Center – Odinafrica - Rabat </H1> </CENTER> </BODY> </HTML> INTRODUCTION TO HTML
  • 32. Character Formatting <B> Bold </B> & <I> Italics </I> <BR> - The Break Tag <HTML> <HEAD> <TITLE>The Moroccan NODC, Rabat</TITLE> </HEAD> <BODY> <CENTER> <H1>Welcome to The Moroccan National Oceanographic Data Center – Odinafrica - Rabat </H1> </CENTER> </BODY> </HTML> <H3>Contact Information</H3> <B>CNDIO Maroc</B><BR> PO Box 1014-Avenue Ibn Batouta, Rabat Maroc <BR> Téléphone : (212). 37. 67. 59. 09 <BR> Fax : (212). 37 67 59 09 <BR> INTRODUCTION TO HTML
  • 33.
  • 34.
  • 35.
  • 36.
  • 37. Character Formatting <CENTER>Centering</CENTER> <HTML> <HEAD> <TITLE>The Moroccan NODC, Rabat</TITLE> </HEAD> <BODY> <CENTER> <H1>Welcome to The Moroccan National Oceanographic Data Center – Odinafrica - Rabat </H1> </CENTER> </BODY> </HTML>
  • 38. Attribute Example Purpose size=&quot;number&quot; size=&quot;2&quot; Defines the font size size=&quot;+number&quot; size=&quot;+1&quot; Increases the font size size=&quot;-number&quot; size=&quot;-1&quot; Decreases the font size face=&quot;face-name&quot; face=&quot;Times&quot; Defines the font-name color=&quot;color-value&quot; color=&quot;#eeff00&quot; Defines the font color color=&quot;color-name&quot; color=&quot;red&quot; Defines the font color
  • 40. HTML Rules (Lines) The <hr /> tag is used to create an horizontal rule (line). Example <p>This is a paragraph</p> <hr /> <p>This is a paragraph</p> <hr /> <p>This is a paragraph</p>
  • 41.
  • 42.
  • 43.
  • 45.
  • 47. Destination – a hypertext document contains links that you can select, usually by clicking a mouse, to instantly view another topic or document. Creating Anchors <A> - tag creates an anchor, text that is specially marked so you can link to it from other points in the document. <A Name = “EMP”>Employment</A> <Name = “PHOTO”>IMG SRC=“Taylor.gif></A>
  • 48. <A HREF = “EMP”> EMPLOYMENT</A> Link tags – tags that create links HREF – Hypertext REFerence - refer to an anchor that you place in the document. “ #anchor_name” refers to that anchor with a pound (#)symbol.
  • 49.
  • 50.
  • 52. System – is a set of pages, usually created by the same person or group, that treat the same topic and that have the same loo