<div style="margin-bottom: 1em;">
  <form action="https://www.google.com/search" method="get" target="_blank">
    <label for="google-search">Søg med Google:</label><br>
    <input type="text" name="q" id="google-search" placeholder="Søg på Google">
    <button type="submit">Søg</button>
  </form>
</div>

<div>
  <form action="https://duckduckgo.com/" method="get" target="_blank">
    <label for="ddg-search">Søg med DuckDuckGo:</label><br>
    <input type="text" name="q" id="ddg-search" placeholder="Søg på DuckDuckGo">
    <button type="submit">Søg</button>
  </form>
</div>

Blog