Published
Edited
Feb 2, 2021
1 fork
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
html`
<section>
<h4>Welcome to HTML</h4>
<p>HTML is a markup language for the Web!</p>

<img src="blob:https://e-.static.observableusercontent.com/60988378-de5b-4eea-8504-052b6f57cca6" width="200" >
<div class="footer">
<a href=".">Do you want to know more?</a>
</div>
</section>
`
Insert cell
Insert cell
Insert cell
<h4>This is a heading</h4>
Insert cell
html`
<h4>This is a heading</h4>
`
Insert cell
Insert cell
Insert cell
html`
<h1>This is the main heading</h1>
<h2>A sleepy cat was found!</h2>

<p><strong>A sleepy cat</strong> was found on <em>a sunny day</em>.</p>
<div>
<img src="blob:https://e-.static.observableusercontent.com/60988378-de5b-4eea-8504-052b6f57cca6" width="240">
</div>

<h3>Comments</h3>
<ol>
<li>This</li>
<li>is</li>
<li>a comment.</li>
</ol>

<h3>Further Cats</h3>
<ul>
<li><a href="https://cataas.com/cat">Get a Random Cat</a></li>
<li><a href="https://www.google.com/search?q=cat">Cats on Google</a></li>
</ul>
`
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more