SlideShare a Scribd company logo
1 of 11
HTML
We’ll learn …
• What HTML is
• What tags are
• What a basic web page look like
• What 3 HTML tags are required
• What HTML comments look like
• How to title your web page
• How to format the text on your web page
• How to create headings on your web page
• How to add pictures to your page
HTML
• Hyper Text Markup Language
– Markup your text document
– The markup is the tag
– Hyper text means you can jump from place to
place
• Programming language of the internet
TAGS
• Look like this: < >
• Come in pairs (every begin tag must have an
end tag)
– <html> </html> PAIRS
• TAGS do not show up on a web page
• There are 3 REQUIRED TAGS
– 1. <html> </html> ONLY ONE
– 2. <head> </head> ONLY ONE (maybe put a title in
here)
– 3. <body> </body> ONLY ONE (stuff that shows up)
Basic Web Page
<html>
<head>
<title> My page </title>
</head>
<body>
Hello this is my page
</body>
</html>
Head section
Body section
• Tags don’t show up on the
page
Comments
• Explains what your code does, who wrote
it, when written.
• Can have them anywhere in your code
<!-- Here is my comment -- >
<!-- Written by Jill Hubbard, Sept 2009 -->
Title Element
• Goes inside the head element
• If you forget it, you’ll have an untitled web
page
• Looks like this:
<title> My Home page </title>
• Where does the title show up?
Text Formatting
Text
formatting
type
What It Does Example
paragraph Creates paragraphs of text <p> I’m my own paragraph </p>
Line break Makes the browser go to
the next line
I’m Line 1. <br /> I’m Line 2.
Bold Makes the text bold <strong> I’m bold </strong>
Underline Makes the text underlined <u> I’m underlined </u>
Italic Makes the text italic <em> I’m italic </em>
Horizontal
rule
Line across the page <hr />
Headings
• Creates different sections for your page
• <h#> </h#> replace # with an actual
number (1-6)
• 1 is the BIGGEST, 6 is the smallest
heading
• <h1> My heading </h1>
Pictures
• Put a picture on your page
• <img src=“Name of your picture.extension” />
– Example: <img src=“me.jpg” width=“25%”/>
• The picture MUST be in the same folder as
the web page!
Let’s Use this stuff- Getting Started!
• Create a new folder called “Kite Webpage” on your student drive in
your DIT folder
• Open up Notepad++ and save the file to your Kite Webpage folder.
Name It: Kites.html
• Add all the required tags (What are they again?)

More Related Content

What's hot (20)

Html ppt
Html pptHtml ppt
Html ppt
 
Html-list
Html-listHtml-list
Html-list
 
Html
HtmlHtml
Html
 
HTML (Web) basics for a beginner
HTML (Web) basics for a beginnerHTML (Web) basics for a beginner
HTML (Web) basics for a beginner
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
 
Static and Dynamic webpage
Static and Dynamic webpageStatic and Dynamic webpage
Static and Dynamic webpage
 
Html coding
Html codingHtml coding
Html coding
 
Web Page Designing
Web Page DesigningWeb Page Designing
Web Page Designing
 
Html images syntax
Html images syntaxHtml images syntax
Html images syntax
 
Tags in html
Tags in htmlTags in html
Tags in html
 
Cascading Style Sheet (CSS)
Cascading Style Sheet (CSS)Cascading Style Sheet (CSS)
Cascading Style Sheet (CSS)
 
CSS Basics
CSS BasicsCSS Basics
CSS Basics
 
Introduction to HTML and CSS
Introduction to HTML and CSSIntroduction to HTML and CSS
Introduction to HTML and CSS
 
HTML
HTMLHTML
HTML
 
Web Page Designing Using HTML
Web Page Designing Using HTMLWeb Page Designing Using HTML
Web Page Designing Using HTML
 
Basic Html Notes
Basic Html NotesBasic Html Notes
Basic Html Notes
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
HTML5 - Forms
HTML5 - FormsHTML5 - Forms
HTML5 - Forms
 
Html introduction
Html introductionHtml introduction
Html introduction
 

Viewers also liked

Html css workshop, lesson 0, how browsers work
Html css workshop, lesson 0, how browsers workHtml css workshop, lesson 0, how browsers work
Html css workshop, lesson 0, how browsers workAlbino Tonnina
 
01 Introduction To CSS
01 Introduction To CSS01 Introduction To CSS
01 Introduction To CSScrgwbr
 
Ifi7174 lesson2
Ifi7174 lesson2Ifi7174 lesson2
Ifi7174 lesson2Sónia
 
Developing Interactive systems - lesson 2
Developing Interactive systems - lesson 2Developing Interactive systems - lesson 2
Developing Interactive systems - lesson 2Sónia
 
Ifi7174 lesson4
Ifi7174 lesson4Ifi7174 lesson4
Ifi7174 lesson4Sónia
 
Ifi7184 lesson3
Ifi7184 lesson3Ifi7184 lesson3
Ifi7184 lesson3Sónia
 
