Write a program to convert normal text into small text
Write a program to convert normal text into small text
Name of Program - Program to Convert text into small text.
Text Editor - Notepad, Notepad++, Visual Studio Code, Atom, etc.
Code Input- <!DOCTYPE html>
<html>
<head>
<title>Smaller Text Example</title>
</head>
<body>
<p>The following word uses a <small>small</small> typeface.</p>
</body>
</html>
</html>
<head>
<title>Smaller Text Example</title>
</head>
<body>
<p>The following word uses a <small>small</small> typeface.</p>
</body>
</html>
</html>
Output Screen - Internet Browser, Google Chrome, Microsoft Edge, etc.
Code View -
The following word uses a small typeface.
Post a Comment