SlideShare a Scribd company logo
MOATACADEMY FOR
DEVELOPERS
WEBAPPLICATION
DEVELOPMENTTRAINING
HTML ATTRIBUTES, HTML IMAGE AND LINKS
HTML DAY 2
NESTEDTAGS
• Tags can be placed within another tag…
HTML Lists
• Unordered HTML List
• An unordered list starts with the <ul> tag. Each list item starts with the <li> tag.
• The list items will be marked with bullets (small black circles) by default:
<p>These are the software gurus in the class today:</p>
<ul>
<li>Alex</li>
<li>Peju</li>
<li>Bola</li>
</ul>
HTML Lists
• Unordered HTML List - Choose List Item Marker using the style property. (square,
disc, circle none) style="list-style-type:disc“
• Ordered HTML List
• An ordered list starts with the <ol> tag. Each list item starts with the <li> tag.
• The list items will be marked with numbers by default
HTML Lists
<ol>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
• The start attribute <ol start=‘3’></ol>
• Ordered HTML List -TheType Attribute
• The type attribute of the <ol> tag, defines the type of the list item marker:
Type Description
type="1"The list items will be numbered with numbers (default)
type="A“The list items will be numbered with uppercase letters
type="a"The list items will be numbered with lowercase letters
type="I" The list items will be numbered with uppercase roman numbers
type="i" The list items will be numbered with lowercase roman numbers
TYPEATTRIBUTE FORANORDERED LIST
Nested List
• It is perfectly ok to nest one list inside another one. However, you should not nest a
block level element within an inline.
• You might want to have some sub-bullets sitting below a top-level bullet.
• Just like any HTML tag, you can embed tags within other tags as follows:
<tagone>
<taginner> </taginner>
</tagone>
NOTICE:The inner tag must close and be wrapped by the outer tags
Exercise
Replicate the list of information below using HTML List.
Some of my expectations from the programme are:
1. Understand GUI
2. Develop Software Like:
A. Jumia
B. Facebook
3. Be a Pro!
RECAP
• Anatomy of an HTML
Document
• Common Components of
aWeb Page
• Inline and Block Element
• Closing and Non-closing
Tags
• HTML attributes
• The <head> tag contains meta tags that give information to the browser about the
document.
• HTML metadata is data about the HTML document.
• Metadata is not displayed.
• Metadata typically define the document title, character set, styles, links, scripts, and other
meta information.
• Metadata by definition, is data about data. It is invisible to web users, located within the
<head> tags of a page, and gives information to search engines and other websites about
a site and its content
EXAMININGTHE PARTSOFAN HTML DOCUMENT–THE HEADSECTION
METADATA – DATAABOUT
DATA
Is this a good secret?
METATAGUSAGE
HTML Head section
• Meta titles should be short. It is best to keep them under 60 characters inclusive of the spaces
• Some School of thoughts likeWebsight Design. (2019) recommend to describe what the page is
about in the beginning of the title and add the name of a website or company at the end.
• Using keyworded meta titles is a good way to give signals of relevancy to search engines.
• Only include keywords in the title if they are also included in the body content of the page.
• Only optimize a page with keywords for which it is relevant.
• Google relies heavily on the title of a page and its relevancy to the content on the page to
determine its appropriate ranking.
BEST PRACTICES – METATITLES
• Google reserves the ability to change the meta description and use content from the page
in the meta description if it judges the original description non-descriptive, inappropriate or
irrelevant to the actual content of the page
• A meta description should not be longer than 160 characters, spaces included. It should
describe what the page is about and include at least one keyword used in the corresponding
title of the page
• The meta keyword tag associates specific words with the content on the page. In the field
where relevant keywords are inserted,WSD's recommend to only include keywords present
in the specific page.
BEST PRACTICES – META DATA
What keywordswould you give the following websites?
• A website for Chrisland International Nur/Pry School located in Opebi Lagos
• A website for a Non-profit organisation which is into adult literacy education
• Emeka who sells phones and other gadgets at ComputerVillage
• A wedding website for John and Mary where guests can get information about their
upcoming wedding
• A website for Ashley Microfinance bank
• A personal website forAminu who will be vying for the Governorship position under PDP in
2023
• A job vacancy website like jobberman
Imagine that the page you are on now is your personal webpage to be hosted
at the end of the 12-weeks programme, how would your meta data look like?
<meta name="keywords" content="" >
<meta name="description" content="" >
<meta name="author" content="" >
EXERCISE
• Social media metadata determine how a web page is supposed to appear and what information to
give to the social media websites when sharing the page on the social media. Facebook implements
what is known as open graph [protocol] whileTwitter implements it using twitter cards.
• Open Graph protocol makes use of property and content attributes for markup whileTwitter cards
use name and content
• Correctly worded and displayed metadata like titles and meta descriptions, can improve the click-
though rate when the page is shared on social media sites
• Twitter Cards allows you to attach rich photos, videos and media experiences toTweets which in turn
helps in driving traffic to your website. If you add the twitter meta tag to your webpage, users who
Tweet links to your content will have a “Card” added to theTweet that’s visible to their followers.
• When theTwitter card processor looks for tags on a page, it first checks for theTwitter-specific
property, and if not present, falls back to the supportedOpen Graph property.
SOCIAL MEDIA META DATA
TWITTERCARDS EXAMPLE :ARTICLEANDSUMMARYCARD
FACEBOOK META DATA (OPENGRAPH)
TWITTER META DATA (TWITTERCARD)
REFERENCE: FULLSOCIAL MEDIA
TAGTEMPLATE
HTML IMAGES
AND LINKS
1. Images on your webpage
2. Navigating around the website
• Defined by the tag <img> and does not have a closing tag. Self closing <img />
• Attributes: width, height, alt
• Example
• <img src=“images/1st-timeline.jpg" width="100" height="216" alt=“sample image" />
• If a browser cannot find an image, it will display the value of the alt attribute
• The alt attribute also helps when displaying websites where pictures are turned off (maybe
to save bandwidth)
• QUIZ: Update your personal web page assignment to include your picture in the ‘About Me’
section.
HTML IMAGES
• Images in another folder: expects to find in the same folder or sub folder, then specify the
sub-folder name (Please See Next Slides)
• Images on another server: different from where your file is – specify absolute/full website
address.
• QUIZ: Update your personal web page assignment to include ‘Gallery’ section, use
marquee to form the photo gallery
HTML IMAGES
SPECIFYING IMAGE LOCATION
SPECIFYING IMAGE LOCATION
• HTML Links are used in ‘linking’ two web pages together to form a website of many
pages or to jump to specific location of the same document
• When you move the mouse over a link, the mouse arrow will turn into a little hand.
• Defined with the <a> tag
• The syntax is <a href="url">link text</a>
<a href="http://moatacademy.com">Visit ourWebsite</a>
PLACING HTML LINKS
ASSIGNMENT
Identify as many as possible HTML tags on the
newspaper sheets given

