SlideShare a Scribd company logo
Presented By : Ali Akram
Roll No. : 1019
Class : BS IT (M)1ST semester
University of Education Okara Campus 1
 Definition
 Requirements
 HTML basic tags and structer
 HeadingTags
 Paragraph making
 Tags for break the line
 Tags for italic,bold and underline
 Tags for images
 Tag for link
University of Education
Okara Campus
2
 Html is a tag-based markup
language used to create web page.
 It is not a programming language,it
is a markup language.
University of Education Okara Campus 3
Text editor:
A text editor is a soft wear application used to create
and manipulate text, such as notepad and
WordPad.
TAGS:
Tags serve as the foundation of HTML language.
Tag define the element and characteristics of HTML
language.
University of Education Okara Campus
4
<HTML>
<HEAD>
<TITLE>MY HOME PAGE</TITLE>
</HEAD>
<BODY>
</BODY>
</HTML>
University of Education Okara Campus 5
University of Education Okara Campus
6
HTML tags are
usually in pairs
Between the
<head> and </head>
tags, you find
information about
the page
Between the
<body> and </body>
tags, you find
instructions for
displaying text,
pictures etc...
University of Education Okara Campus
7
Heading styles
We can use
different heading
sizes from
<h1> Heading 1
(the biggest)
to
<h6> Heading 6
(the smallest)
to make our
headings stand
out
<HTML>
<HEAD>
<TITLE>My home page</TITLE>
</HEAD>
<BODY>
<h1>Heading h1</h1>
<h2>Heading h2</h2>
<h3>Heading h3</h3>
<h4>Heading h4</h4>
<h5>Heading h5</h5>
<h6>Heading h6</h6>
</BODY>
</HTML>
University of Education Okara Campus
8
.
University of Education Okara Campus
9
<HTML>
<HEAD>
<TITLE>My home page</TITLE>
</HEAD>
<BODY>
<p>Here you write a paragraph
or a context for your webpage.</p>
</BODY>
</HTML>
If we write two lines on notepad then after
refresh on webpage like internet explore the
result is that two lines appear on single one.
So we use the tag:
This is my first line<br/>This is my second line.
In <br/> tag there is only single tag no closing
tag.
University of Education Okara Campus 10
 For bold letter:
<b>write line</b>
Result:
“write line”
 For italic letter:
<i>write word</i>
Result:
“Write word”
 For underline:
<u>my name</u>
Result:
“my name”
University of Education Okara Campus
11
University of Education Okara Campus
12
 Example HTML code:
<HTML>
<head>
<title>Hello World</title>
</head>
<body bgcolor = “#000000”>
<font color = “#ffffff”>
<H1>Hello World</H1>
</font>
</body>
</HTML>
University of Education Okara Campus
13
 Allow variety in how an element is displayed or
functions:
 Example:
<img src=“football.jpg” width=“100px”
height=“100px”/>
 <img is a flag to the browser to insert an
image, while the attributes tell the browser
how to display the image
University of Education Okara Campus 14
<a href=“http://www.google.com/”>Google</a>
 Google
 Yahoo
 Facebook
University of Education Okara Campus 15
If we want to add link on page then we
use the tag:
HTML is very important for making webpage.
With the help of HTML we can easily create
page of our desires.Simply by using the tags
we can easy adjust everything in stylish way.
University of Education Okara Campus 16
www.cs.nyu.edu/courses/spring09/V22.../html.ppt
www.eecs.ucf.edu/~ypshen/week3.ppt
www.w3schools.com/html/html_basic.asp
www.codecademy.com/tracks/web/resume
www.htmlgoodies.com/primers/html/article.php
/3478141
DATE: 5-2-2015
University of Education Okara Campus 17

More Related Content

What's hot

Wind analysis of structure by SHYAMSUNDAR BOSU,INDIA
Wind analysis of structure by SHYAMSUNDAR BOSU,INDIAWind analysis of structure by SHYAMSUNDAR BOSU,INDIA
Wind analysis of structure by SHYAMSUNDAR BOSU,INDIA
SHYAMSUNDARBOSU
 
