SlideShare a Scribd company logo
HTML Tutorial 7 
Line Breaks
Line Breaks 
 Type this into TextWrangler then open it in a browser 
 Save it as tutorial7LineBreaks.html
LINE BREAKS 
 Notice the formatting of the text 
 Now type…
I get no breaks!!!! 
 To create line breaks you must add the <br> tag 
 Make the changes below and open in a browser.. 
 see the difference?
<br> tag stands alone 
 Has No end tag 
 Tells the 
browser to 
start a new line 
 Multiple tags 
create multiple 
lines
Upload Screenshot 
 Upload a screenshot of your html to the tutorial 7 
assignment in Blackboard 
 Tags in this tutorial <br> used to create line breaks 
between items on a web page

More Related Content

PDF
Transcript
PPTX
Lesson 1
DOCX
Hello World Program in xcode ,IOS Development using swift
PDF
MVA-Transcript
DOC
Video as a marketing tool
DOCX
Homework4
PPT
Screen Shooting Craft
PPTX
Question 6
Transcript
Lesson 1
Hello World Program in xcode ,IOS Development using swift
MVA-Transcript
Video as a marketing tool
Homework4
Screen Shooting Craft
Question 6

Viewers also liked (18)

PPTX
DOCX
Trabajo ede informatica
PPT
Какво да очакваме в Социалните мрежи?
DOC
приложение № 12 deklarations47 5 blatec
PPT
Колко е важен мобилният ни телефон
DOCX
Mante 2
PPTX
Воспитательная программа
PPT
Struktur kbp
PPTX
Portafolio virtual maricruz2
PPTX
Floor plan
DOCX
Ramalan joyoboyo
PDF
R&amp;D
PPTX
Presentation egrek
PPT
Mètode Murray
PDF
IPGVR_Samokov_Oo_1
PDF
Matthew 4 1 11 commentary
PPTX
Estalvi energetic
DOCX
Propaganda politica y ambiental
Trabajo ede informatica
Какво да очакваме в Социалните мрежи?
приложение № 12 deklarations47 5 blatec
Колко е важен мобилният ни телефон
Mante 2
Воспитательная программа
Struktur kbp
Portafolio virtual maricruz2
Floor plan
Ramalan joyoboyo
R&amp;D
Presentation egrek
Mètode Murray
IPGVR_Samokov_Oo_1
Matthew 4 1 11 commentary
Estalvi energetic
Propaganda politica y ambiental
Ad

More from grassos (13)

PPTX
Html tutorial.lesson14
PPTX
Html tutorial.lesson13
PPTX
Html tutorial.lesson12
PPTX
Html tutorial.lesson11
PPTX
Html tutorial.lesson10
PPTX
Html tutorial.lesson9
PPTX
Html tutorial.lesson8
PPTX
Html tutorial.lesson6
PPTX
Html tutorial.lesson5
PPTX
Advisory sr checklist
PPTX
Html tutorial Lesson3 and 4
PPTX
Html tutorial.lesson2
PPTX
Html tutorial.lesson1
Html tutorial.lesson14
Html tutorial.lesson13
Html tutorial.lesson12
Html tutorial.lesson11
Html tutorial.lesson10
Html tutorial.lesson9
Html tutorial.lesson8
Html tutorial.lesson6
Html tutorial.lesson5
Advisory sr checklist
Html tutorial Lesson3 and 4
Html tutorial.lesson2
Html tutorial.lesson1
Ad

Recently uploaded (20)

PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
Weekly quiz Compilation Jan -July 25.pdf
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
Computing-Curriculum for Schools in Ghana
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PPTX
Cell Structure & Organelles in detailed.
PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
RMMM.pdf make it easy to upload and study
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Trump Administration's workforce development strategy
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PPTX
master seminar digital applications in india
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Weekly quiz Compilation Jan -July 25.pdf
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
Final Presentation General Medicine 03-08-2024.pptx
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Computing-Curriculum for Schools in Ghana
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
Cell Structure & Organelles in detailed.
Microbial disease of the cardiovascular and lymphatic systems
Pharmacology of Heart Failure /Pharmacotherapy of CHF
RMMM.pdf make it easy to upload and study
human mycosis Human fungal infections are called human mycosis..pptx
Trump Administration's workforce development strategy
2.FourierTransform-ShortQuestionswithAnswers.pdf
Supply Chain Operations Speaking Notes -ICLT Program
Microbial diseases, their pathogenesis and prophylaxis
STATICS OF THE RIGID BODIES Hibbelers.pdf
202450812 BayCHI UCSC-SV 20250812 v17.pptx
master seminar digital applications in india

Html tutorial.lesson7

  • 1. HTML Tutorial 7 Line Breaks
  • 2. Line Breaks  Type this into TextWrangler then open it in a browser  Save it as tutorial7LineBreaks.html
  • 3. LINE BREAKS  Notice the formatting of the text  Now type…
  • 4. I get no breaks!!!!  To create line breaks you must add the <br> tag  Make the changes below and open in a browser..  see the difference?
  • 5. <br> tag stands alone  Has No end tag  Tells the browser to start a new line  Multiple tags create multiple lines
  • 6. Upload Screenshot  Upload a screenshot of your html to the tutorial 7 assignment in Blackboard  Tags in this tutorial <br> used to create line breaks between items on a web page