Above web page is saying about HTML variable formatting.
I wish to know what is the different between following two method of formatting, because both are giving same result. Problem is highlighted.
Einstein wrote:
<
var>E</var> = <var>mvar> <var>cvar>2Einstein wrote:
<i>E</i> = <i>m<i/><i>c</i>2

VulpesPosted Oct 19, 2014, 9:14 AM
The tag is telling the browser or other program rendering the HTML that a variable is to be formatted in some way which makes it distinct from 'ordinary' text. In practice most browsers just use italics for this tag which explains why visually it looks the same as .
MahaPosted Oct 19, 2014, 9:18 AM