Publishers of technology books, eBooks, and videos for creative people

Home > Topics > Web Design & Development > HTML/XHTML

HTML/XHTML

Titles

Just Released

HTML and CSS: Visual QuickStart Guide, 9th Edition
Learn to Code HTML and CSS: Develop and Style Websites
Stylin' with CSS: A Designer's Guide, 3rd Edition
Visual Stylin' with CSS3

See More HTML/XHTML Titles

Articles

In this chapter from Learn to Code HTML and CSS: Develop and Style Websites, Shay Howe discusses the box model and how it works with HTML and CSS, and also looks at a few new CSS properties.

Thomas Michaud walks you step by step through how to create a table in HTML, in this chapter from Foundations of Web Design: Introduction to HTML & CSS.

This chapter from HTML and CSS: Visual QuickStart Guide, 8th Edition explains which HTML semantics are appropriate for different types of text, especially (but not solely) for text within a sentence or phrase.

In addition to native multimedia, one of the most talked about capabilities that HTML5 brings to the web table is the ability to draw and manipulate graphics using JavaScript via the new canvas element. The element defines an area on a web page that you can draw on using a JavaScript API. Ian Devlin shows you how to use it.

See More HTML/XHTML Articles