Tag Archives: Browsers
Q&A: HTML error: I cannot seem to create a download link for a word/pdf doc.?
Question by Francois: html error: I cannot seem to create a download link for a word/pdf doc.? I’m trying to create a link to either view a pdf or download a word/pdf doc. I am using Dreamweaver and have followed the usual steps to create a link. However when the website is viewed and the … Continue reading
How to load a different HTML document in another directory?
Let’s say I have a normal folder with the ‘index’ file. Then in that folder I got a folder named example ‘Band’. And in Band I got a html document. How do I make a link back to the index in the previous folder? Use "../" (without quotes) to send browsers up one directory. Use … Continue reading
Learn HTML Lesson 3
This video shows how to save your html file to disk and open it with different browsers. Duration : 0:6:58 addthis_url = ‘http%3A%2F%2Fhtmlindex.net%2Fhtml%2Flearn-html-lesson-3′; addthis_title = ‘Learn+HTML+Lesson+3′; addthis_pub = ”; Technorati Tags: Browser, Browsers, html, learning, screencast
What is the HTML Code for changing a button’s color on a mouseover?
All I need is the html code for making a simple thing like a rectangle change color when a user’s mouse hovers over it! Please be clear as to where in the code I must supply information to customize the button’s color, or anything else. Technically, you don’t do this with html, but with CSS, … Continue reading
what is the different between HTML and XHTML?
I need to know what is the different between HTML and XHTML. Is Xhtml have more tags than HTML. XHTML is *not* a new version of HTML. It is a formulation of (the *same* version of) HTML in XML. XHTML1 is HTML4 expressed in XML. HTML5 is *not* competing with XHTML. HTML5 can be expressed … Continue reading
What is the difference between HTML, XHTML and CSS?
They say it XHTML and CSS are both extensions of HTML. And when Im starting to make new website there is Doctype I need to choose – either HTML or XHTML..but doesnt matter what I choose I always use the same tags dont I?? I am very confused. The only essential difference between XHTML and … Continue reading
How to have flash file start automatically instead of index.html?
I want to make a flash file (.swf) and place it in the root directory of my website (mysite.com/file.swf) so that whenever someone goes to mysite.com the flash file plays, however, I don’t want to remove the index.html file that is located in there. I want the index.html file to only be accessible when someone … Continue reading