I was trying to add a menu bar to my original recipe program. It's not as pretty as I'd like it, but it works! The links go back to the way the original recipe looked...
I restyled my recipe for blueberry muffins, giving it a border, colorful headlines and some interest in the type style. I can't believe how difficult this all is!!
I'm always being asked to provide chart information for my business stories in the newspaper, but what if I could do it in CSS and make it pretty? That's what this programming tip provides, and it looks pretty cool, too.
This column offers a helpful "cheat" for programmers seeking to have a vertical background color extend all the way down the page. A quirk in CSS sometimes results in making it difficult for columns to extend the full length. The solution is to create a vertically tiled background image that "forces" vertical columns to extend all the way.
What pages of the textbook will we need to read in the first module? Should we do the exercises in the book? Also, can you cite how to acknowledge others' work within code?
This gives you everything you basically need to know about HTML tags, which is what separates one section of code from another. This will be a useful reference for those who are still confused about how to write legible code.
This site tells how to add links to your Website using HTML coding. Links are a key to the interactivity of the Internet, so I thought it would be good to know.
This shows how to set up style sheets so you don't have to reinvent the wheel every time you want to design an element similar to what you did last time. This makes it easier for type, color and other elements to have a continuity and to feel more cohesive. It also saves valuable time if you know you are going to use a certain design style over and over.