code
<code> this tag is used to write a part of computer code code in the webpage
<!DOCTYPE html>
<html>
<body>
<code>A piece of computer code</code><br>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<code>A piece of computer code</code><br>
</body>
</html>
Output:
A piece of computer code
Comments
Post a Comment