Viewing 1 replies (of 1 total)
  • Plugin Author wipeoutmedia

    (@wipeoutmedia)

    Hi thePleasurePrincess,

    Thanks for taking the time to write your post with your suggestions.
    We appreciate every support post.

    To provide some additional information to your post:

    type

    This attribute defines the styling language as a MIME type (charset should not be specified). This attribute is optional and default to text/css if it’s missing.
    Also comparing html 4.01 and html 5:

    html 4.01
    type = content-type [CI]
    This attribute specifies the style sheet language of the element’s contents and overrides the default style sheet language. The style sheet language is specified as a content type (e.g., “text/css”). Authors must supply a value for this attribute; there is no default value for this attribute.

    html 5
    The type attribute gives the styling language. If the attribute is present, its value must be a valid MIME type that designates a styling language. The charset parameter must not be specified. The default value for the type attribute, which is used if the attribute is absent, is “text/css”.

    Hope this helps

    Regards,
    Damian Baker

Viewing 1 replies (of 1 total)
  • The topic ‘CSS Code Blocks (solved)’ is closed to new replies.