<html> | |
<head> | |
<style type="text/css"> | |
</style> | |
</head> | |
<body> | |
<h1>Html Heading</h1> | |
<p style="text-transform: none">On the Insert tab, the galleries include items.</p> | |
<p style="text-transform: capitalize">On the Insert tab, the galleries include items.</p> | |
<p style="text-transform: uppercase">On the Insert tab, the galleries include items.</p> | |
<p style="text-transform: lowercase">On the Insert tab, the galleries include items.</p> | |
</body> | |
</html> |