HTML Standards-Based Database
© 2012, Martin Rinehart
Tags by Attribute, HTML 1–5
Again using our micro-SQL, we show the tags which use each attribute.
Example definition, HTML 5 (tags5
and attrs5
are
the raw data tables):
attrs5. join( tags5, 'Tag ID' ). order_by( 'Attribute' ). select( 'ID', 'Attribute', 'HTML 5 Tags.Tag' )
The above join creates a table with the default name, HTML 5 Attributes.HTML 5 Tags
.