Skip to content

Commit d147d4b

Browse files
authored
Update task.md
1 parent 4b02949 commit d147d4b

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/1-document/06-dom-attributes-and-properties/1-get-user-attribute

1 file changed

+1
-1
lines changed

2-ui/1-document/06-dom-attributes-and-properties/1-get-user-attribute/task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ importance: 5
77
Write the code to select the element with `data-widget-name` attribute from the document and to read its value.
88

99
```html run
10-
<!DOCTYLE HTML>
10+
<!DOCTYPE html>
1111
<html>
1212
<body>
1313

0 commit comments

Comments
 (0)