Create a navigation bar using an unordered list (<ul>) with links (<a>) inside list items (<li>). The links should navigate to different sections or pages. For example, Home, About, and Contact sections. This exercise will introduce you to creating simple site navigation with HTML.