1st assignment introduction to computer
1st assignment  introduction to computer1st assignment  introduction to computer
1st assignment introduction to computer
Nadeem Hussain Bajkani
 
Project report-format by vishal
Project report-format by vishalProject report-format by vishal
Project report-format by vishalvishal18900
 
Cookies and sessions
Cookies and sessionsCookies and sessions
Cookies and sessions
Lena Petsenchuk
 
Project Dpilot Documentation
Project Dpilot DocumentationProject Dpilot Documentation
Project Dpilot Documentation
DeepAnshu Sharma
 
Mobile shop.ppt123
Mobile shop.ppt123Mobile shop.ppt123
Mobile shop.ppt123
Neelam2106Mankar
 
Visual Programming Lecture.pptx
Visual Programming Lecture.pptxVisual Programming Lecture.pptx
Visual Programming Lecture.pptx
Muhammadkhan704767
 
REPORT ON ASP.NET
REPORT ON ASP.NETREPORT ON ASP.NET
REPORT ON ASP.NET
LOKESH
 
Online mobile-store-project-in-php
Online mobile-store-project-in-phpOnline mobile-store-project-in-php
Online mobile-store-project-in-phpFreeprojectz
 
Time Logger- BSc.CSIT Internship report
Time Logger- BSc.CSIT Internship reportTime Logger- BSc.CSIT Internship report
Time Logger- BSc.CSIT Internship report
Rashna Maharjan
 
18CSMP68 VTU Mobile Application Develeopment Lab Manual by Nithin, VVCE, Mysuru
18CSMP68 VTU Mobile Application Develeopment Lab Manual by Nithin, VVCE, Mysuru18CSMP68 VTU Mobile Application Develeopment Lab Manual by Nithin, VVCE, Mysuru
18CSMP68 VTU Mobile Application Develeopment Lab Manual by Nithin, VVCE, Mysuru
Nithin Kumar,VVCE, Mysuru
 
Javascript
JavascriptJavascript
Javascript
mussawir20
 
Cascading Style Sheets (CSS) help
Cascading Style Sheets (CSS) helpCascading Style Sheets (CSS) help
Cascading Style Sheets (CSS) help
casestudyhelp
 
Web Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScriptWeb Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScript
Edureka!
 
Android app development ppt
Android app development pptAndroid app development ppt
Android app development ppt
saitej15
 
Resume download
Resume downloadResume download
Resume download
santhose menon
 
Web Development Presentation
Web Development PresentationWeb Development Presentation
Web Development Presentation
TurnToTech
 
Project report on (atm MAnagment system)
Project report on (atm MAnagment system)Project report on (atm MAnagment system)
Project report on (atm MAnagment system)
Muhammad Umer Lari
 

What's hot (20)

Wind analysis of structure by SHYAMSUNDAR BOSU,INDIA
Wind analysis of structure by SHYAMSUNDAR BOSU,INDIAWind analysis of structure by SHYAMSUNDAR BOSU,INDIA
Wind analysis of structure by SHYAMSUNDAR BOSU,INDIA
 
Html
HtmlHtml
Html
 
1st assignment introduction to computer
1st assignment  introduction to computer1st assignment  introduction to computer
1st assignment introduction to computer
 
Project report-format by vishal
Project report-format by vishalProject report-format by vishal
Project report-format by vishal
 
Cookies and sessions
Cookies and sessionsCookies and sessions
Cookies and sessions
 
Project Dpilot Documentation
Project Dpilot DocumentationProject Dpilot Documentation
Project Dpilot Documentation
 
Mobile shop.ppt123
Mobile shop.ppt123Mobile shop.ppt123
Mobile shop.ppt123
 
Visual Programming Lecture.pptx
Visual Programming Lecture.pptxVisual Programming Lecture.pptx
Visual Programming Lecture.pptx
 
REPORT ON ASP.NET
REPORT ON ASP.NETREPORT ON ASP.NET
REPORT ON ASP.NET
 
