Web Design Tutorials and Articles

By Chrysanthus - About Me - E-mail this page - Add to My Favorites - Add to Blog List - See other blogs in Computers & Internet

Monday, July 13, 2009

The HTML Object Archive Attribute

Introduction There is no HTML tag today for sound or video. There is one for image (the IMG tag), there are plenty for text (Paragraph tag, SPAN tag, etc.), but there is none for sound or video. There is however the HTML OBJECT element (OBJECT tag) which you can use for any media. Media means text, image, sound, animation and video. You need basic knowledge in HTML and JavaScript to understand this article. Today, the principles of this article work with Opera 9 and may be other major browsers... Sign in to see full entry.

The HTML Image Source Attribute

Introduction Did you know that you could change the value of an HTML image source attribute? If you do this, the image displayed at the browser would change. In this article I show you the effects of changing the value of the source attribute of the image tag. You need basic knowledge in HTML, CSS and JavaScript in order to understand this article. Note: If you cannot see the code or if you think anything is missing in this article (broken link, image absent), just contact me at... Sign in to see full entry.

HTML Object as arbitrary Element

Introduction HTML has the element, OBJECT. However, the use of this element is very vague. Whenever you want an element that is not in the HTML specification, you can make one with the OBJECT element. This is an article in which I show you one approach to using the HTML Object element. You need basic knowledge in HTML, CSS and JavaScript to understand this article. Note: If you cannot see the code or if you think anything is missing in this article (broken link, image absent), just contact me at... Sign in to see full entry.

Floating more than One HTML Element on a Line

Introduction In many cases you would want to float just one element to the right end or left end of a line. There may be times when you would want to float two or more elements on a line to the right or left. I show you a convenient way to do that in this article. You need basic knowledge in HTML and CSS in order to understand this article. Note: If you cannot see the code or if you think anything is missing in this article (broken link, image absent), just contact me at forchatrans@yahoo.com.... Sign in to see full entry.

Thursday, July 9, 2009

Sound and the HTML Object Element

Introduction There is no HTML tag today for sound. There is one for image (the IMG tag), there are plenty for text (Paragraph tag, SPAN tag, etc.), but there is none for sound. There is however the HTML OBJECT (OBJECT tag) which you can use for any media. Media means text, image, sound, animation and video. Each major browser has its own element (tag) for sound. If you want a simple code that will work for all browsers then you should use the OBJECT element. In this article I show you the... Sign in to see full entry.

Headlines (What is this?)