My html is very rusty.
I can read it, but I can't write it, especially if it's writing from scratch.
Instead of learning html/CSS, I hope that I can just get sample html code that I can tweak.
I ask this also because with html/css, there is a hundred different ways to achieve the same result, and I just don't know which way is the best. So, I would pretty much randomly pick up a way, and that way may well be the worst possible way.
With a sample code, you can put me on track to having the simplest code.
- a single span of text
text
This may look trivial, but what's best way to specify a block of text? font family, size, weight, padding, alignment etc.
- a single span of image
image
Again, what's the best way to specify alignment and padding etc.
- two columns of text
text text
- two columns of image and text
image text
- two columns of images
image image
- text floating on image
text
image
http://fschmidt.luanhost.com/will.html