This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Responsive Table</title> | |
<meta charset="UTF-8"> | |
<meta name="description" content="How to create a responsive table"> | |
<meta name="keywords" content="HTML,CSS"> | |
<meta name="author" content="Martine Dowden"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>Blink Tag Demo</h1> | |
<app-blink title="Blink me"> | |
<div slot="stuff"> | |
<ul> | |
<li>Sam I am</li> | |
<li>Green Eggs And Ham</li> | |
</ul> | |
</div> | |
</app-blink> |