IFI7184.DT lesson1- Programming languages
IFI7184.DT lesson1- Programming languagesIFI7184.DT lesson1- Programming languages
IFI7184.DT lesson1- Programming languagesSónia
 
Ifi7174 lesson3
Ifi7174 lesson3Ifi7174 lesson3
Ifi7174 lesson3Sónia
 
Sonia Sousa
Sonia SousaSonia Sousa
Sonia SousaSónia
 
HTML Lesson 1
HTML Lesson 1HTML Lesson 1
HTML Lesson 1TonyC445
 
How To SASS - af morningtrain.dk
How To SASS - af morningtrain.dkHow To SASS - af morningtrain.dk
How To SASS - af morningtrain.dkMorning Train
 
Html tutorial.lesson5
Html tutorial.lesson5Html tutorial.lesson5
Html tutorial.lesson5grassos
 

Viewers also liked (20)

Lesson 10
Lesson 10Lesson 10
Lesson 10
 
Html css workshop, lesson 0, how browsers work
Html css workshop, lesson 0, how browsers workHtml css workshop, lesson 0, how browsers work
Html css workshop, lesson 0, how browsers work
 
Lesson 03
Lesson 03Lesson 03
Lesson 03
 
Lesson 16
Lesson 16Lesson 16
Lesson 16
 
01 Introduction To CSS
01 Introduction To CSS01 Introduction To CSS
01 Introduction To CSS
 
Ifi7174 lesson2
Ifi7174 lesson2Ifi7174 lesson2
Ifi7174 lesson2
 
Lesson 15
Lesson 15Lesson 15
Lesson 15
 
Developing Interactive systems - lesson 2
Developing Interactive systems - lesson 2Developing Interactive systems - lesson 2
Developing Interactive systems - lesson 2
 
Ifi7174 lesson4
Ifi7174 lesson4Ifi7174 lesson4
Ifi7174 lesson4
 
Ifi7184 lesson3
Ifi7184 lesson3Ifi7184 lesson3
Ifi7184 lesson3
 
Lesson 02
Lesson 02Lesson 02
Lesson 02
 
Lesson 03
Lesson 03Lesson 03
Lesson 03
 
IFI7184.DT lesson1- Programming languages
IFI7184.DT lesson1- Programming languagesIFI7184.DT lesson1- Programming languages
IFI7184.DT lesson1- Programming languages
 
Ifi7174 lesson3
Ifi7174 lesson3Ifi7174 lesson3
Ifi7174 lesson3
 
Sonia Sousa
Sonia SousaSonia Sousa
Sonia Sousa
 
HTML Lesson 1
HTML Lesson 1HTML Lesson 1
HTML Lesson 1
 
Lesson 07
Lesson 07Lesson 07
Lesson 07
 
Lesson 11
Lesson 11Lesson 11
Lesson 11
 
How To SASS - af morningtrain.dk
How To SASS - af morningtrain.dkHow To SASS - af morningtrain.dk
How To SASS - af morningtrain.dk
 
Html tutorial.lesson5
Html tutorial.lesson5Html tutorial.lesson5
Html tutorial.lesson5
 

Similar to HTML Basics - Learn Tags, Format Text & Add Images

Similar to HTML Basics - Learn Tags, Format Text & Add Images (20)

Html lesson1 5
Html lesson1 5Html lesson1 5
Html lesson1 5
 
Html tutorials
Html tutorialsHtml tutorials
Html tutorials
 
Html tutorials
Html tutorialsHtml tutorials
Html tutorials
 
Slides 2 - HTML
Slides 2 - HTMLSlides 2 - HTML
Slides 2 - HTML
 
HTML 5_cfbe4b8d-092saawww24bb33cb2358.pptx
HTML 5_cfbe4b8d-092saawww24bb33cb2358.pptxHTML 5_cfbe4b8d-092saawww24bb33cb2358.pptx
HTML 5_cfbe4b8d-092saawww24bb33cb2358.pptx
 
html
htmlhtml
html
 
Intro to html revised2
Intro to html revised2Intro to html revised2
Intro to html revised2
 
Html.ppt
Html.pptHtml.ppt
Html.ppt
 
HTML Tutorial
HTML TutorialHTML Tutorial
HTML Tutorial
 
H T M L Tutorial
H T M L TutorialH T M L Tutorial
H T M L Tutorial
 
Html cia
Html ciaHtml cia
Html cia
 
Introduction to Html and Css.pdf
Introduction to Html and Css.pdfIntroduction to Html and Css.pdf
Introduction to Html and Css.pdf
 
Artistic Web Applications - Week3 - Part 3
Artistic Web Applications - Week3 - Part 3Artistic Web Applications - Week3 - Part 3
Artistic Web Applications - Week3 - Part 3
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
Learning html. (Part- 1)
Learning html. (Part- 1)Learning html. (Part- 1)
Learning html. (Part- 1)
 
Ankit (221348051) BCA-Aiml.pptx
Ankit (221348051) BCA-Aiml.pptxAnkit (221348051) BCA-Aiml.pptx
Ankit (221348051) BCA-Aiml.pptx
 
