Write a program to make text Italic in HTML
Write a program to make text Italic in HTML
Name of Program - Program to display marquee from down direction.
Text Editor - Notepad, Notepad++, Visual Studio Code, Atom, etc.
Code Input-
<!DOCTYPE html>
<html>
<head>
<title>Italic Text Example</title>
</head>
<body>
<p>The following word uses a <i>bold</i> typeface.</p>
</body>
</html>
Output Screen - Internet Browser, Google Chrome, Microsoft Edge, etc.
Code View -
The following word uses a bold typeface.
Post a Comment