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