Yngvarr

Generation

generate functionThu, 01 Dec 2022

return html with function

function html($tag, $content){ return "<$tag>$content</$tag>"; } html('h1', 'Hello world');

Want to kickstart your project?Use the new AI Studio to create your code