Switch to full style
HTML code examples
Post a reply

set MIME type in link

Thu Dec 08, 2011 11:58 pm

Set the MIME type in the link tag.
Code:
<html>
<
head>
<
title>MIME content type </title>
</
head>
<
body>
<
pYou can specify the MIME content type of the linked page.<br/>
<
a type="text/html" 
   
href="#"
    
>open new page
</a>
</
p>
</
body>
</
html>  
 




Post a reply
  Related Posts  to : set MIME type in link
 Type conversions     -  
 Type Conversion     -  
 Create Object and get its type     -  
 Data Type in Programming     -  
 Testing the Type of a Variable     -  
 range of data type     -  
 Is String a data type     -  
 String type default value     -  
 range of the short type     -  
 Boolean type constant     -  

Topic Tags

HTML Link