https://s3-us-west-2.amazonaws.com/secure.notion-static.com/c87c1fd0-355b-43c7-acb2-4cfc4f2e441a/_.png

브라우저 구조

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/c151004c-4124-408f-b5cc-8d137b43be67/_.png

렌더링 엔진의 역할

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/d9d4b942-edfd-4809-adbb-3121705365e4/_.png

<html>
	<body>
		<p>Hello!</p>
		<div>
			<img src="hello.png"/>
		</div>
	</body>
</html>