Home  >  Article  >  Web Front-end  >  HTML superscript and subscript application examples

HTML superscript and subscript application examples

零下一度
零下一度Original
2017-04-17 14:43:442282browse

This article mainly introduces the application examples of html superscript and subscript. It feels very practical. Friends in need can refer to it

<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<title>web</title>
	</head>
	<body>
		A<SUB>11</SUB>A<SUB>12</SUB>...A<SUB>1n</SUB></br>
		a<SUP>2</SUP>+b<SUP>2</SUP>=c<SUP>2</SUP></br>
		B<SUP>a</SUP><SUP>b</SUP></br>
		C<SUP>a<SUP>b</SUP></SUP></br>
		C<SUP>b<SUB>1</SUB></SUP></br>
		SO<SUB>4</SUB><SUP style="margin-left:-5px">-2</SUP></br>
		2HCO<SUB>3</SUB><SUP style="margin-left:-5px">-</SUP> + Ca<SUP>2</SUP><SUP>+</SUP> + 2OH<SUP>-</SUP> = CaCO<SUB>3</SUB>↓ + H<SUB>2</SUB>O + CO<SUB>3</SUB><SUP style="margin-left:-5px">2-</SUP></br>
	</body>
</html>

Effect:

##Application fields: GeoExt / ArcMap Label...


The above is the detailed content of HTML superscript and subscript application examples. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn