Bueno este es mi ejercicio que hice sobre una pagina sobre funciones trigonometricas
<!DOCTYPE html>
<html>
<head>
<title>✍ Math for everyone</title>
</head>
<body>
<h1>Trigonometric functions</h1>
<hr>
<h2><i>Basic Trigonometric Functions</i></h2>
<p>Trigonometric functions are also known as Circular Functions can be simply defined as the functions of an angle of a triangle. It means that the relationship between the angles and sides of a triangle are given by these trig functions. The basic trigonometric functions are sine, cosine, tangent, cotangent, secant and cosecant.</p>
<hr>
<ul>
<li><b><h4>Table of contents</h4></b></li>
<ul>
<li>Basic Trigonometric Functions</li>
<ul>
<li>Sine</li>
<li>Cosine</li>
<li>Tangent</li>
<li>Contangent, Secant, Cosecant</li>
</ul>
<li>Formulas</li>
</ul>
</ul>
<p>
These functions are fundamental in trigonometry, each with distinct properties and periodic behaviors, often used to model periodic phenomena and solve various geometric and calculus problems.
</p>
<img src="https://cdn1.byjus.com/wp-content/uploads/2020/01/Trigonometric-Functions-updated-1.png"width="400" height="200">
<ol>
<li>Sine(sine)</li>
<ul>
<li><i>Definition:</i> For a give angel in a right triangle, sine is the ratio of the lenght of the side opposite the angle to the lenght of the hypotenuse</li>
</ul>
<br>
<li>Consine</li>
<ul>
<li><i>Definition:</i> For a given angle in a right triangle, consine is the ratio of the lenght of the adjacent side to the lenght of the hypotenuse</li>
</ul>
<br>
<li>Tangent</li>
<ul>
<li><i>Definition</i>For a given angle, tangent is the ratio of the sine to consine of that angle</li>
</ul>
<br>
<li>Contangent</li>
<ul>
<li><i>Definition</i>Contangent is the reciprocal of tangent</li>
</ul>
<li>Secant</li>
<ul>
<li><i>Definition</i>Secant is the reciprocal of cosine</li>
</ul>
<il>Cosecant</il>
<ul>
<li><i>Definition</i>Cosecant is the reciprocal of sine</li>
</ul>
</ol>
</body>
</html>