This webpage hopes to help you learn the HTML language better. HTML, which stands for Hyper Text Markup Language, is a well accepted language, world wide, to deliver information via the World Wide Web.
HTML also includes useful features for formatting text and other information
in useful ways. For example you can use the <b> tag to bold
a piece of text such as this: Bold Text here.
You could also use the <strong> tag to do the same Bold
or strong text
There are other ways to emphasize text, you could use either the <i> or <em> to italicize and emphasize text.
There are many other ways to format text to add special elements that one is
used to writing by hand. You can sub or superscript text. You can also strike
through text and make it look like it has been deleted from the paragraph.
You can also format something as a blockquote. You should try each of these
now.
Another popular use of HTML is to show photos. It is easy to link a photo
like the following one:
There are also elements in HTML for creating Tables that can be used to hold data and other information.
| Name | Grade |
|---|---|
| Johnny | 98 |
| Salley | 65 |
| Billy | 78 |
| Mandy | 89 |
| Susie | 45 |
Perhaps you can make this table more interesting? Try to bold the Name and Grade headings and center the grades within their column.