Online mobile-store-project-in-php
Online mobile-store-project-in-phpOnline mobile-store-project-in-php
Online mobile-store-project-in-php
 
Introducing Cascading Style Sheets
Introducing Cascading Style SheetsIntroducing Cascading Style Sheets
Introducing Cascading Style Sheets
 
Time Logger- BSc.CSIT Internship report
Time Logger- BSc.CSIT Internship reportTime Logger- BSc.CSIT Internship report
Time Logger- BSc.CSIT Internship report
 
18CSMP68 VTU Mobile Application Develeopment Lab Manual by Nithin, VVCE, Mysuru
18CSMP68 VTU Mobile Application Develeopment Lab Manual by Nithin, VVCE, Mysuru18CSMP68 VTU Mobile Application Develeopment Lab Manual by Nithin, VVCE, Mysuru
18CSMP68 VTU Mobile Application Develeopment Lab Manual by Nithin, VVCE, Mysuru
 
Javascript
JavascriptJavascript
Javascript
 
Cascading Style Sheets (CSS) help
Cascading Style Sheets (CSS) helpCascading Style Sheets (CSS) help
Cascading Style Sheets (CSS) help
 
Web Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScriptWeb Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScript
 
Android app development ppt
Android app development pptAndroid app development ppt
Android app development ppt
 
Resume download
Resume downloadResume download
Resume download
 
Web Development Presentation
Web Development PresentationWeb Development Presentation
Web Development Presentation
 
Project report on (atm MAnagment system)
Project report on (atm MAnagment system)Project report on (atm MAnagment system)
Project report on (atm MAnagment system)
 

Viewers also liked

SeismicAtlas Introduction
SeismicAtlas IntroductionSeismicAtlas Introduction
SeismicAtlas IntroductionGuimin Li
 
Allama muhammad iqba1a
Allama muhammad iqba1aAllama muhammad iqba1a
Allama muhammad iqba1a
Wazir Ali Meer
 
Terebra RUS
Terebra RUSTerebra RUS
Terebra RUS
Alexandr Kolbas
 
Remy multipage 2
Remy multipage 2Remy multipage 2
Remy multipage 2speedbeef
 
Huawei TE30: la rivoluzione del videoconferencing
Huawei TE30: la rivoluzione del videoconferencing Huawei TE30: la rivoluzione del videoconferencing
Huawei TE30: la rivoluzione del videoconferencing SMAU
 
Ascertaining Success in Graphic Design
Ascertaining Success in Graphic DesignAscertaining Success in Graphic Design
Ascertaining Success in Graphic Design
Whitney Thurman
 
S&dm introduction
S&dm introduction S&dm introduction
S&dm introduction
Vikas Ahuja
 
1b vjc presentation (vnese)
1b vjc presentation (vnese)1b vjc presentation (vnese)
1b vjc presentation (vnese)duanesrt
 
Architecting for a sustainable enterprise
Architecting for a sustainable enterpriseArchitecting for a sustainable enterprise
Architecting for a sustainable enterprise
Stuart Boardman
 
Colleen Giles & Jennifer Wilson Discovery Services in Public Libraries, NSWne...
Colleen Giles & Jennifer Wilson Discovery Services in Public Libraries, NSWne...Colleen Giles & Jennifer Wilson Discovery Services in Public Libraries, NSWne...
Colleen Giles & Jennifer Wilson Discovery Services in Public Libraries, NSWne...PublicLibraryServices
 
Nutricion banet
Nutricion banetNutricion banet
Nutricion banet
Beatriz Riveros
 
Praticaprofesional
Praticaprofesional Praticaprofesional
Praticaprofesional
vealvarador
 

Viewers also liked (17)

SeismicAtlas Introduction
SeismicAtlas IntroductionSeismicAtlas Introduction
SeismicAtlas Introduction
 
Allama muhammad iqba1a
Allama muhammad iqba1aAllama muhammad iqba1a
Allama muhammad iqba1a
 
Question 3
Question 3Question 3
Question 3
 
