Tag Archives: Margins

HTML Website (Part 4 – Margins and Comments)

This is the fourth tutorial in a series for creating a basic website in HTML without the use of special software programs. In this tutorial, body style margins are addressed to align content flush with the top and bottom of the webpage. html Comment tags are also covered to assist with structuring html code in … Continue reading

What are the alternatives to CSS while still using an xhtml strict doctype?

Out of curiosity, is there an alternative to CSS, particularly for positioning/layout, when styling xhtml content? I am excluding Flash as a viable alternative. You can style without using actual stylesheets, but you’d have to use the "style" property in each tag you want to style and then that’s still technically stylesheets. Obviously you can … Continue reading