SlideShare a Scribd company logo
Html guts This presentation, will teach basic Html code  B Dubuque
The main parts of an Html page All Html commands are in brackets  eg <COMMAND> When a command ends a slash appears in the brackets eg </COMMAND> All Html pages usually contain the following commands in the following sequence. <HTML> begins the page. <HEAD> defines parameters by which the page is set. <TITLE> the TITLE of your page that is displayed in your browser header. The TITLE command goes within the HEAD command. </TITLE> ends (or closes) your title command. </HEAD> ends (or closes) your HEAD command <BODY> begins the content area </BODY> ends (or closes) the content area </HTML> ends (or closes) the page B Dubuque
Index.html Index.html according to Internet standards is the first page of any website, and is the page ALL search engines search for when listing and ranking websites. For this reason there are additional COMMANDs on this page besides those previously listed. <META NAME=&quot;Description&quot; content=“ (list description) “> <META NAME=&quot;keywords&quot; content=“ (content keywords) “> The Meta description is what will appear as the description when found by a search engine. The Meta keywords is what the search engine searches for, and how It ranks your website for content. B Dubuque
Body, body who’s got the  BODY ? As I said, the Index page is the first page of your standard Internet website.  Yet it does not always have body (or content) on it. Many times for various, or perhaps even devious reasons there is no content on the Index page. One such reason may be to hide the content code from prying eyes, but perhaps a better reason is the code itself. The Index page is often used to setup, and layout the design and function of the rest of the pages of the website. If a page has what is called FRAMES, the index page is used to set the FRAME pages up, and the BODY (content) is then displayed by pages that load after it. In such a case the FRAME pages are usually divided so that a navigation Menu can be displayed in the same browser window, as the content. Eg.  <FRAMESET rows=&quot;150,*&quot;> <FRAME SRC=&quot;header.html&quot; NAME=header> <FRAME SRC=“main.html&quot;  NAME=main> </FRAMESET> B Dubuque
BODY  of  evidence Within the BODY of an HTML page, the content of the page is formatted with  a number of different commands. In addition to the commands within the BODY The BODY command usually has a string of commands within it’s statement. Eg.. <BODY BGCOLOR=&quot;000000&quot; TEXT=&quot;FFFFFF&quot; LINK=&quot;FFFFF0&quot; VLINK=&quot;800080&quot; ALINK=&quot;FF0000&quot;> The code above sets the default background color, text color, link color, Visited link color, and active link color. The colors in HTML code are always a group of six alphanumeric characters. In other codes such as JAVA You may see something different. If you have a wallpaper background, this also is listed in the BODY command statement. B Dubuque
More on the  BODY The following is a list of commands commonly found within the BODY or content of a page. <P ALIGN=&quot;left&quot;> aligns the paragraph left  <P ALIGN=&quot;justify&quot;> justifies the paragraph <P ALIGN=&quot;center&quot;> centers the paragraph <P ALIGN=&quot;right&quot;> aligns the paragraph right In all the above commands  </P> ends (or closes) the paragraph. <BR>  creates a linebreak in  the format.  Often used for spacing objects or text on the page. <HR> creates a line on your page. There are additional commands for this statement that set the width, thickness, bold, or shadow. B Dubuque
Changing  fonts Fonts can be changed within the BODY using the FONT command as follows. <FONT SIZE=“+2&quot; COLOR=“FF0000&quot; FACE=&quot;Arial, Helvetica&quot;><STRONG><EM> - Your text goes here - </EM></STRONG></FONT> The above example changes the size, color, type face, and adds bold along With italics to the font. Any text is within the setting and ending statements. The text would look something like this.. -Your text goes here - When a type face is used, in many instances more than one type face is listed in order for the effect to be compatible in all browsers. B Dubuque
Adding graphics Graphics are added by using the IMG SRC command as follows.. <IMG SRC=“graphic.jpg&quot;> You can manipulate the size, placement, add a border, or no border of the graphic on the page by adding additional commands to the statement. Eg.. <IMG WIDTH=&quot;150&quot; HEIGHT=&quot;120&quot; SRC=“graphic.jpg&quot; BORDER=&quot;1&quot; ALIGN=&quot;left&quot; HSPACE=&quot;150&quot; VSPACE=&quot;120&quot;> B Dubuque
RAW   code.. <HTML><head><title>Our Earth</title></head> <body bgcolor=&quot;FFFFFF&quot; text=&quot;000000&quot; link=&quot;FFFFF0&quot; vlink=&quot;800080&quot; alink=&quot;FF0000&quot;&quot;> <IMG SRC=&quot;world.gif&quot; WIDTH=&quot;120&quot; HEIGHT=&quot;137&quot; BORDER=&quot;0&quot; ALIGN=&quot;left&quot; HSPACE=&quot;10&quot; VSPACE=&quot;10&quot;> <BR><BR><HR WIDTH=400><CENTER> <FONT SIZE=&quot;+2&quot; COLOR=&quot;0000FF&quot; FACE=&quot;Arial, Helvetica&quot;><STRONG><EM>- OUR EARTH -</EM></STRONG></FONT></CENTER><HR WIDTH=400> <BR><P>Our Earth is a mighty fine place to live. We have our problems like any other planet. Yet I can't imagine any place more hospitable than this. Out of all the planets in our galaxy, there is none as fine as the one we call home.</P><P ALIGN=&quot;center&quot;>B Dubuque</P></BODY></HTML> B Dubuque
- OUR EARTH - Our Earth is a mighty fine place to live. We have our problems like any other planet. Yet I can't imagine any place more hospitable than this. Out of all the planets in our galaxy, there is none as fine as the one we call home. B Dubuque B Dubuque

