In order for HTML functionality to be used in the creation of an email, the Rich Text editor must be turned on.
Plain Text: Plain text contains no formatting, only line breaks and spacing. Therefore no text formatting (such as font sizes and colors, bolding or italics) can be used.
Since it allows for text formatting, Rich Text is a popular default format for the creation of emails. But, it should be noted that depending on a recipients email settings, they may not be able to view emails in Rich Text/HTML format and therefor they will need to receieve emails in Plain Text.
line break
noun PRINTING
the point at which two lines of text are split; the end of a line.
“even the freest free verse must justify its rhythms and line breaks”
What is a line break?
Line break
Updated: 04/01/2018 by Computer Hope
A single break that returns the cursor to the next line and does not create a new paragraph. In HTML, to create a line break, you’d enter the <br> tag. In other programs, the shortcut key to create a line break is Shift+Enter.
Whem format markers are enabled in a word processor, line breaks are often represented by an arrow pointing down and the the left, as in the picture.
We let the computre know when the condition is over by ending the line with a colon, :
if True:
print(“Hello, World!”)
Hello, World!
Correct
There we go! The colon separates the condition and the next instruction.