Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Web component : Custom text Elements</title>
  
</head>
<body>
  <template id="italicTemplate">
    <style>
        :host::shadow i {
            font-size:20px;
        }
    </style>
    <i><!--Text Placeholder --></i>
</template>
  
<italic-text title="Sandeep Kumar Patel"></italic-text>
</body>
</html>
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
saan1984pro
0viewers