More Related Content

PPT
Html 101
PPT
Learning HTML
PPTX
New HTML5/CSS3 techniques
PPT
Html ppt by Fathima faculty Hasanath college for women bangalore
PPT
Html Ppt
PPTX
Basics Of Html
DOCX
MCSL016 IGNOU SOLVED LAB MANUAL
Html 101
Learning HTML
New HTML5/CSS3 techniques
Html ppt by Fathima faculty Hasanath college for women bangalore
Html Ppt
Basics Of Html
MCSL016 IGNOU SOLVED LAB MANUAL

What's hot (19)

PPT
Block2 Session2 Presentation
PPT
Fundamentals Of Html
PDF
Intro to HTML (Kid's Class at TIY)
ODP
The Basics of (X)HTML Tags
KEY
HTML presentation for beginners
PPT
Eye catching HTML BASICS tips: Learn easily
PPT
6.1 special characters
PPTX
YL basic tag
PPTX
Xhtml Css Presentation
PDF
Web design in 7 days by waqar
PPTX
Hyper Text Marup Language
PPT
XHTML basics
PPT
YL Intro html
PPT
Flex For Flash Developers Ff 2006 Final
PPTX
Basic HTML
PPT
Google Sites Web Page Creation
PPT
HTML Introduction
PPT
Lecture 6 - Comm Lab: Web @ ITP
Block2 Session2 Presentation
Fundamentals Of Html
Intro to HTML (Kid's Class at TIY)
The Basics of (X)HTML Tags
HTML presentation for beginners
Eye catching HTML BASICS tips: Learn easily
6.1 special characters
YL basic tag
Xhtml Css Presentation
Web design in 7 days by waqar
Hyper Text Marup Language
XHTML basics
YL Intro html
Flex For Flash Developers Ff 2006 Final
Basic HTML
Google Sites Web Page Creation
HTML Introduction
Lecture 6 - Comm Lab: Web @ ITP
Ad

Viewers also liked (20)

PPTX
Importance Of Quality Financial Information
PDF
Early Warning Systems
PPT
Presentazione di prova
PPTX
Resoluciòn de una EDO en MATHLAB
ODT
Monografia1
PDF
Садовый измельчитель веток Bosch AXT 25 D
PPT
Industrial Jeopardy
PDF
Young Investor Times - Summer 2006
PDF
Informe producto
PDF
Proteções coletivas
PPTX
Bibliografía Egizu
PDF
Hepatitis C virus infection and type 2 diabetes mellitus in Mexican patients.
PPT
Benefits of Working with Registered Investment Advisor
PDF
Cerebral Venous Thrombosis in a Mexican Multicenter Registry of Acute Cerebro...
PPTX
Presentazione primaria 2014
PPTX
Exporting grades to powerschool
PPTX
Texturas y Matices
PPT
Mbc teacher layout
PPT
Mbc student layout
PPTX
GERMANY
Importance Of Quality Financial Information
Early Warning Systems
Presentazione di prova
Resoluciòn de una EDO en MATHLAB
Monografia1
Садовый измельчитель веток Bosch AXT 25 D
Industrial Jeopardy
Young Investor Times - Summer 2006
Informe producto
Proteções coletivas
Bibliografía Egizu
Hepatitis C virus infection and type 2 diabetes mellitus in Mexican patients.
Benefits of Working with Registered Investment Advisor
Cerebral Venous Thrombosis in a Mexican Multicenter Registry of Acute Cerebro...
Presentazione primaria 2014
Exporting grades to powerschool
Texturas y Matices
Mbc teacher layout
Mbc student layout
GERMANY
Ad

Similar to Html in a box (20)

PPT
introduction to web technology
PPT
PPT
Web designing using html
PPT
PPTX
Master pages ppt
PPT
How To Create Personal Web Pages On My Web
PPT
Cheat codes
PPT
Introduction To Lamp
PPT
EPiServer Web Parts
PPTX
Creating a Webpage
PPT
HTML Advanced
PPT
WordPress Development Confoo 2010
PPT
KMUTNB - Internet Programming 3/7
PPT
Meta tags1
PPT
Module 2 Lesson 1
PPT
Understanding THML
PPTX
Visualforce css developer guide(by forcetree.com)
PPT
HTML_Slideshow1
introduction to web technology
Web designing using html
Master pages ppt
How To Create Personal Web Pages On My Web
Cheat codes
Introduction To Lamp
EPiServer Web Parts
Creating a Webpage
HTML Advanced
WordPress Development Confoo 2010
KMUTNB - Internet Programming 3/7
Meta tags1
Module 2 Lesson 1
Understanding THML
Visualforce css developer guide(by forcetree.com)
HTML_Slideshow1

Recently uploaded (20)

PPTX
GDM (1) (1).pptx small presentation for students
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PPTX
Pharma ospi slides which help in ospi learning
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PPTX
Cell Structure & Organelles in detailed.
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
Yogi Goddess Pres Conference Studio Updates
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
DOC
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
RMMM.pdf make it easy to upload and study
PPTX
master seminar digital applications in india
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
GDM (1) (1).pptx small presentation for students
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Pharma ospi slides which help in ospi learning
O7-L3 Supply Chain Operations - ICLT Program
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
O5-L3 Freight Transport Ops (International) V1.pdf
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Cell Structure & Organelles in detailed.
Final Presentation General Medicine 03-08-2024.pptx
Yogi Goddess Pres Conference Studio Updates
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
Final Presentation General Medicine 03-08-2024.pptx
RMMM.pdf make it easy to upload and study
master seminar digital applications in india
2.FourierTransform-ShortQuestionswithAnswers.pdf

Html in a box

  • 1. Html guts This presentation, will teach basic Html code B Dubuque
  • 2. The main parts of an Html page All Html commands are in brackets eg <COMMAND> When a command ends a slash appears in the brackets eg </COMMAND> All Html pages usually contain the following commands in the following sequence. <HTML> begins the page. <HEAD> defines parameters by which the page is set. <TITLE> the TITLE of your page that is displayed in your browser header. The TITLE command goes within the HEAD command. </TITLE> ends (or closes) your title command. </HEAD> ends (or closes) your HEAD command <BODY> begins the content area </BODY> ends (or closes) the content area </HTML> ends (or closes) the page B Dubuque
  • 3. Index.html Index.html according to Internet standards is the first page of any website, and is the page ALL search engines search for when listing and ranking websites. For this reason there are additional COMMANDs on this page besides those previously listed. <META NAME=&quot;Description&quot; content=“ (list description) “> <META NAME=&quot;keywords&quot; content=“ (content keywords) “> The Meta description is what will appear as the description when found by a search engine. The Meta keywords is what the search engine searches for, and how It ranks your website for content. B Dubuque
  • 4. Body, body who’s got the BODY ? As I said, the Index page is the first page of your standard Internet website. Yet it does not always have body (or content) on it. Many times for various, or perhaps even devious reasons there is no content on the Index page. One such reason may be to hide the content code from prying eyes, but perhaps a better reason is the code itself. The Index page is often used to setup, and layout the design and function of the rest of the pages of the website. If a page has what is called FRAMES, the index page is used to set the FRAME pages up, and the BODY (content) is then displayed by pages that load after it. In such a case the FRAME pages are usually divided so that a navigation Menu can be displayed in the same browser window, as the content. Eg. <FRAMESET rows=&quot;150,*&quot;> <FRAME SRC=&quot;header.html&quot; NAME=header> <FRAME SRC=“main.html&quot; NAME=main> </FRAMESET> B Dubuque
  • 5. BODY of evidence Within the BODY of an HTML page, the content of the page is formatted with a number of different commands. In addition to the commands within the BODY The BODY command usually has a string of commands within it’s statement. Eg.. <BODY BGCOLOR=&quot;000000&quot; TEXT=&quot;FFFFFF&quot; LINK=&quot;FFFFF0&quot; VLINK=&quot;800080&quot; ALINK=&quot;FF0000&quot;> The code above sets the default background color, text color, link color, Visited link color, and active link color. The colors in HTML code are always a group of six alphanumeric characters. In other codes such as JAVA You may see something different. If you have a wallpaper background, this also is listed in the BODY command statement. B Dubuque
  • 6. More on the BODY The following is a list of commands commonly found within the BODY or content of a page. <P ALIGN=&quot;left&quot;> aligns the paragraph left <P ALIGN=&quot;justify&quot;> justifies the paragraph <P ALIGN=&quot;center&quot;> centers the paragraph <P ALIGN=&quot;right&quot;> aligns the paragraph right In all the above commands </P> ends (or closes) the paragraph. <BR> creates a linebreak in the format. Often used for spacing objects or text on the page. <HR> creates a line on your page. There are additional commands for this statement that set the width, thickness, bold, or shadow. B Dubuque
  • 7. Changing fonts Fonts can be changed within the BODY using the FONT command as follows. <FONT SIZE=“+2&quot; COLOR=“FF0000&quot; FACE=&quot;Arial, Helvetica&quot;><STRONG><EM> - Your text goes here - </EM></STRONG></FONT> The above example changes the size, color, type face, and adds bold along With italics to the font. Any text is within the setting and ending statements. The text would look something like this.. -Your text goes here - When a type face is used, in many instances more than one type face is listed in order for the effect to be compatible in all browsers. B Dubuque
  • 8. Adding graphics Graphics are added by using the IMG SRC command as follows.. <IMG SRC=“graphic.jpg&quot;> You can manipulate the size, placement, add a border, or no border of the graphic on the page by adding additional commands to the statement. Eg.. <IMG WIDTH=&quot;150&quot; HEIGHT=&quot;120&quot; SRC=“graphic.jpg&quot; BORDER=&quot;1&quot; ALIGN=&quot;left&quot; HSPACE=&quot;150&quot; VSPACE=&quot;120&quot;> B Dubuque
  • 9. RAW code.. <HTML><head><title>Our Earth</title></head> <body bgcolor=&quot;FFFFFF&quot; text=&quot;000000&quot; link=&quot;FFFFF0&quot; vlink=&quot;800080&quot; alink=&quot;FF0000&quot;&quot;> <IMG SRC=&quot;world.gif&quot; WIDTH=&quot;120&quot; HEIGHT=&quot;137&quot; BORDER=&quot;0&quot; ALIGN=&quot;left&quot; HSPACE=&quot;10&quot; VSPACE=&quot;10&quot;> <BR><BR><HR WIDTH=400><CENTER> <FONT SIZE=&quot;+2&quot; COLOR=&quot;0000FF&quot; FACE=&quot;Arial, Helvetica&quot;><STRONG><EM>- OUR EARTH -</EM></STRONG></FONT></CENTER><HR WIDTH=400> <BR><P>Our Earth is a mighty fine place to live. We have our problems like any other planet. Yet I can't imagine any place more hospitable than this. Out of all the planets in our galaxy, there is none as fine as the one we call home.</P><P ALIGN=&quot;center&quot;>B Dubuque</P></BODY></HTML> B Dubuque
  • 10. - OUR EARTH - Our Earth is a mighty fine place to live. We have our problems like any other planet. Yet I can't imagine any place more hospitable than this. Out of all the planets in our galaxy, there is none as fine as the one we call home. B Dubuque B Dubuque

Editor's Notes

  • #3: It is not necessary to capitalize HTML commands, it is however considered NETiquette, and makes troubleshooting easier.
  • #4: Tweaking the Meta description, and the Meta keywords is often the difference between a successful website, and an unsuccessful one.
  • #5: The above FRAMESET command opens a browser window and divides the window top and bottom. Two html pages header.html and main.html will have the BODY (content) portion of the page on it. Remember, this being the index page the META commands will also be on it.
  • #11: An example of what the previous code might look like. Thanx for watching..