Skip to content

Commit ca553c1

Browse files
committed
Merge pull request #186 from jennygrib/patch-1
Update tutorial.md
2 parents b16980e + 246a835 commit ca553c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

html/lesson1/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ Add this underneath the ordered list about why we like owls.
306306

307307
Some characters have special meaning in HTML. For instance, we use < and > to make HTML tags, and we use " to wrap our attributes. But what if we wanted to use those characters in our page?
308308

309-
One way is to use **HTML entities**. These have an ampersand, a name, then a semicolon. Here's the HTML entity for a quote character: `&quot`.
309+
One way is to use **HTML entities**. These have an ampersand, a name, then a semicolon. Here's the HTML entity for a quote character: `&quot;`.
310310

311311
You can also use a numerical format to produce special characters. [Here's a list](http://htmlandcssbook.com/extras/html-escape-codes/) of some common entities.
312312

0 commit comments

Comments
 (0)