Category: HTML and CSS

  • Embedding Windows Media Player into web page

    The following snippet shows how to embed media player into a web page. The parmeter FileName value points to the file you want to play. You can also change it to an URL address to link for online radio, television. Both OBJECT and EMBED TAG’S…

  • Rounded background corners using CSS AND HTML

    This example utilizes the HTML and CSS to create a rounded corners as the background. The width is constant and the height varies according to the text but still maintaining the rounded corner background. The height and width can be expanding depending upon the text…