This is my first paragraph and all the paragraphs in this page will start with a bigger font
My life as a web developer, has been pretty much amazing! I started developing web pages when there was no CSS to be used and all formatting was done using HTML tags that currently are considered deprecated or even eliminated from good web developed pages. One example of tags that have been eliminated are: <font>, <center>. There are some attributes that have been also eliminated in order to clean more the HTML code and put all the formatting (style) to CSS.
When CSS was created, the main idea was exactly to take all of these formatting tags and attributes from the HTML document and transfer them to an external file that would only take care of formatting the HTML page. The idea is that the HTML document should be focused on the content of the page and the formatting, even layout, would be in a separated file.
Whis standard has been supported and adopted world wide by W3C (World Wide Web Consortium) which is the organization that sets the standards for web development.
At the end of this exercise, you will take all of these bad attributes and formatting tags that are taking too much space in this HTML document and you will create an embedded CSS using the <style> tag(of course, placing this tag in the appropriate section of your document). Within that style tag, you will transfer all theformatting you see in this page and create appropriate CSS in order to clean the HTML document without changing the formattingthat this old style HTML has created!
Tis a link to City College web site. After you visit this page, this link should be white due to the vlink attribute in the body tag. If you have never visited this link, then, it will be red due to the link attribute in the body tag as well.
This table should have a cyan background color and the text is centralized within each column | Second column, first row |
Would you please animate from cyan to green background? | Second column, second row |
Remember to also animate the color of the font from black to white | Third column, third row |