Hello World!
Hello World!
Hello World!
I am a sentence in a paragraph tag.
I am a sentence in a paragraph tag and a strong tag.
I am a sentence in a paragraph tag and an em tag.
I am a sentence with some text in a strong tag and some text in an em tag
I am a sentence in a div tag. A div tag is what is called a block element in HTML. By default a block element will fill the entire width of the page and cause elements after it to be pushed further down the page.
I am a sentence in a span tag. A span tag is what is called an inline element in HTML.
By default an inline element only uses the space it needs and will not fill the entire width of the page or push other elements down the page.
These are three span tags that all appear one after another. The span tag does not cause new lines to be displayed.
Finally, what if we want to create a clickable link to some other page? Click here to go to Google!