HTML Codes for Foreign Language Accents
Friday, April 7th, 2006
Refer this website for HTML codes for foreign language accents. Recently, I was working on a website and the above website was a perfect resource. Hope it helps…
Welcome to my blog! This is where I write my thoughts on various issues such as meditation, books I have enjoyed, website development, being a mother and so on. If you are interested in a particular topic, then check the section under categories. I hope you will find something here that might interest you. So, sit back and read along.
Refer this website for HTML codes for foreign language accents. Recently, I was working on a website and the above website was a perfect resource. Hope it helps…
W3C is preparing for the official release of XHTML 2.0. Right now, no browsers support it. So, we are not yet ready to implement it even if it’s released. Especially Internet Explorer (IE) needs to support XHTML 2.0 completely as it is still one of the most popular browser.
I read this article explaining XHTML 2.0. I found it very interesting and I am actually excited to work with it. I sure do hope that it will be soon. (more…)
HTML font size is specified in CSS stylesheet using pixels, ems or keywords. I have rarely found keywords much useful. Using pixel guarantees control over the look of the web page but the issue is that if we use pixels for font size, then the web page is not as accessible in IE.
For example, open this web page in IE and select “largest” for the text size under “View” menu as seen in the screenshot below:

Online marketing strategy is key to success of any ecommerce business. Each business is unique and hence online marketing strategy will vary. However, here are some areas that should be covered while devising online marketing plan for an ecommerce website.
Again, I’ll keep updating this list as and when I learn more and so, watch this space…
Validating HTML/XHTML implies checking HTML/XHTML file for conformance to W3C recommendations and standards. One can use W3C Markup Validation Service for free. I highly recommend using W3C Markup Validation Service to validate HTML and XHTML as it really helps us to eliminate code errors. However, in my opinion, validating HTML/XHTML is not as important as using this service to remove code errors.
Here are few tips that will help you to validate HTML/XHTML file when needed.