HTML

HTML object Tag

<object width=”400″ height=”400″ data=”helloworld.swf”></object> Definition and Usage The <object&g...Read More

HTML noscript Tag

<script> document.write(“Hello World!”) </script> <noscript>Your browser does not support JavaScript!</noscript> D...Read More

HTML noframes Tag. Not Supported in HTML5.

<html> <frameset cols=”25%,50%,25%”> <frame src=”frame_a.htm”> <frame src=”frame_b.htm”> &...Read More

HTML nav Tag

<nav> <a href=”/html/”>HTML</a> | <a href=”/css/”>CSS</a> | <a href=”/js/”>Jav...Read More

HTML Meter Tag

<meter value=”2″ min=”0″ max=”10″>2 out of 10</meter><br> <meter value=”0.6″>6...Read More

HTML HEAD meta Tag

<head> <meta charset=”UTF-8″> <meta name=”description” content=”Your_Site_info”> <meta name=&...Read More

Twitter Meta Tag | Summery

Insert Tags under the <head> of your site and/or page. <meta name=”twitter:card” content=”summary”> <meta name=...Read More

Twitter Meta Tag | For Products

Insert Tags under the <head> of your site and/or page. <meta name=”twitter:card” content=”product”> <meta name=...Read More

Twitter Meta Tag | For Audio/video

Insert Tags under the <head> of your site and/or page <meta name=”twitter:card” content=”player”> <meta name=&#...Read More