Skip to content

Instantly share code, notes, and snippets.

@WazeedM
Created July 12, 2021 11:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WazeedM/0ecbdf4f310e855058e01b276d1facc9 to your computer and use it in GitHub Desktop.
Save WazeedM/0ecbdf4f310e855058e01b276d1facc9 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
<title>Dive deep into rendering engine</title>
</head>
<body>
<div class="container">
<h1>Rendering engine process</h1>
<ul>
<li>DOM</li>
<li>CSSOM</li>
<li>Render Tree</li>
<li>Layout</li>
<li>Paint</li>
</ul>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment