GSG-G9 / code-SOZAbit

0 stars 0 forks source link

improper use of attributes on some tags #32

Open AhmedSafi97 opened 4 years ago

AhmedSafi97 commented 4 years ago

https://github.com/GSG-G9/code-SOZAbit/blob/83ab0b5ce6d5be8a1c29b6a4d32156db344560c0/index.html#L30 https://github.com/GSG-G9/code-SOZAbit/blob/83ab0b5ce6d5be8a1c29b6a4d32156db344560c0/index.html#L42

Attribute name is not allowed on div tag. Read more about the name attribute to know how to use it properly.

Also, you can check this attributes list to know more about HTML attributes and how you can use them correctly and take advantage of them.