Terebra RUS
Terebra RUSTerebra RUS
Terebra RUS
 
Vita January 2015
Vita January 2015Vita January 2015
Vita January 2015
 
Lys 2012
Lys   2012Lys   2012
Lys 2012
 
Radiology Afloat Article
Radiology Afloat ArticleRadiology Afloat Article
Radiology Afloat Article
 
Remy multipage 2
Remy multipage 2Remy multipage 2
Remy multipage 2
 
Huawei TE30: la rivoluzione del videoconferencing
Huawei TE30: la rivoluzione del videoconferencing Huawei TE30: la rivoluzione del videoconferencing
Huawei TE30: la rivoluzione del videoconferencing
 
Ascertaining Success in Graphic Design
Ascertaining Success in Graphic DesignAscertaining Success in Graphic Design
Ascertaining Success in Graphic Design
 
S&dm introduction
S&dm introduction S&dm introduction
S&dm introduction
 
1b vjc presentation (vnese)
1b vjc presentation (vnese)1b vjc presentation (vnese)
1b vjc presentation (vnese)
 
Architecting for a sustainable enterprise
Architecting for a sustainable enterpriseArchitecting for a sustainable enterprise
Architecting for a sustainable enterprise
 
Colleen Giles & Jennifer Wilson Discovery Services in Public Libraries, NSWne...
Colleen Giles & Jennifer Wilson Discovery Services in Public Libraries, NSWne...Colleen Giles & Jennifer Wilson Discovery Services in Public Libraries, NSWne...
Colleen Giles & Jennifer Wilson Discovery Services in Public Libraries, NSWne...
 
Nutricion banet
Nutricion banetNutricion banet
Nutricion banet
 
приказ
приказприказ
приказ
 
Praticaprofesional
Praticaprofesional Praticaprofesional
Praticaprofesional
 

Similar to HTML

Vision academy sachinsir_9822506209_html_java_script_notes (1)
Vision academy sachinsir_9822506209_html_java_script_notes (1)Vision academy sachinsir_9822506209_html_java_script_notes (1)
Vision academy sachinsir_9822506209_html_java_script_notes (1)
ShraddhaGurav7
 
HTML-Part1
HTML-Part1HTML-Part1
HTML-Part1
Ahmed Saihood
 
belajar HTML
belajar HTML belajar HTML
Heading Section in HTML - R.D.Sivakumar
Heading Section in HTML - R.D.SivakumarHeading Section in HTML - R.D.Sivakumar
Heading Section in HTML - R.D.Sivakumar
Sivakumar R D .
 
HSC INFORMATION TECHNOLOGY CHAPTER 1 ADVANCED WEB DESIGNING PART I.pdf
HSC INFORMATION TECHNOLOGY CHAPTER 1 ADVANCED WEB DESIGNING PART I.pdfHSC INFORMATION TECHNOLOGY CHAPTER 1 ADVANCED WEB DESIGNING PART I.pdf
HSC INFORMATION TECHNOLOGY CHAPTER 1 ADVANCED WEB DESIGNING PART I.pdf
AAFREEN SHAIKH
 
HTML-INTRO.pptx
HTML-INTRO.pptxHTML-INTRO.pptx
HTML-INTRO.pptx
SanjayKumarBahuguna1
 
Html tutorial
Html tutorialHtml tutorial
Html tutorial
Mukesh Tekwani
 
HTML practical file
HTML practical fileHTML practical file
HTML practical file
Kuldeep Sharma
 
Introduction to Html
Introduction to HtmlIntroduction to Html
Introduction to Html
Folasade Adedeji
 
introdution-to-htmlppt.ppt
introdution-to-htmlppt.pptintrodution-to-htmlppt.ppt
introdution-to-htmlppt.ppt
navyar41
 
web development.pdf
web development.pdfweb development.pdf
web development.pdf
BagHarki
 
Introduction to html (912 kb)
Introduction to html (912 kb)Introduction to html (912 kb)
Introduction to html (912 kb)IMRAN KHAN
 
