Last time we looked at the HTML Horizontal Rule. In this lesson we will discuss HTML Tables: What is an HTML Table? Let me give you an example.
| HTML Table Code |
HTML Table Browser Results |
 |
 |
HTML Tables is a fairly large topic because of large number of options available. Therefore, I’m only going to discuss the most common items that I think are most significant. Let’s take a closer look at the example above and define the tags used:
- TABLE - Table Definition. The example has a border="1" option which will display a border of the size shown. Another alternative is to turn off the border by using border="0".
Last time we looked at HTML Forced Style tags. In this lesson we will discuss the HTML Horizontal Rule tag. What is the HTML Horizontal Rule tag?
| HTML Horizontal Rule tag |
HTML Horizontal Rule Browswer Results |
 |
 |
Note: Like the Line Break Tag, the Horizontal Rule Tag is stand-alone — it doesn’t have a ’beginning tag’ nor ‘ending tag’. What is the HTML Horizontal Rule used for? The HTML Horizontal Rule is used to separate text for visual benefits. In summary: The Horizontal Rule can be used any place on a webpage/blog where a visual separator is needed. In our next lesson, we will look at HTML Tables. Till Then…
Permanent link to this post (112 words, 3 images, estimated 27 secs reading time)
Whether you are using Blogger.com or WordPress — some HTML knowledge is really useful to have.
What is HTML?
Simply, it’s the language that your web browser speaks which tells it how to format your text. It’s what makes a bold word look bold. It’s what makes an italicized word look italicized.
Why do I need to know some HTML?
Although WordPress and Blogger have decent wysiwyg (what you see is what you get) editing environments that shield you from some of the underlying HTML code, there are limitations - tables are a good example. We’ll talk about tables later on.