Alignment
Basics
Character Codes
Colors
CSS
DIVS
Forms
Frames
Links
Lists and Bullets
Meta Tags
Multimedia
Pictures
Spacing
Tables
Text
Advanced Spacing
Basic Spacing
Basic Spacing
[notify admin to delete page]
251
Line Break
Delete Section
Description
The first basic spacing tag is the Line Break which looks like <BR>. The <BR> tag moves the text down one line. Here is an example using the <BR> tag.
The first basic spacing tag is the Line Break which looks like <BR>. The <BR> tag moves the text down one line. Here is an example using the <BR> tag.
Code
Welcome! <BR> I hope you enjoy my site.
Welcome! <BR> I hope you enjoy my site.
Output
Welcome! <BR> I hope you enjoy my site.
Welcome!
I hope you enjoy my site.
Practice
Cannot Edit - Code section automatically placed here.
Paragraph
Delete Section
Description
The second basic spacing tag is the Paragraph which looks like <P>. The <P> tag moves the text down two lines, similar to starting a new paragraph. Here is an example using the <P> tag.
The second basic spacing tag is the Paragraph which looks like <P>. The <P> tag moves the text down two lines, similar to starting a new paragraph. Here is an example using the <P> tag.
Code
Welcome! <P> I hope you enjoy my site.
Welcome! <P> I hope you enjoy my site.
Output
Welcome! <P> I hope you enjoy my site.
Welcome!
I hope you enjoy my site.
Practice
Cannot Edit - Code section automatically placed here.
Click to add Section
Advertisements