More Related Content

Similar to 2_Meta_Images_Link.ppt

DITA and SEO
DITA and SEODITA and SEO
DITA and SEO
IXIASOFT
 
7 Free SEO Tools for Business
7 Free SEO Tools for Business7 Free SEO Tools for Business
7 Free SEO Tools for Business
NR Computer Learning Center
 
KeyWords & HTML Tags.pptx
KeyWords & HTML Tags.pptxKeyWords & HTML Tags.pptx
KeyWords & HTML Tags.pptx
Dr.Satya Kumar
 
HTML Basics for SEO
HTML Basics for SEOHTML Basics for SEO
HTML Basics for SEO
Sumeet Chadha
 
Kickstart Your Technical SEO for WordPress
Kickstart Your Technical SEO for WordPressKickstart Your Technical SEO for WordPress
Kickstart Your Technical SEO for WordPress
Colby Dimock
 
1-22-24 INFO 2106.pptx
1-22-24 INFO 2106.pptx1-22-24 INFO 2106.pptx
1-22-24 INFO 2106.pptx
MattMarino13
 
Blog creationguide forestview
Blog creationguide forestviewBlog creationguide forestview
Blog creationguide forestview
Nikos Stagakis
 
Optimizing Your Tendenci Site for SEO | SEO for CMS
Optimizing Your Tendenci Site for SEO | SEO for CMSOptimizing Your Tendenci Site for SEO | SEO for CMS
Optimizing Your Tendenci Site for SEO | SEO for CMS
Tendenci - The Open Source AMS (Association Management Software)
 
