1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Database of all HTML5 Tags and Attributes

Discussion in 'Services' started by Overheard Daily, May 4, 2010.

  1. #1
    Hi,

    I need an sqlite database with all HTML5 tags and their attributes. The database should have two tables and look like this;

    TAGS TABLE
    id INT primary key
    tagName text
    description text (description of the tag)
    endingTag boolean (yes/no)
    deprecated boolean (whether it is deprecated in HTML5 or not)
    newHTML5 boolean (whether it is new in html5 or not)

    ATTRIBUTES TABLE
    id INT (primary key)
    tagId INT (tag it is associated with)
    attName text (attribute name)
    value text (possible values for this attribute and what value is expected ex href expects a value of URL. Must be keep consistent.)
    deprecate boolean (whether it is deprecated in html5 or not)
    newHTML5 boolean (whether it is new in html5)
    description text (description of what the attribute does)

    We will provide you with a detailed list of all this information, it just needs to be properly inserted into the database so you don't actually have to go around doing research. It's just a matter of entering details from a document into a database AND making sure there are no mistakes such as spelling or missing information.
     
    Overheard Daily, May 4, 2010 IP