Tag

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

  • 1
  • 5
  • 6