Sunday, 26 June 2016

Text Italic In HTML

<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>

No comments:

Post a Comment