Click "Start Animation" to begin

HTML Source Code

<body>
  <div id="main-container">
    <h1>Iowa Corn...</h1>
    <p>Welcome!...</p>
  </div>
</body>

Rendered HTML Page

Iowa Corn Production...

Welcome! This page displays fictional data...

R Code & Environment

page %>% 
  html_element("#main-container")
container [xml_node]