You Are Here: Home » HTML Basic
HTML Code:
<embed src="http://www.tizag.com/files/html/htmlexample.mpeg"
autostart="false" />
Mpeg Movie:
You may start and stop your movie files by either pressing the buttons at the bottom of the object or by single clicking (stop) on the...
HTML Embed
Music is inserted onto a web page with the use of the embed tag. There are other ways to link to music, but embed is now considered the standard for inserting media. Below is an minimalist example of the embed tag using the src attribute to...
HTML Scripts
There are two very popular scripts that are commonly used in HTML to make web pages come alive. HTML javascript and HTML vbscript are very useful scripting languages to know, if you have the time.
With HTML scripts you can create dynamic...
Keywords Meta Tag
Keywords or phrases are placed in this meta tag’s content attribute. You should specify the most popular search terms you believe someone would use to reach your web site. A few years back, you could spam this meta tag with any...
There are three main reasons you may want your code to be ignored.
Writing notes or reminders to yourself inside your actual HTML documents.
Scripting languages such as Javascript require some commenting.
Temporarily commenting out elements especially...
HTML Code:
<table id="shell" bgcolor="black" border="1" heigh="200" width="300">
<tr><td>
<table id="inner" bgcolor="white" heigh="100" width="100">
<tr><td>Tables inside tables!</td></tr>
</table>
</td></tr></table>
Tables...
rames – A Generic Frame Page
Frames are most typically used to have a menu in one frame, and content in another frame. When someone clicks a link on the menu that web page is then opened on the content page. Here is a classic example of a basic...
If you would like more information about using HTML color, check out our HTML Background Color lesson.
This easy to use HTML Color Chart is a reprint of my HTML Color Codes article.
Simple to use.
-Click on a web safe color (“web safe” is...