Tag Archives: Html Page

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

How to add a background image to a table created in xhtml?

How do I put an image I have downloaded from the net onto my back ground. I know the code (from w3 schools) but I don’t know how to save it correctly and then how to put in the URL so the computer can find it. Do I need to save any image I use … Continue reading

How would I write code in Java to read a html page from the internet and execute javascript within it?

I need to connect to a web site, download the home page, then search for a particular link within. I have achieved this, however the link I require is dynamically generated when the page loads using javascript, so my html parser in Java cannot see it. If anyone knows how to load a HTML file … Continue reading