md`## (4) img with internal CSS + attached background image`
{
html`
#logo{
width : 512px;
height : 512px;
background-image : url( ${ logo.url() } );
background-repeat : no-repeat;
}`
constimg=html`<img id='logo'>`
returnimg
}
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.