Internet Explorer Fonts Examples
Here are the lines showing examples of all the fonts supported by Microsoft Internet Explorer. You may not have all the fonts available on your computer. This example shows how Andale Mono font will...
View ArticleMac System Fonts Examples
Here are the lines showing examples of all the fonts supported by Mac System. You may not have all the fonts available on your computer. This example shows how American Typewriter font will look This...
View ArticleUnix Fonts Examples
Here are the lines showing examples of all the fonts supported by Unix System. You may not have all the fonts available on your computer. This example shows how Charter font will look This example...
View Articletext MIME Media Type
Following are subtypes for text: calendar css directory enriched html parityfec plain vnd.curl prs.lines.tag rfc822-headers richtext rtf sgml t140 tab-separated-values uri-list vnd.abc...
View Articleimage MIME Media Types
Following are subtypes for image: bmp cgm g3fax gif ief jpeg naplps png prs.btif prs.pti t38 vnd.fujixerox.edmics-rlc tiff-fx vnd.cns.inf2 vnd.djvu vnd.dwg vnd.dxf vnd.fastbidsheet vnd.fpx vnd.fst...
View Articlemultipart MIME type
Following are subtypes for multipart: alternative appledouble byteranges digest encrypted form-data header-set mixed parallel related report signed voice-messagerelated &nsbp; &nsbp; The post...
View Articleaudio MIME Types
Following are subtypes for audio: 32kadpcm GSM-EFR vnd.3gpp.iufp AMR L8 vnd.cisco.nse AMR-WB L16 vnd.cns.anp1 basic L20 vnd.cns.inf1 CN L24 vnd.digital-winds DAT12 LPC vnd.everad.plj dsr-es201108 MPA...
View Articlevideo MIME Types
BMPEG MP4V-ES vnd.mpegurl BT656 MPV vnd.nokia.interleaved-multimedia CelB mpeg vnd.objectvideo DV mpeg4-generic vnd.sealed.mpeg1 H261 nv vnd.sealed.mpeg4 H263 parityfec vnd.sealed.swf H263-1998...
View Articlemessage MIME Type
Following are subtypes for message: CPIM http s-http delivery-status news sip disposition-notification partial sipfrag external-body rfc822 The post message MIME Type appeared first on .
View Articlemodel MIME Media types
Following are subtypes for model: iges vnd.gdl vnd.parasolid.transmit.binary mesh vnd.gs-gdl vnd.parasolid.transmit.text vnd.dwf vnd.gtw vnd.vtu vnd.flatland.3dml vnd.mts vrml The post model MIME...
View ArticleApplication MIME Type list
Following are subtypes for application: activemessage andrew-inset applefile atomicmail batch-SMTP beep+xml cals-1840 cnrp+xml commonground cpl+xml cybercash dca-rft dec-dx dicom dvcs EDI-Consent...
View ArticleHTML Comment tag
Description: The HTML comment tag is used to insert comments inside the code. All the text inserted inside this tag will be ignored by the browser (with the exception of scripts and style codes in...
View ArticleHTML Doctype tag
Description: The <!DOCTYPE> declaration must be the very first thing in your HTML document, before the <html> tag. The HTML !doctype tag is used for specifying which version of HTML the...
View ArticleHTML A tag
Description: The HTML a tag is used for creating a hyperlink to either another document, or somewhere within the current document. The most important attribute of the <a> element is the href...
View ArticleHTML abbr Tag
Description: The HTML abbr element contains abbreviated text and is commonly used together with the "title" attribute to expand/explain the abbreviation. Visual browsers usually render the content of...
View ArticleHTML Acronym tag
Acronym tag Description: The HTML acronym tag element defines its content as an acronym, and is commonly used together with the "title" attribute to expand/explain the acronym. Visual browsers usually...
View ArticleHTML Address Tag
Description: The HTML address tag element provides contact information on a page. It could be used, for example, to provide information about the enterprise behind the website, the author of a...
View ArticleHTML applet Tag
Description: The HTML applet tag is used for embedding a Java applet within an HTML document. The applet tag is deprecated in HTML 4.01 and is not supported in XHTML (strict DTD) or HTML 5. Use the...
View ArticleHTML area tag
Description: The HTML area tag element defines a sector or area in an image map. There are three types of areas: circular, rectangular or poligonal. Image maps are commonly used toghether with images...
View ArticleHTML b tag
Description: The <b> tag specifies bold text. The HTML b tag makes its content rendered in bold font style. Creating bold text can be accomplished through the use of the <b> bold tag....
View Article