Meta Tags Optimization (Extended)
Meta Tags Optimization (Extended)Meta Tags Optimization (Extended)
Meta Tags Optimization (Extended)
madamseo
 
Google
GoogleGoogle
Joomla + SEO + Google - Joomla!Days NL 2009 #jd09nl
Joomla + SEO + Google - Joomla!Days NL 2009 #jd09nlJoomla + SEO + Google - Joomla!Days NL 2009 #jd09nl
Joomla + SEO + Google - Joomla!Days NL 2009 #jd09nl
Joomla!Days Netherlands
 
Search Marketing Theatre; Tips & Techniques: Optimize the Indexing of your We...
Search Marketing Theatre; Tips & Techniques: Optimize the Indexing of your We...Search Marketing Theatre; Tips & Techniques: Optimize the Indexing of your We...
Search Marketing Theatre; Tips & Techniques: Optimize the Indexing of your We...
TFM&A
 
Search engine optimsation
Search engine optimsationSearch engine optimsation
Search engine optimsation
AneenaBinoy2
 
Optimizing DITA Content for Search Engine Optimization tekom tcworld 2016
Optimizing DITA Content for Search Engine Optimization tekom tcworld 2016Optimizing DITA Content for Search Engine Optimization tekom tcworld 2016
Optimizing DITA Content for Search Engine Optimization tekom tcworld 2016
IXIASOFT
 
Web technologies-course 02.pptx
Web technologies-course 02.pptxWeb technologies-course 02.pptx
Web technologies-course 02.pptx
Stefan Oprea
 
Unleash your SEO powers to grow your business online
Unleash your SEO powers to grow your business onlineUnleash your SEO powers to grow your business online
Unleash your SEO powers to grow your business online
Red Blue Blur Ideas
 
SEO Training Course Online, Learn SEO, SEO for Beginners, Complete SEO Tutorial
SEO Training Course Online, Learn SEO, SEO for Beginners, Complete SEO TutorialSEO Training Course Online, Learn SEO, SEO for Beginners, Complete SEO Tutorial
SEO Training Course Online, Learn SEO, SEO for Beginners, Complete SEO Tutorial
Deep Mehta
 
ON Page SEO Checklist
ON Page SEO ChecklistON Page SEO Checklist
ON Page SEO Checklist
AkChudasama
 
Digital Marketing Classes in Pune- SIM
Digital Marketing Classes in Pune- SIMDigital Marketing Classes in Pune- SIM
Digital Marketing Classes in Pune- SIM
ChinmayKale14
 
Digital Marketing Classes in PCMC -SIM
Digital Marketing Classes in PCMC -SIMDigital Marketing Classes in PCMC -SIM
Digital Marketing Classes in PCMC -SIM
ChinmayKale14
 

Similar to 2_Meta_Images_Link.ppt (20)

DITA and SEO
DITA and SEODITA and SEO
DITA and SEO
 
7 Free SEO Tools for Business
7 Free SEO Tools for Business7 Free SEO Tools for Business
7 Free SEO Tools for Business
 
KeyWords & HTML Tags.pptx
KeyWords & HTML Tags.pptxKeyWords & HTML Tags.pptx
KeyWords & HTML Tags.pptx
 
HTML Basics for SEO
HTML Basics for SEOHTML Basics for SEO
HTML Basics for SEO
 
Kickstart Your Technical SEO for WordPress
Kickstart Your Technical SEO for WordPressKickstart Your Technical SEO for WordPress
Kickstart Your Technical SEO for WordPress
 
1-22-24 INFO 2106.pptx
1-22-24 INFO 2106.pptx1-22-24 INFO 2106.pptx
1-22-24 INFO 2106.pptx
 
Blog creationguide forestview
Blog creationguide forestviewBlog creationguide forestview
Blog creationguide forestview
 
Optimizing Your Tendenci Site for SEO | SEO for CMS
Optimizing Your Tendenci Site for SEO | SEO for CMSOptimizing Your Tendenci Site for SEO | SEO for CMS
Optimizing Your Tendenci Site for SEO | SEO for CMS
 
Meta Tags Optimization (Extended)
Meta Tags Optimization (Extended)Meta Tags Optimization (Extended)
Meta Tags Optimization (Extended)
 
Google
GoogleGoogle
Google
 
