Tag Archives: Text Html

how is XHTML easier than HTML when getting info to a handheld device?

does that mean XHTML better/faster for internet browsing on a traditional computer? In theory, the rules are simpler and violating lots of them results in an error message rather than spending processor power to recover. In practise, mobile devices now have fast enough processors that this doesn’t matter. The theory also applies to desktops, but … 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

How to change a html file to ipod song?

My friend recorded a song and the recording studio sent her an email and it was html file. Then she forwarded to me and i want it on my ipod. How do i do this? I bet the song was sent in something like a mp3 format as no song is going to be an … Continue reading

What character encoding should be used for a website written in xhtml 1.0 which is to be multilingual?

I’ve read I should use utf-8, is this correct? @softwareDev: declaring the char encoding in the meta tag will only serve the page as html and not xhtml shouldn’t it be declared in the xml declaration?: <?xml version="1.0" encoding="utf-8"?> yes that’s true <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" … Continue reading

How important is it to learn HTML before XHTML?

Is it okay to learn XHTML without having any HTML knowledge at all? Do you think learning to hand code html is necessary to be taught in a Web Design class rather than directly proceeding to tools such as Dreamweaver? I suggest that you ditch Dreamweaver, since such "WYSIWYG" only tend to cause problems, usually … 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 enter Arabic keywords and description in html web page code?

Ok, I know that Arabic is written right to left, I know about using the dir=rtl code on text that displays on the page, but what about the keywords and descriptions in the html coding- page title, keywords, description? Umm.. the same way you write them in any language?? Just add this line to your … Continue reading

How do I log in to my DreamHost.com account and edit my simple (eg. index.html) webpages?

I have a DreamHost.com account. Where do I go to update the text of my index.html and all other pages? I do not have anything fancy like databases. I put something up when I first got it, but I can’t figure it out now. :S Thanks. First see if you can login to your control … Continue reading

What is the html code for text over images?

What is the html code for text to appear when someone moves the mouse over a picture? People never know what they are talking about. The alt="" attribute is NOT the attribute that shows the tooltip popup on a mouseover of an image. Although Internet Explorer does show the tooltip on a mouseover using the … Continue reading