Code
Execute
<!DOCTYPE html> <html> <head> <title>Wikitechy var tag</title> </head> <body> <h2>HTML var tag with example.</h2> <p>Solve the equation <var>y</var> = <var>x</var> + 4 </p> </body> </html>
Result