Joomla + SEO + Google - Joomla!Days NL 2009 #jd09nl
Joomla + SEO + Google - Joomla!Days NL 2009 #jd09nlJoomla + SEO + Google - Joomla!Days NL 2009 #jd09nl
Joomla + SEO + Google - Joomla!Days NL 2009 #jd09nl
 
Search Marketing Theatre; Tips & Techniques: Optimize the Indexing of your We...
Search Marketing Theatre; Tips & Techniques: Optimize the Indexing of your We...Search Marketing Theatre; Tips & Techniques: Optimize the Indexing of your We...
Search Marketing Theatre; Tips & Techniques: Optimize the Indexing of your We...
 
Search engine optimsation
Search engine optimsationSearch engine optimsation
Search engine optimsation
 
Optimizing DITA Content for Search Engine Optimization tekom tcworld 2016
Optimizing DITA Content for Search Engine Optimization tekom tcworld 2016Optimizing DITA Content for Search Engine Optimization tekom tcworld 2016
Optimizing DITA Content for Search Engine Optimization tekom tcworld 2016
 
Web technologies-course 02.pptx
Web technologies-course 02.pptxWeb technologies-course 02.pptx
Web technologies-course 02.pptx
 
Unleash your SEO powers to grow your business online
Unleash your SEO powers to grow your business onlineUnleash your SEO powers to grow your business online
Unleash your SEO powers to grow your business online
 
SEO Training Course Online, Learn SEO, SEO for Beginners, Complete SEO Tutorial
SEO Training Course Online, Learn SEO, SEO for Beginners, Complete SEO TutorialSEO Training Course Online, Learn SEO, SEO for Beginners, Complete SEO Tutorial
SEO Training Course Online, Learn SEO, SEO for Beginners, Complete SEO Tutorial
 
ON Page SEO Checklist
ON Page SEO ChecklistON Page SEO Checklist
ON Page SEO Checklist
 
Digital Marketing Classes in Pune- SIM
Digital Marketing Classes in Pune- SIMDigital Marketing Classes in Pune- SIM
Digital Marketing Classes in Pune- SIM
 
Digital Marketing Classes in PCMC -SIM
Digital Marketing Classes in PCMC -SIMDigital Marketing Classes in PCMC -SIM
Digital Marketing Classes in PCMC -SIM
 

Recently uploaded

Wound healing PPT
Wound healing PPTWound healing PPT
Wound healing PPT
Jyoti Chand
 
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
RAHUL
 
Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...
PsychoTech Services
 
Lifelines of National Economy chapter for Class 10 STUDY MATERIAL PDF
Lifelines of National Economy chapter for Class 10 STUDY MATERIAL PDFLifelines of National Economy chapter for Class 10 STUDY MATERIAL PDF
Lifelines of National Economy chapter for Class 10 STUDY MATERIAL PDF
Vivekanand Anglo Vedic Academy
 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
haiqairshad
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
Katrina Pritchard
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
Celine George
 
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem studentsRHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
Himanshu Rai
 
SWOT analysis in the project Keeping the Memory @live.pptx
SWOT analysis in the project Keeping the Memory @live.pptxSWOT analysis in the project Keeping the Memory @live.pptx
SWOT analysis in the project Keeping the Memory @live.pptx
zuzanka
 
Standardized tool for Intelligence test.
Standardized tool for Intelligence test.Standardized tool for Intelligence test.
Standardized tool for Intelligence test.
deepaannamalai16
 
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptxBeyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
EduSkills OECD
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
Jean Carlos Nunes Paixão
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
Celine George
 
Nutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour TrainingNutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour Training
melliereed
 
Pharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brubPharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brub
danielkiash986
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
Krassimira Luka
 
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
iammrhaywood
 
UGC NET Exam Paper 1- Unit 1:Teaching Aptitude
UGC NET Exam Paper 1- Unit 1:Teaching AptitudeUGC NET Exam Paper 1- Unit 1:Teaching Aptitude
UGC NET Exam Paper 1- Unit 1:Teaching Aptitude
S. Raj Kumar
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
mulvey2
 
math operations ued in python and all used
math operations ued in python and all usedmath operations ued in python and all used
math operations ued in python and all used
ssuser13ffe4
 

Recently uploaded (20)

Wound healing PPT
Wound healing PPTWound healing PPT
Wound healing PPT
 
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
 
Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...
 
