SlideShare une entreprise Scribd logo
1  sur  38
HTML Lesson 2 January 2004 Information Processing
This tutorial picks up where Lesson 1 left off, and will lead you step-by-step through the following skills:  ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object]
At the end of  HTML Lesson 1 , we learned how to create and upload a simple web page that looked similar to this:  ,[object Object],[object Object]
Skill 1: Copying Graphics Off the Web  ,[object Object]
Go to the Internet to Get a Picture – 5 minutes ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object]
[object Object]
Skill 2: Add a Background Color or Image to Your Web Page  ,[object Object],[object Object]
Skill 2: Add a Background Color or Image to Your Web Page (cont’d) ,[object Object],[object Object]
We're going to change the background color of your web page to aqua:  ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Poor Quackers. Did you try black? Did you say "Hey! Where did my words go!?" Don't be embarrased, I said that the first time too! Of course, you can't see black words on a black background! We'll be learning to alter font color in SKILL 3. But first, let's learn the body tag element for using a background image:   ,[object Object],[object Object],[object Object]
Skill 3: Changing the Style, Size and Color of the Font  ,[object Object],[object Object]
Let's change the color and size of text on your page now, by adding a font tag with color and size attributes:   ,[object Object],[object Object],[object Object]
Your text should now be orange and larger, similar to this:  ,[object Object],[object Object]
Next we're going to learn how to change the font itself, by adding another attribute to the font tag. This attribute is called "face".   ,[object Object],[object Object],[object Object],[object Object]
Note: For the font you choose to display properly to another person visiting your page, they must have the font you named on their OWN computer. So don't pick a font that no one else is likely to have. You can list more than one font in your tag, like this: face="arial, tahoma, helvetica" and the visitor's web browser will just go down the list until it finds a font that is on their computer. If you are just determined to use an unusual font on your page, you can type the text in the font of your choice in a graphics editing software program like  Paint Shop Pro , save it as a .gif file to your webpage folder, and then insert it into your document using the image source tag, like this:
[object Object]
Skill 4: Creating Headings, Lines, and Bold, Italicized, or Underlined Text   ,[object Object],[object Object],[object Object]
Skill 4: Creating Headings, Lines, and Bold, Italicized, or Underlined Text (continued) ,[object Object]
[object Object],[object Object]
Save/refresh. In your browser, you should now see this:  ,[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object]
Skill 5: Creating Hyperlinks  ,[object Object],[object Object],[object Object],[object Object]
But before we can complete this exercise, you need to have another page! Create a second page now (this will be a good review):   ,[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]
Skill 5: Creating Hyperlinks ,[object Object],[object Object],[object Object],[object Object]
Skill 5: Creating Hyperlinks ,[object Object],[object Object],[object Object]
Skill 5: Creating Hyperlinks ,[object Object],[object Object],[object Object],[object Object],[object Object]
Note: If you want to use an IMAGE as a link, place the anchor tag around the image tag, like this: <A HREF=&quot;page2.html&quot;> <img src=&quot;quackers.gif&quot;> </A> If you use an image as a link, and you don't want a link-colored border around your image, you need to add &quot;border=0&quot; to the image tag. The complete tag would look like this: <A HREF=&quot;page2.html&quot;> <img src=&quot;quackers.gif&quot; border=0> </A> For linking to other pages on the web, place the complete URL address of the page you want to link to between the quotation marks following the HREF attribute. For example, if you wanted to link to the class page, the tag would be: <A HREF=&quot;http://www.geocities.com/c525600/&quot;>Wow, this woman's a genius!</A>
Skill 6: Create an E-Mail Link  ,[object Object],[object Object]
Skill 7: Use a Table to Format Your Page  ,[object Object]
Skill 7: Use a Table to Format Your Page ,[object Object],[object Object]
Skill 7: Use a Table to Format Your Page ,[object Object],[object Object]
Skill 7: Use a Table to Format Your Page ,[object Object],[object Object]
<html> <head> <title>My First Web Page </title> </head> <body background=“bg-water.jpg”> <center> <table> <tr> <td> <img src=“quackers.gif”></td> <td><font color=“darkorange” size=“+1”. Welcome to my first web page.<br> I am thrilled to be learning html.  </font></td> </tr> </table> </center> <br> <br> <A HREF=“page2.html” CLICK HERE</A> to go  to my second page <A HREF= mailto:youremailaddress >E-MAIL ME!</A> </body> </html>
Skill 7: Use a Table to Format Your Page ,[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object]

