HTML superscript and subscript application examples

零下一度
Release: 2017-04-17 14:43:44
Original
2282 people have browsed it

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>
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!