Skip to content

Commit

Permalink
fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPCope committed Sep 10, 2024
1 parent 07a45d4 commit a1d9662
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"<body><head></head><html></html></body>",
"<html><body></body><head></head></html>"
],
"answer": "<html><head></head><body></body></html>"
"answer": "&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;/body&gt;&lt;/html&gt;"
},
{
"question": "Which HTML element is used to define the title of a document?",
Expand All @@ -32,7 +32,7 @@
"&lt;header&gt;",
"&lt;top&gt;"
],
"answer": "<title>"
"answer": "&lt;title&gt;"
},
{
"question": "What is the purpose of the <body> tag in HTML?",
Expand All @@ -52,7 +52,7 @@
"&lt;a&gt;",
"&lt;href&gt;"
],
"answer": "<a>"
"answer": "&lt;a&gt;"
},
{
"question": "Which tag is used to display images in HTML?",
Expand All @@ -62,7 +62,7 @@
"&lt;src&gt;",
"&lt;pic&gt;"
],
"answer": "<img>"
"answer": "&lt;img&gt;"
},
{
"question": "What attribute is used to provide the path of an image in the <img> tag?",
Expand All @@ -82,7 +82,7 @@
"&lt;list&gt;",
"&lt;li&gt;"
],
"answer": "<ul>"
"answer": "&lt;ul&gt;"
},
{
"question": "What does the <br> tag do?",
Expand Down Expand Up @@ -340,7 +340,7 @@
"&lt;description&gt;",
"&lt;img alt='description'&gt;"
],
"answer": "<img alt='description'>"
"answer": "&lt;img alt='description'&gt;"
},
{
"question": "What does ARIA stand for in web development?",
Expand Down Expand Up @@ -380,7 +380,7 @@
"&lt;a href='...'&gt;",
"&lt;p&gt;"
],
"answer": "<a href='...'>"
"answer": "&lt;a href='...'&gt;"
},
{
"question": "What is the purpose of the 'lang' attribute in an HTML page?",
Expand Down

0 comments on commit a1d9662

Please sign in to comment.