Contenu connexe

Tendances (20)

Cse html ppt
Cse html pptCse html ppt
Cse html ppt
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
Html grade 11
Html grade 11Html grade 11
Html grade 11
 
Intro to HTML (Kid's Class at TIY)
Intro to HTML (Kid's Class at TIY)Intro to HTML (Kid's Class at TIY)
Intro to HTML (Kid's Class at TIY)
 
Introduction to HTML
Introduction to HTML Introduction to HTML
Introduction to HTML
 
HTML (Hyper Text Markup Language)
HTML (Hyper Text Markup Language)HTML (Hyper Text Markup Language)
HTML (Hyper Text Markup Language)
 
Web designing using html
Web designing using htmlWeb designing using html
Web designing using html
 
Introduction to html fundamental concepts
Introduction to html fundamental conceptsIntroduction to html fundamental concepts
Introduction to html fundamental concepts
 
Intro To HTML
Intro To HTMLIntro To HTML
Intro To HTML
 
HTML Basics by software development company india
HTML Basics by software development company indiaHTML Basics by software development company india
HTML Basics by software development company india
 
Basic HTML
Basic HTMLBasic HTML
Basic HTML
 
Html basics
Html basicsHtml basics
Html basics
 
Lesson plan: HTML Formatting Texts and Paragraphs
Lesson plan: HTML Formatting Texts and ParagraphsLesson plan: HTML Formatting Texts and Paragraphs
Lesson plan: HTML Formatting Texts and Paragraphs
 
Html basics
Html basicsHtml basics
Html basics
 
Lecture 2 introduction to html basics
Lecture 2 introduction to html basicsLecture 2 introduction to html basics
Lecture 2 introduction to html basics
 
Intro to html
Intro to htmlIntro to html
Intro to html
 
Session4
Session4Session4
Session4
 
HTML
HTMLHTML
HTML
 
Web Page Designing
Web Page DesigningWeb Page Designing
Web Page Designing
 
HTML (Web) basics for a beginner
HTML (Web) basics for a beginnerHTML (Web) basics for a beginner
HTML (Web) basics for a beginner
 

En vedette

Decimal To Hexadecimal Conversion Tips
Decimal To Hexadecimal Conversion TipsDecimal To Hexadecimal Conversion Tips
Decimal To Hexadecimal Conversion TipsKathleenSSmith
 
Binary & Hexadecimal
Binary & HexadecimalBinary & Hexadecimal
Binary & Hexadecimalneptonia
 
Binary Digital representation
Binary Digital representationBinary Digital representation
Binary Digital representationSylvia Alvaro
 
ELECTRICAL TOOLS AND EQUIPMENT
ELECTRICAL TOOLS AND EQUIPMENTELECTRICAL TOOLS AND EQUIPMENT
ELECTRICAL TOOLS AND EQUIPMENTLudher Mollins
 
Chapter 5 - Signal Encoding Techniques 9e
Chapter 5 - Signal Encoding Techniques 9eChapter 5 - Signal Encoding Techniques 9e
Chapter 5 - Signal Encoding Techniques 9eadpeer
 
BINARY NUMBER SYSTEM
BINARY NUMBER SYSTEMBINARY NUMBER SYSTEM
BINARY NUMBER SYSTEMZaheer Abbasi
 
Electrical supplies & materials
Electrical supplies & materialsElectrical supplies & materials
Electrical supplies & materialsMichael Recolito
 
Classification of Hand Tools - PART 1
Classification of Hand Tools - PART 1Classification of Hand Tools - PART 1
Classification of Hand Tools - PART 1Pilita Santos
 
Electrical tools and its function
Electrical tools and its functionElectrical tools and its function
Electrical tools and its functionFortunato de Guzman
 
Decimal to binary number
Decimal to binary numberDecimal to binary number
Decimal to binary numberguestd8696a
 
Consumer electronics-servicing-learning-module
Consumer electronics-servicing-learning-moduleConsumer electronics-servicing-learning-module
Consumer electronics-servicing-learning-moduleBogs De Castro
 
Classification of Hand Tools - PART 2
Classification of Hand Tools - PART 2Classification of Hand Tools - PART 2
Classification of Hand Tools - PART 2Pilita Santos
 
Basic hand tools (Electronics Technology)
Basic hand tools (Electronics Technology)Basic hand tools (Electronics Technology)
Basic hand tools (Electronics Technology)Roderick Lamban
 
Data Encoding
Data EncodingData Encoding
Data EncodingLuka M G
 

En vedette (15)

Decimal To Hexadecimal Conversion Tips
Decimal To Hexadecimal Conversion TipsDecimal To Hexadecimal Conversion Tips
Decimal To Hexadecimal Conversion Tips
 
Binary & Hexadecimal
Binary & HexadecimalBinary & Hexadecimal
Binary & Hexadecimal
 
Binary Digital representation
Binary Digital representationBinary Digital representation
Binary Digital representation
 
ELECTRICAL TOOLS AND EQUIPMENT
ELECTRICAL TOOLS AND EQUIPMENTELECTRICAL TOOLS AND EQUIPMENT
ELECTRICAL TOOLS AND EQUIPMENT
 
Chapter 5 - Signal Encoding Techniques 9e
Chapter 5 - Signal Encoding Techniques 9eChapter 5 - Signal Encoding Techniques 9e
Chapter 5 - Signal Encoding Techniques 9e
 
BINARY NUMBER SYSTEM
BINARY NUMBER SYSTEMBINARY NUMBER SYSTEM
BINARY NUMBER SYSTEM
 
Electrical supplies & materials
Electrical supplies & materialsElectrical supplies & materials
Electrical supplies & materials
 
Classification of Hand Tools - PART 1
Classification of Hand Tools - PART 1Classification of Hand Tools - PART 1
Classification of Hand Tools - PART 1
 
Electrical tools and its function
Electrical tools and its functionElectrical tools and its function
Electrical tools and its function
 
Decimal to binary number
Decimal to binary numberDecimal to binary number
Decimal to binary number
 
Electrical Tools and Equipment
Electrical Tools and EquipmentElectrical Tools and Equipment
Electrical Tools and Equipment
 
Consumer electronics-servicing-learning-module
Consumer electronics-servicing-learning-moduleConsumer electronics-servicing-learning-module
Consumer electronics-servicing-learning-module
 
Classification of Hand Tools - PART 2
Classification of Hand Tools - PART 2Classification of Hand Tools - PART 2
Classification of Hand Tools - PART 2
 
Basic hand tools (Electronics Technology)
Basic hand tools (Electronics Technology)Basic hand tools (Electronics Technology)
Basic hand tools (Electronics Technology)
 
Data Encoding
Data EncodingData Encoding
Data Encoding
 

Similaire à HTML Advanced

HTML Intermediate
HTML IntermediateHTML Intermediate
HTML Intermediatec525600
 
How To Create Personal Web Pages On My Web
How To Create Personal Web Pages On My WebHow To Create Personal Web Pages On My Web
How To Create Personal Web Pages On My Websritikumar
 
Block2 Session2 Presentation
Block2 Session2 PresentationBlock2 Session2 Presentation
Block2 Session2 PresentationMichael Gwyther
 
Creating a page in HTML
Creating a page in HTMLCreating a page in HTML
Creating a page in HTMLrobertbenard
 
Lecture 1 - Comm Lab: Web @ ITP
Lecture 1 - Comm Lab: Web @ ITPLecture 1 - Comm Lab: Web @ ITP
Lecture 1 - Comm Lab: Web @ ITPyucefmerhi
 
YL Intro html
YL Intro htmlYL Intro html
YL Intro htmldilom1986
 
Html in a box
Html in a boxHtml in a box
Html in a boxbdubuque
 
Building A Website
Building A WebsiteBuilding A Website
Building A Websitemarabeas
 
Web Designing Training in Ambala ! BATRA COMPUTER CENTRE
Web Designing Training in Ambala ! BATRA COMPUTER CENTREWeb Designing Training in Ambala ! BATRA COMPUTER CENTRE
Web Designing Training in Ambala ! BATRA COMPUTER CENTREjatin batra
 
Class 1 handout (2) html exercises
Class 1 handout (2) html exercisesClass 1 handout (2) html exercises
Class 1 handout (2) html exercisesErin M. Kidwell
 
How to update HTML files
How to update HTML filesHow to update HTML files
How to update HTML filesJadeMagnet
 
Module 2 Lesson 1
Module 2 Lesson 1Module 2 Lesson 1
Module 2 Lesson 1claytors
 
Basic HTML Tutorial For Beginners
Basic HTML Tutorial For BeginnersBasic HTML Tutorial For Beginners
Basic HTML Tutorial For BeginnersDHTMLExtreme
 

Similaire à HTML Advanced (20)

HTML Intermediate
HTML IntermediateHTML Intermediate
HTML Intermediate
 
Notes4
Notes4Notes4
Notes4
 
How To Create Personal Web Pages On My Web
How To Create Personal Web Pages On My WebHow To Create Personal Web Pages On My Web
How To Create Personal Web Pages On My Web
 
Block2 Session2 Presentation
Block2 Session2 PresentationBlock2 Session2 Presentation
Block2 Session2 Presentation
 
Creating a page in HTML
Creating a page in HTMLCreating a page in HTML
Creating a page in HTML
 
Lecture 1 - Comm Lab: Web @ ITP
Lecture 1 - Comm Lab: Web @ ITPLecture 1 - Comm Lab: Web @ ITP
Lecture 1 - Comm Lab: Web @ ITP
 
Html
HtmlHtml
Html
 
Basic HTML
Basic HTMLBasic HTML
Basic HTML
 
YL Intro html
YL Intro htmlYL Intro html
YL Intro html
 
Intro Html
Intro HtmlIntro Html
Intro Html
 
Html in a box
Html in a boxHtml in a box
Html in a box
 
Building A Website
Building A WebsiteBuilding A Website
Building A Website
 
Web Designing Training in Ambala ! BATRA COMPUTER CENTRE
Web Designing Training in Ambala ! BATRA COMPUTER CENTREWeb Designing Training in Ambala ! BATRA COMPUTER CENTRE
Web Designing Training in Ambala ! BATRA COMPUTER CENTRE
 
Html 101
Html 101Html 101
Html 101
 
Class 1 handout (2) html exercises
Class 1 handout (2) html exercisesClass 1 handout (2) html exercises
Class 1 handout (2) html exercises
 
How to update HTML files
How to update HTML filesHow to update HTML files
How to update HTML files
 
Basic HTML
Basic HTMLBasic HTML
Basic HTML
 
Html
HtmlHtml
Html
 
Module 2 Lesson 1
Module 2 Lesson 1Module 2 Lesson 1
Module 2 Lesson 1
 
Basic HTML Tutorial For Beginners
Basic HTML Tutorial For BeginnersBasic HTML Tutorial For Beginners
Basic HTML Tutorial For Beginners
 

Dernier

Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 

Dernier (20)

Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 

HTML Advanced

  • 1. HTML Lesson 2 January 2004 Information Processing
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17. Note: For the font you choose to display properly to another person visiting your page, they must have the font you named on their OWN computer. So don't pick a font that no one else is likely to have. You can list more than one font in your tag, like this: face=&quot;arial, tahoma, helvetica&quot; and the visitor's web browser will just go down the list until it finds a font that is on their computer. If you are just determined to use an unusual font on your page, you can type the text in the font of your choice in a graphics editing software program like Paint Shop Pro , save it as a .gif file to your webpage folder, and then insert it into your document using the image source tag, like this:
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30. Note: If you want to use an IMAGE as a link, place the anchor tag around the image tag, like this: <A HREF=&quot;page2.html&quot;> <img src=&quot;quackers.gif&quot;> </A> If you use an image as a link, and you don't want a link-colored border around your image, you need to add &quot;border=0&quot; to the image tag. The complete tag would look like this: <A HREF=&quot;page2.html&quot;> <img src=&quot;quackers.gif&quot; border=0> </A> For linking to other pages on the web, place the complete URL address of the page you want to link to between the quotation marks following the HREF attribute. For example, if you wanted to link to the class page, the tag would be: <A HREF=&quot;http://www.geocities.com/c525600/&quot;>Wow, this woman's a genius!</A>
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36. <html> <head> <title>My First Web Page </title> </head> <body background=“bg-water.jpg”> <center> <table> <tr> <td> <img src=“quackers.gif”></td> <td><font color=“darkorange” size=“+1”. Welcome to my first web page.<br> I am thrilled to be learning html. </font></td> </tr> </table> </center> <br> <br> <A HREF=“page2.html” CLICK HERE</A> to go to my second page <A HREF= mailto:youremailaddress >E-MAIL ME!</A> </body> </html>
  • 37.
  • 38.