Skip to content

Commit

Permalink
html tags
Browse files Browse the repository at this point in the history
  • Loading branch information
nanangbro committed Feb 28, 2022
1 parent 10c8bd7 commit 8b69eff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
let src = '/cat.gif';
let nameImages = 'Cute Cat';
let string = `here's some <strong>HTML!!!</strong>`;
</script>

<main>
Expand Down Expand Up @@ -60,6 +62,8 @@

<img {src} alt="{nameImages} dancing">

<p>{@html string}</p>

<link href="https://fonts.googleapis.com/css?family=Overpass:100,400" rel="stylesheet">

<style>
Expand Down

0 comments on commit 8b69eff

Please sign in to comment.