HTML-Tags

February 26, 2009 at 1:40 pm | In Ultimate Concepts-Html | Leave a Comment
Tags: , , , ,

Most of us have a common query related to HTML and that is ,”can we insert a sound fileĀ in a webpage using html?”. So i may add up to your knowledge my friends that yes it’s absolutely possible(afterall nothing can be impossible yaar).For this you have to do this only:-

“<embed src=”filename.fileformat”></embed>”

Yes “EMBED” tag is used for inserting a sound file.It also has many other features like:-

Width=Width of the media player.(In pixels or percentage)

Height=Height of the media player.(In pixels or percentage)

Hidden=To make the media player hidden i.e is only sound plays but no media player is displayed.(True/False)

Volume=Adjust the volume level.(0-100;by defualt it is 50)

Loop=The no. of times file to be played.(Any integer value)

Autostart=To play the sound automatically.(True/False)

Ultimate Example:

<body><Embed Src=”xyz.mp3″ Width=”100″ Height=”33%” Autostart=”True” Loop=”2″ Volume=”60″></Embed></body>

Welcome You All

February 14, 2009 at 4:05 pm | In About This Blog | 2 Comments
Tags: , , , , , , ,

Hello everyone, “UltimateChange-Network” had taken another step into this ultimate world of Blogging. And this time i proudly announce another facinating blog-”UltimatePedia” which will be the centre of ultimate programming languages (like C++,C), website designing languages (like HTML), database designing languages (like SQL) etc.

So now if you have any problem regarding any of your programming assignment, projects or codes/syntax related queries or any conceptual loopholes. Then get ready to kick off them all in one go. Because change is here-”UltimateChange”.

“Be The Part Of Change-Join The Gang

Author

Prabhjot

Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.