Home > Articles > Web Development > HTML/CSS

HTML/CSS

90 Items

Sort by Date | Title

How to Use Selectors in CSS
Dec 1, 2005
Selectors are one of the most important aspects of CSS because they are used to "select" elements on an HTML page so that they can be styled. In this lesson, you will learn about the different types of CSS selectors and how to use them.
HTML Coding Guidelines
Nov 9, 2001
When using HTML, it is important to plan for maintainable, reusable code and to adopt a consistent policy on coding style. Scott Loban gives you some tips to make this easier.
HTML in Web Applications
Nov 9, 2001
Using HTML and Web applications involves knowing how to use several core elements such as servers and clients. Scott Loban introduces these elements in this article.
HTML: Origins and Purpose
Nov 9, 2001
Scott Loban shows how you can use HTML keywords and tags to format and display the content of Web pages.
HTML5 Canvas Essentials
Jun 7, 2012
David Geary introduces you to the magical canvas element in HTML5, which lets you do amazing things in a browser. You can implement image panning; an interactive magnifying glass; a paint application that runs in any self-respecting browser and that also runs on an iPad; several animations and games, including an industrial-strength pinball game; image filters; and many other web applications that in another era were almost entirely the realm of Flash.
HTML5 Developer’s Cookbook: Grouping, Text-level and Re-defined Semantics
Aug 10, 2011
This chapter reviews new HTML5 elements—figure, time, details, mark, progress and meter; some elements that have been re-defined—address, s, cite, ol, dl, small, b, strong, i, em, abbr and hr; and finally new block-level links and WAI-ARIA.
HTML5 Guidelines for Web Developers: Structure and Semantics for Documents
Jul 19, 2011
HTML5 offers a compact set of new structural elements that facilitate a clear page structure without detours via class or id. Klaus Forster and Bernd Oggl give you a tour of the structure and semantics for documents.
Improving Mobile Web Application Development with HTML5
Dec 28, 2011
Learn to build a simple HTML5 document and find out why HTML5 is the language you should know if you want to design and develop mobile applications.
InformIT Visual Tutorial 1: The Big Picture
Jun 1, 2001
In this article, Nick and Nancy V. Flor explain how HTML forms, databases, SQL, and Active Server Pages work together in interactive applications.
InformIT Visual Tutorial 4: HTML Forms
Jul 30, 2001
This tutorial shows you how to create great-looking forms in HTML to gather data from your web site users.
Interview with Sean O’Driscoll, Senior Director for CSS Community and MVP Worldwide, Microsoft Corporation
Sep 15, 2006
Stephen Ibaraki, FCIPS, I.S.P. interviews Sean O’Driscoll, the Global Senior Director for the MVP Award Program at Microsoft Corporation.
Introducing HTML 5
Feb 15, 2010
David Chisnall looks at what is in store for the next version of HTML.
Introducing HTML5 for Building Online Games
Oct 13, 2011
There are many notable additions to HTML5, such as native drawing support and audiovisual elements. In this chapter, James Williams discusses the features added by HTML5 and the associated JavaScript APIs.
Introduction to Client-Side Scripting
Nov 30, 2001
What separates a Web page from an application is rich, two-way communication between the user and the site. Scott Loban delves into client-side scripting, a key technology for providing greater interactivity and pizzazz to Web applications.
Introduction to CSS
Nov 16, 2001
Cascading Style Sheets (CSS) give authors a language for applying style characteristics to the elements of a Web document. Scott Loban shows some examples of how you can use CSS to simplify formatting.
Introduction to HTML: Linking to Other Web Pages
Jan 20, 2006
Without links, your page is an island unto itself, with no connection to anything else. To make it a "real" web page, you need to connect it to the rest of the World Wide Web—or at least to your own personal or corporate web of pages. This hour shows you how to create hypertext links to connect your page to the world.
Language Choices for Client-Side Scripting
Nov 30, 2001
Multiple languages are available for writing client-side scripts, including JavaScript, VBScript, Perl, Tcl/Tk, and REXX. Scott Loban discusses the nuances of these popular languages for client-side scripts.
Learning the Basics of HTML
Feb 10, 2016
Learn about each of the basic HTML tags in more depth, and begin writing web pages with headings, paragraphs, and several different types of lists.
Learning the Basics of HTML
Sep 14, 2010
In this lesson, you learn about each of the basic HTML tags in more depth and begin writing web pages with headings, paragraphs, and several different types of lists.
Linking to Other Web Pages
Jul 18, 2003
Master the <a> tag, and learn how to create simple links to other pages using either relative or absolute addressing to identify the pages. You will learn how to link within your own pages as well as how to create links to other people's pages.

<< < Prev Page 1 2 3 4 5 Next >