Tag Archives: Img

What is the differences between xhtml and html?

Can anyone provide me with a detailed explanation on this so I can fully understand it? HTML is based on SGML (Standard Generalized Markup Language) which is a very forgiving markup standard, you can do things like this in HTML: <ul> <li> <li> <li> </ul> or <B><i><u>Some text</b></i></U> or <a href="somepage.htm"><img href=someimg.jpg></a> or <span><div>Some Text</div></span> … Continue reading

How does photobucket give people html codes for their pictures?

I am wanting to do something similar to what photobucket does for my website, only mine would be on a smaller scale mainly pertaining to my web subject. I know how to put an upload code into my webpage but I am struggling with how give a user an html image code to put into … Continue reading

What is the HTML code for getting a sound to play when you click a picture?

Does anyone know what the html code is for when you click a picture, a sound plays. NOTE: Please can you tell me EXACTLY how to do it, like in stages and explain how to do it Play Sound on Mouseover or MouseClick: http://www.entheosweb.com/website_design/play_sound.asp Didn’t test this as I don’t like the embed tag: Put … Continue reading

Designing A Pro HTML Site In Minutes

In this tutorial I will teach you how to make the basis for a professional looking website. The tutorial is quite fast flowing so if you get confused at all please go back to some beginner tutorials on my channel. Follow Me: http://www.twitter.com/edzjohnson Duration : 0:9:24 addthis_url = ‘http%3A%2F%2Fhtmlindex.net%2Fhtml%2Fdesigning-a-pro-html-site-in-minutes’; addthis_title = ‘Designing+A+Pro+HTML+Site+In+Minutes’; addthis_pub = ”; … Continue reading

How to make different pictures using HTML format in web designing?

I want the html format for making different pictures,can u please tell me some formats for making nice pictures for website??? Pictures in html are all handled using the <img statement. If you want other graphics effects, use css: for example, usually background-image: url(‘something.jpg’) for something in your web page (a paragraph or a banner … Continue reading