Skip to content

Commit 9fa6847

Browse files
committed
Update README.md
1 parent cdb2bda commit 9fa6847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ Cross-Origin Resource Sharing (CORS) is a W3C spec that allows cross-domain comm
556556
#### Q. What are `data-` attributes good for?
557557
* The HTML5 data attribute lets you assign custom data to an element. When we want to store more information/data about the element when no suitable HTML5 element or attribute exists
558558

559-
#### Q. Explain the difference between layout, painting and compositing.
559+
#### Q. Explain the difference between layout, painting and compositing?
560560
![alt text](https://github.com/learning-zone/HTML/blob/master/lib/img/frame-full.jpg)
561561

562562
* **JavaScript**: Typically JavaScript is used to handle work that will result in visual changes, whether it’s jQuery’s animate function, sorting a data set, or adding DOM elements to the page. It doesn’t have to be JavaScript that triggers a visual change, though: CSS Animations, Transitions, and the Web Animations API are also commonly used.

0 commit comments

Comments
 (0)