In HTML, line breaks are created by pressing the Enter key on your keyboard. A line break will create a new line in your HTML document.
You can also create a new line by pressing the Shift + Enter keys on your keyboard. This will create a new line, but will also keep the text on the same line.
HTML also allows you to create spaces between your text. You can do this by adding a space between the words, or by adding a
tag.
Comments are used to add information to your HTML document that will not be displayed on the web page. Comments are added by using the tags. Anything between these tags will be treated as a comment.