HTML.pdf
HTML.pdfHTML.pdf
HTML.pdf
aneebkmct
 
Wp unit 1 (1)
Wp  unit 1 (1)Wp  unit 1 (1)
Wp unit 1 (1)
Bhavsingh Maloth
 
HTML - R.D.sivakumar
HTML - R.D.sivakumarHTML - R.D.sivakumar
HTML - R.D.sivakumar
Sivakumar R D .
 
Website designing
Website designingWebsite designing
Website designing
Jaipal Dhobale
 
All About HTML Web Development and its fundamentals
All About HTML Web Development and its fundamentalsAll About HTML Web Development and its fundamentals
All About HTML Web Development and its fundamentals
BzbbBryanBasco
 

Similar to HTML (20)

Vision academy sachinsir_9822506209_html_java_script_notes (1)
Vision academy sachinsir_9822506209_html_java_script_notes (1)Vision academy sachinsir_9822506209_html_java_script_notes (1)
Vision academy sachinsir_9822506209_html_java_script_notes (1)
 
HTML-Part1
HTML-Part1HTML-Part1
HTML-Part1
 
belajar HTML
belajar HTML belajar HTML
belajar HTML
 
Heading Section in HTML - R.D.Sivakumar
Heading Section in HTML - R.D.SivakumarHeading Section in HTML - R.D.Sivakumar
Heading Section in HTML - R.D.Sivakumar
 
HSC INFORMATION TECHNOLOGY CHAPTER 1 ADVANCED WEB DESIGNING PART I.pdf
HSC INFORMATION TECHNOLOGY CHAPTER 1 ADVANCED WEB DESIGNING PART I.pdfHSC INFORMATION TECHNOLOGY CHAPTER 1 ADVANCED WEB DESIGNING PART I.pdf
HSC INFORMATION TECHNOLOGY CHAPTER 1 ADVANCED WEB DESIGNING PART I.pdf
 
HTML-INTRO.pptx
HTML-INTRO.pptxHTML-INTRO.pptx
HTML-INTRO.pptx
 
Html tutorial
Html tutorialHtml tutorial
Html tutorial
 
HTML practical file
HTML practical fileHTML practical file
HTML practical file
 
Week 2-intro-html
Week 2-intro-htmlWeek 2-intro-html
Week 2-intro-html
 
Introduction to Html
Introduction to HtmlIntroduction to Html
Introduction to Html
 
introdution-to-htmlppt.ppt
introdution-to-htmlppt.pptintrodution-to-htmlppt.ppt
introdution-to-htmlppt.ppt
 
web development.pdf
web development.pdfweb development.pdf
web development.pdf
 
Introduction to html (912 kb)
Introduction to html (912 kb)Introduction to html (912 kb)
Introduction to html (912 kb)
 
HTML.pdf
HTML.pdfHTML.pdf
HTML.pdf
 
HTML.pdf
HTML.pdfHTML.pdf
HTML.pdf
 
Wp unit 1 (1)
Wp  unit 1 (1)Wp  unit 1 (1)
Wp unit 1 (1)
 
HTML - R.D.sivakumar
HTML - R.D.sivakumarHTML - R.D.sivakumar
HTML - R.D.sivakumar
 
Website designing
Website designingWebsite designing
Website designing
 
All About HTML Web Development and its fundamentals
All About HTML Web Development and its fundamentalsAll About HTML Web Development and its fundamentals
All About HTML Web Development and its fundamentals
 
Intro html
Intro htmlIntro html
Intro html
 

More from university of education,Lahore

Activites and Time Planning
 Activites and Time Planning Activites and Time Planning
Activites and Time Planning
university of education,Lahore
 
Classical Encryption Techniques
Classical Encryption TechniquesClassical Encryption Techniques
Classical Encryption Techniques
university of education,Lahore
 
Activites and Time Planning
Activites and Time PlanningActivites and Time Planning
Activites and Time Planning
university of education,Lahore
 
OSI Security Architecture
OSI Security ArchitectureOSI Security Architecture
OSI Security Architecture
university of education,Lahore
 