Lifelines of National Economy chapter for Class 10 STUDY MATERIAL PDF
Lifelines of National Economy chapter for Class 10 STUDY MATERIAL PDFLifelines of National Economy chapter for Class 10 STUDY MATERIAL PDF
Lifelines of National Economy chapter for Class 10 STUDY MATERIAL PDF
 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
 
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem studentsRHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
 
SWOT analysis in the project Keeping the Memory @live.pptx
SWOT analysis in the project Keeping the Memory @live.pptxSWOT analysis in the project Keeping the Memory @live.pptx
SWOT analysis in the project Keeping the Memory @live.pptx
 
Standardized tool for Intelligence test.
Standardized tool for Intelligence test.Standardized tool for Intelligence test.
Standardized tool for Intelligence test.
 
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptxBeyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
 
Nutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour TrainingNutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour Training
 
Pharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brubPharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brub
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
 
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
 
UGC NET Exam Paper 1- Unit 1:Teaching Aptitude
UGC NET Exam Paper 1- Unit 1:Teaching AptitudeUGC NET Exam Paper 1- Unit 1:Teaching Aptitude
UGC NET Exam Paper 1- Unit 1:Teaching Aptitude
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
 
math operations ued in python and all used
math operations ued in python and all usedmath operations ued in python and all used
math operations ued in python and all used
 

