InterviewSolution
Saved Bookmarks
| 1. |
Css solved the problems? true/false |
|
Answer» TrueExplanation:HTML was NEVER intended to contain tags for formatting a web page!HTML was created to describe the content of a web page, like: This is a headingThis is a paragraph. When tags like , and COLOR attributes were added to the HTML 3.2 specification, it started a nightmare for web developers. DEVELOPMENT of LARGE websites, where fonts and color INFORMATION were added to every SINGLE page, became a long and expensive process.To solve this problem, the World Wide Web Consortium (W3C) created CSS.CSS removed the style formatting from the HTML page! |
|