Horje

Example of HTML <var> For Variables

Define some text as variables in a document:
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h2>The var Element</h2>

<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>

</body>
</html>

Output should be:

Example of HTML <var> For Variables




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Computer Code
Uploaded by:
Admin