Basic tag 1
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<main>
<section>
<center>
<h1>Computer</h1>
<h2>Computer</h2>
<h3>Computer</h3>
<h4>Computer</h4>
<h5>Computer</h5>
<h6>Computer</h6>
With WebRTC, you can add real-time communication capabilities <br>to your application that works on top <br>of an open standard. It supports video, voice, and generic
</center>
</section>
<section>
<div>
Computer Div
</div>
</section>
<span>
span
</span>
<b>Computer</b> <br>
<i>Computer</i><br>
<u>Computer</u><br>
4<sub>2</sub> <br>
4<sup>2</sup><br>
<strike>Computer</strike>
<b><i> <u> sabir </u></i></b>
<u><i><b>Sabir</b></i></u>
<p id="p" >
With WebRTC,
you can add real-time
communication<br> capabilities to your application that works on top of an open standard. It supports video, voice, and generic
</p>
<pre>
With WebRTC,
you can add real-time
communication<br> capabilities to your application that works on top of an open standard. It supports video, voice, and generic
</pre>
</main>
</body>
</html>
Comments
Post a Comment