abc

Share This blog with your friends, so that we can improve more & more . our aim is to easy & simple way of learning.

12/16/2020

Is it possible to have two levels of subscript in HTML 5 document in the same line?

 It is possible just write subscript or superscript level means subscript within subscript.


<!DOCTYPE html>

<html>

<body>

<h1>The sub and sup elements</h1>

<p>This text contains <sub>subscript<sub>a</sub></sub> text.</p>

</body>

</html>


another example a<sub>b<sub>c</sub></sub> - useful to math calculation


(a2)2  suppose this is mathematics format - <div>(a<sup>2<sup>)<sup>2</sup></div>


No comments:

Post a Comment

An Introduction to the Laravel Framework: What It Is and Why You Should Use It

  If you're a PHP developer looking for a modern, efficient, and powerful framework to build web applications, look no further than Lara...