HTML Standards-Based Database

© 2012, Martin Rinehart

Attributes, HTML Version 4.01

For readability, SQL-like joins have been done to show version and tag names (in lieu of foreign key ID numbers) for these tables.

Source tables versions, tags4 and attrs4 are the preceding raw data tables. This table is defined as follows:

attrs4.
	join( tags4, 'Tag ID' ).
	join( versions, 'Version ID' ).
	select( 'ID', 'HTML Versions.Version Name',
		'HTML 4.01 Tags.Tag', 'Attribute' )

Feedback: MartinRinehart at gmail dot com

# # #