How do you convert css script to html script?
Neither CSS nor HTML is a scripting language, and you’d do well NOT to convert CSS to HTML. (Actually, you’d do best to convert as much HTML as possible to CSS!) HTML represents the “bones” of the document, the paragraphs, the headers, the structure. CSS represents the “skin”, the colors, the fonts, the background. The rest is words and images. Collapsing upon each other is best handled by learning the differences between the way Firefox handles things and the way Internet Explorer handles things (and the way Safari on a Mac handles things and the way Opera handles things…and on, and on…) In 95% of these cases, the differences are handled through CSS, and NOT HTML!