Skip to content

Commit 885b326

Browse files
authored
Merge pull request #181 from Anjalisharma8072/f_branch
added missing attribute
2 parents 55f4a77 + e387653 commit 885b326

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/build-an-interactive-soundboard-with-p5js/build-an-interactive-soundboard-with-p5js.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ In the **index.html** given to us by p5.js, let's load the p5-related libraries
9393

9494
```html
9595
<!DOCTYPE html>
96-
<html lang="">
96+
<html lang="en">
9797

9898
<head>
9999
<meta charset="utf-8">

projects/build-an-interactive-soundboard-with-p5js/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="">
2+
<html lang="en">
33

44
<head>
55
<meta charset="utf-8">

0 commit comments

Comments
 (0)