Network Security Terminologies
Network Security TerminologiesNetwork Security Terminologies
Network Security Terminologies
university of education,Lahore
 
Project Scheduling, Planning and Risk Management
Project Scheduling, Planning and Risk ManagementProject Scheduling, Planning and Risk Management
Project Scheduling, Planning and Risk Management
university of education,Lahore
 
Software Testing and Debugging
Software Testing and DebuggingSoftware Testing and Debugging
Software Testing and Debugging
university of education,Lahore
 
ePayment Methods
ePayment MethodsePayment Methods
A Star Search
A Star SearchA Star Search
Enterprise Application Integration
Enterprise Application IntegrationEnterprise Application Integration
Enterprise Application Integration
university of education,Lahore
 
Uml Diagrams
Uml DiagramsUml Diagrams
eDras Max
eDras MaxeDras Max
RAD Model
RAD ModelRAD Model
Microsoft Project
Microsoft ProjectMicrosoft Project
Itertaive Process Development
Itertaive Process DevelopmentItertaive Process Development
Itertaive Process Development
university of education,Lahore
 
Computer Aided Software Engineering Nayab Awan
Computer Aided Software Engineering Nayab AwanComputer Aided Software Engineering Nayab Awan
Computer Aided Software Engineering Nayab Awan
university of education,Lahore
 
Lect 2 assessing the technology landscape
Lect 2 assessing the technology landscapeLect 2 assessing the technology landscape
Lect 2 assessing the technology landscape
university of education,Lahore
 
system level requirements gathering and analysis
system level requirements gathering and analysissystem level requirements gathering and analysis
system level requirements gathering and analysis
university of education,Lahore
 

More from university of education,Lahore (20)

Activites and Time Planning
 Activites and Time Planning Activites and Time Planning
Activites and Time Planning
 
Steganography
SteganographySteganography
Steganography
 
Classical Encryption Techniques
Classical Encryption TechniquesClassical Encryption Techniques
Classical Encryption Techniques
 
Activites and Time Planning
Activites and Time PlanningActivites and Time Planning
Activites and Time Planning
 
OSI Security Architecture
OSI Security ArchitectureOSI Security Architecture
OSI Security Architecture
 
Network Security Terminologies
Network Security TerminologiesNetwork Security Terminologies
Network Security Terminologies
 
Project Scheduling, Planning and Risk Management
Project Scheduling, Planning and Risk ManagementProject Scheduling, Planning and Risk Management
Project Scheduling, Planning and Risk Management
 
Software Testing and Debugging
Software Testing and DebuggingSoftware Testing and Debugging
Software Testing and Debugging
 
ePayment Methods
ePayment MethodsePayment Methods
ePayment Methods
 
SEO
SEOSEO
SEO
 
A Star Search
A Star SearchA Star Search
A Star Search
 
Enterprise Application Integration
Enterprise Application IntegrationEnterprise Application Integration
Enterprise Application Integration
 
Uml Diagrams
Uml DiagramsUml Diagrams
Uml Diagrams
 
eDras Max
eDras MaxeDras Max
eDras Max
 
RAD Model
RAD ModelRAD Model
RAD Model
 
Microsoft Project
Microsoft ProjectMicrosoft Project
Microsoft Project
 
Itertaive Process Development
Itertaive Process DevelopmentItertaive Process Development
Itertaive Process Development
 
Computer Aided Software Engineering Nayab Awan
Computer Aided Software Engineering Nayab AwanComputer Aided Software Engineering Nayab Awan
Computer Aided Software Engineering Nayab Awan
 
Lect 2 assessing the technology landscape
Lect 2 assessing the technology landscapeLect 2 assessing the technology landscape
Lect 2 assessing the technology landscape
 
system level requirements gathering and analysis
system level requirements gathering and analysissystem level requirements gathering and analysis
system level requirements gathering and analysis
 

Recently uploaded

Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
SACHIN R KONDAGURI
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 

Recently uploaded (20)

Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 

HTML