2_Meta_Images_Link.ppt

  • 2. NESTEDTAGS • Tags can be placed within another tag…
  • 3. HTML Lists • Unordered HTML List • An unordered list starts with the <ul> tag. Each list item starts with the <li> tag. • The list items will be marked with bullets (small black circles) by default: <p>These are the software gurus in the class today:</p> <ul> <li>Alex</li> <li>Peju</li> <li>Bola</li> </ul>
  • 4. HTML Lists • Unordered HTML List - Choose List Item Marker using the style property. (square, disc, circle none) style="list-style-type:disc“ • Ordered HTML List • An ordered list starts with the <ol> tag. Each list item starts with the <li> tag. • The list items will be marked with numbers by default
  • 5. HTML Lists <ol> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol> • The start attribute <ol start=‘3’></ol> • Ordered HTML List -TheType Attribute • The type attribute of the <ol> tag, defines the type of the list item marker:
  • 6. Type Description type="1"The list items will be numbered with numbers (default) type="A“The list items will be numbered with uppercase letters type="a"The list items will be numbered with lowercase letters type="I" The list items will be numbered with uppercase roman numbers type="i" The list items will be numbered with lowercase roman numbers TYPEATTRIBUTE FORANORDERED LIST
  • 7. Nested List • It is perfectly ok to nest one list inside another one. However, you should not nest a block level element within an inline. • You might want to have some sub-bullets sitting below a top-level bullet. • Just like any HTML tag, you can embed tags within other tags as follows: <tagone> <taginner> </taginner> </tagone> NOTICE:The inner tag must close and be wrapped by the outer tags
  • 8. Exercise Replicate the list of information below using HTML List. Some of my expectations from the programme are: 1. Understand GUI 2. Develop Software Like: A. Jumia B. Facebook 3. Be a Pro!
  • 9. RECAP • Anatomy of an HTML Document • Common Components of aWeb Page • Inline and Block Element • Closing and Non-closing Tags • HTML attributes
  • 10. • The <head> tag contains meta tags that give information to the browser about the document. • HTML metadata is data about the HTML document. • Metadata is not displayed. • Metadata typically define the document title, character set, styles, links, scripts, and other meta information. • Metadata by definition, is data about data. It is invisible to web users, located within the <head> tags of a page, and gives information to search engines and other websites about a site and its content EXAMININGTHE PARTSOFAN HTML DOCUMENT–THE HEADSECTION
  • 11. METADATA – DATAABOUT DATA Is this a good secret?
  • 14. • Meta titles should be short. It is best to keep them under 60 characters inclusive of the spaces • Some School of thoughts likeWebsight Design. (2019) recommend to describe what the page is about in the beginning of the title and add the name of a website or company at the end. • Using keyworded meta titles is a good way to give signals of relevancy to search engines. • Only include keywords in the title if they are also included in the body content of the page. • Only optimize a page with keywords for which it is relevant. • Google relies heavily on the title of a page and its relevancy to the content on the page to determine its appropriate ranking. BEST PRACTICES – METATITLES
  • 15. • Google reserves the ability to change the meta description and use content from the page in the meta description if it judges the original description non-descriptive, inappropriate or irrelevant to the actual content of the page • A meta description should not be longer than 160 characters, spaces included. It should describe what the page is about and include at least one keyword used in the corresponding title of the page • The meta keyword tag associates specific words with the content on the page. In the field where relevant keywords are inserted,WSD's recommend to only include keywords present in the specific page. BEST PRACTICES – META DATA
  • 16. What keywordswould you give the following websites? • A website for Chrisland International Nur/Pry School located in Opebi Lagos • A website for a Non-profit organisation which is into adult literacy education • Emeka who sells phones and other gadgets at ComputerVillage • A wedding website for John and Mary where guests can get information about their upcoming wedding • A website for Ashley Microfinance bank • A personal website forAminu who will be vying for the Governorship position under PDP in 2023 • A job vacancy website like jobberman
  • 17. Imagine that the page you are on now is your personal webpage to be hosted at the end of the 12-weeks programme, how would your meta data look like? <meta name="keywords" content="" > <meta name="description" content="" > <meta name="author" content="" > EXERCISE
  • 18. • Social media metadata determine how a web page is supposed to appear and what information to give to the social media websites when sharing the page on the social media. Facebook implements what is known as open graph [protocol] whileTwitter implements it using twitter cards. • Open Graph protocol makes use of property and content attributes for markup whileTwitter cards use name and content • Correctly worded and displayed metadata like titles and meta descriptions, can improve the click- though rate when the page is shared on social media sites • Twitter Cards allows you to attach rich photos, videos and media experiences toTweets which in turn helps in driving traffic to your website. If you add the twitter meta tag to your webpage, users who Tweet links to your content will have a “Card” added to theTweet that’s visible to their followers. • When theTwitter card processor looks for tags on a page, it first checks for theTwitter-specific property, and if not present, falls back to the supportedOpen Graph property. SOCIAL MEDIA META DATA
  • 20. FACEBOOK META DATA (OPENGRAPH)
  • 21. TWITTER META DATA (TWITTERCARD)
  • 23. HTML IMAGES AND LINKS 1. Images on your webpage 2. Navigating around the website
  • 24. • Defined by the tag <img> and does not have a closing tag. Self closing <img /> • Attributes: width, height, alt • Example • <img src=“images/1st-timeline.jpg" width="100" height="216" alt=“sample image" /> • If a browser cannot find an image, it will display the value of the alt attribute • The alt attribute also helps when displaying websites where pictures are turned off (maybe to save bandwidth) • QUIZ: Update your personal web page assignment to include your picture in the ‘About Me’ section. HTML IMAGES
  • 25. • Images in another folder: expects to find in the same folder or sub folder, then specify the sub-folder name (Please See Next Slides) • Images on another server: different from where your file is – specify absolute/full website address. • QUIZ: Update your personal web page assignment to include ‘Gallery’ section, use marquee to form the photo gallery HTML IMAGES
  • 28. • HTML Links are used in ‘linking’ two web pages together to form a website of many pages or to jump to specific location of the same document • When you move the mouse over a link, the mouse arrow will turn into a little hand. • Defined with the <a> tag • The syntax is <a href="url">link text</a> <a href="http://moatacademy.com">Visit ourWebsite</a> PLACING HTML LINKS
  • 29. ASSIGNMENT Identify as many as possible HTML tags on the newspaper sheets given

Editor's Notes

  1. Websight Design. (2019). Social Media Metadata | Websight Design. [online] Available at: https://www.websightdesign.com/services/internet-marketing/search-engine-optimization/social-media-metadata [Accessed 16 Jan. 2019].
  2. Websight Design. (2019). Social Media Metadata | Websight Design. [online] Available at: https://www.websightdesign.com/services/internet-marketing/search-engine-optimization/social-media-metadata [Accessed 16 Jan. 2019].
  3. Websight Design. (2019). Social Media Metadata | Websight Design. [online] Available at: https://www.websightdesign.com/services/internet-marketing/search-engine-optimization/social-media-metadata [Accessed 16 Jan. 2019].
  4. Image dimension is in pixel