Web development basics
Web development basicsWeb development basics
Web development basics
 
Html notes with Examples
Html notes with ExamplesHtml notes with Examples
Html notes with Examples
 
Positioning text
Positioning textPositioning text
Positioning text
 
learnhtmlbyvipuladissanayake-170516061515 (1).pptx
learnhtmlbyvipuladissanayake-170516061515 (1).pptxlearnhtmlbyvipuladissanayake-170516061515 (1).pptx
learnhtmlbyvipuladissanayake-170516061515 (1).pptx
 

More from Danny Ambrosio

More from Danny Ambrosio (17)

Thoreau Middle School Annual Report 2014
Thoreau Middle School Annual Report 2014Thoreau Middle School Annual Report 2014
Thoreau Middle School Annual Report 2014
 
Appy Hour Menu
Appy Hour MenuAppy Hour Menu
Appy Hour Menu
 
HTML Lesson 6
HTML Lesson 6HTML Lesson 6
HTML Lesson 6
 
HTML Lesson 2
HTML Lesson 2HTML Lesson 2
HTML Lesson 2
 
HTML Lesson 5
HTML Lesson 5HTML Lesson 5
HTML Lesson 5
 
HTML Lesson 4
HTML Lesson 4HTML Lesson 4
HTML Lesson 4
 
HTML Lesson 3
HTML Lesson 3HTML Lesson 3
HTML Lesson 3
 
Spreadsheets Concepts and Vocab
Spreadsheets Concepts and VocabSpreadsheets Concepts and Vocab
Spreadsheets Concepts and Vocab
 
Conquering the Classroom
Conquering the ClassroomConquering the Classroom
Conquering the Classroom
 
Creating and Sharing a Folder in Google Drive
Creating and Sharing a Folder in Google DriveCreating and Sharing a Folder in Google Drive
Creating and Sharing a Folder in Google Drive
 
Word Processing Introduction
Word Processing IntroductionWord Processing Introduction
Word Processing Introduction
 
Mystery Hangout
Mystery HangoutMystery Hangout
Mystery Hangout
 
Web Page Intro
Web Page IntroWeb Page Intro
Web Page Intro
 
Keyboarding Basics
Keyboarding BasicsKeyboarding Basics
Keyboarding Basics
 
CS Syllabus 2014
CS Syllabus 2014CS Syllabus 2014
CS Syllabus 2014
 
Class Procedures
Class ProceduresClass Procedures
Class Procedures
 
myOn Instructions
myOn InstructionsmyOn Instructions
myOn Instructions
 

Recently uploaded

Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxShobhayan Kirtania
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...anjaliyadav012327
 

Recently uploaded (20)

Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptx
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
 

HTML Basics - Learn Tags, Format Text & Add Images

  • 2. We’ll learn … • What HTML is • What tags are • What a basic web page look like • What 3 HTML tags are required • What HTML comments look like • How to title your web page • How to format the text on your web page • How to create headings on your web page • How to add pictures to your page
  • 3. HTML • Hyper Text Markup Language – Markup your text document – The markup is the tag – Hyper text means you can jump from place to place • Programming language of the internet
  • 4. TAGS • Look like this: < > • Come in pairs (every begin tag must have an end tag) – <html> </html> PAIRS • TAGS do not show up on a web page • There are 3 REQUIRED TAGS – 1. <html> </html> ONLY ONE – 2. <head> </head> ONLY ONE (maybe put a title in here) – 3. <body> </body> ONLY ONE (stuff that shows up)
  • 5. Basic Web Page <html> <head> <title> My page </title> </head> <body> Hello this is my page </body> </html> Head section Body section • Tags don’t show up on the page
  • 6. Comments • Explains what your code does, who wrote it, when written. • Can have them anywhere in your code <!-- Here is my comment -- > <!-- Written by Jill Hubbard, Sept 2009 -->
  • 7. Title Element • Goes inside the head element • If you forget it, you’ll have an untitled web page • Looks like this: <title> My Home page </title> • Where does the title show up?
  • 8. Text Formatting Text formatting type What It Does Example paragraph Creates paragraphs of text <p> I’m my own paragraph </p> Line break Makes the browser go to the next line I’m Line 1. <br /> I’m Line 2. Bold Makes the text bold <strong> I’m bold </strong> Underline Makes the text underlined <u> I’m underlined </u> Italic Makes the text italic <em> I’m italic </em> Horizontal rule Line across the page <hr />
  • 9. Headings • Creates different sections for your page • <h#> </h#> replace # with an actual number (1-6) • 1 is the BIGGEST, 6 is the smallest heading • <h1> My heading </h1>
  • 10. Pictures • Put a picture on your page • <img src=“Name of your picture.extension” /> – Example: <img src=“me.jpg” width=“25%”/> • The picture MUST be in the same folder as the web page!
  • 11. Let’s Use this stuff- Getting Started! • Create a new folder called “Kite Webpage” on your student drive in your DIT folder • Open up Notepad++ and save the file to your Kite Webpage folder. Name It: Kites.html • Add all the required tags (What are they again?)