Centered heading
This is a paragraph.
The pre tag preserves both spaces and line breaks:
My Bonnie lies over the ocean. My Bonnie lies over the sea. My Bonnie lies over the ocean. Oh, bring back my Bonnie to me.
In HTML, spaces and new lines are ignored:
My Bonnie lies over the ocean. My Bonnie lies over the sea. My Bonnie lies over the ocean. Oh, bring back my Bonnie to me.
This paragraph contains a lot of lines in the source code, but the browser ignores it.
This paragraph contains a lot of spaces in the source code, but the browser ignores it.
The number of lines in a paragraph depends on the size of the browser window. If you resize the browser window, the number of lines in this paragraph will change.
The HTML head element contains meta data.
Meta data is data about the HTML document.
The hr tag defines a horizontal rule:
This is a paragraph.
This is a paragraph.
This is a paragraph.
You cannot omit quotes around an attribute value if the value contains spaces.
If you move the mouse over the paragraph above, your browser will only display the first word from the title.
You cannot omit quotes around an attribute value if the value contains spaces.
If you move the mouse over the paragraph above, your browser will only display the first word from the title.
W3Schools is a web developer's site. It provides tutorials and references covering many aspects of web programming, including HTML, CSS, JavaScript, XML, SQL, PHP, ASP, etc.
If you move the mouse over the paragraph above, the title will display as a tooltip.