Horje

How to create HTML <var> Tag

It Defines some text as variables in a document.
index.html
Example: HTML
<p>The area of a triangle is: 1/2 x <var>b</var> x <var>h</var>, where <var>b</var> is the base, and <var>h</var> is the vertical height.</p>

Output should be:

How to create HTML <var> Tag




Type :
html
Category :
Web Tutorial
Sub Category :
HTML Tag
Uploaded by :
Admin