When you need to tell the browser that the file you're linking to is in the parent folder, you use the ".." to mean "move UP to the parent folder." In other words, it's browser-speak for parent.
Block Elements (i.e. <blockquote>) are always displayed as if they have a linebreak before and after them, while Inline Elements (i.e. <q>) appear "in line" within the flow of test in your page.
br adds breaks after a string of text. It also reduces the line space between lines.
The <pre> tag is for formatted text when you want the browser to show it exactly as you typed it.
Example:
And now that you've gone
and come again
what shall
I
do?
No comments:
Post a Comment