This is a sample HTML page. There are examples of almost all the HTML elements (or tags) on this page . Each one simply states what it is. It's not much of a web page but it makes it easy to know which element you are affecting. The HTML tag/element names have been identified in red.
This sample page can easily be replaced with any page from your hard drive, if you're using LivePageChange offline. This can only be done offline due to browser security restrictions, so I set up this example page instead.
You can selectively change whichever HTML elements you want using Live Page Change. For instance, if you choose a color from the pallette, the background color of this page will change by default. The text you are reading is in a paragraph [p].
Select: "CHANGE THE [ foreground color ] FOR THE [ p ] ELEMENT" in the top frame.
Now you can change the foreground color (text color) of the paragraphs on this page to whatever you like. You have the option of changing many different attributes of any given element. For instance, you can change the borders, text alignment, color, font, spacing, line height, etc., for any HTML element listed. This paragraph also has an ID of 'loner'. If you choose [id] from the list, you will be prompted for the name. In this case, enter 'loner' and you'll have control over just this paragraph (without affecting any other paragraphs on the page). You can use this idea to gain control over any single element of your page.
Here are the different HTML elements:
This is a paragraph. There will always be an empty line before and after a paragraph. So it displays as a seperate "block" of text.
This text is between [blockquote] tags. It is separated like a paragraph with an empty line before and after, but it is indented. You can use it to add special emphasis to a given passage.
| This is a table | ||
| 1 | 2 | 3 |
| 4 | 5 | 6 |
| 7 | 8 | 9 |
The table contains table rows [tr] and table data [td]. You can adjust the widths, heights, background and foreground colors, margins, fonts, borders, etc. The same as with other elements. Use your imagination!