Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do you convert css script to html script?

0
Posted

How do you convert css script to html script?

0

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!

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123