how can use italic tag in html page code
<html><head>
<title>Italic</title>
</head>
<body>
<p>This is how we make a word appear <i>italic</i>.</p>
<p>It's a potato <i>Solanum teberosum</i>.</p>
<p>Captain Cook sailed to Australia on the <i>Endeavour</i>.</p>
</body>
</html>
1 comments:
html sample codes for learning
html code Hidden inputs contain non-visual information
Post a Comment