1
I have a simple search engine that does the search in html itself, how can I make the search results be shown in a new tab?
<input type="text" placeholder="Digite sua pergunta" autofocus name="query" size="16" style="font-size: 11 pt; color: #000000; font-family: Verdana; font-variant: small-; border: 1 solid #000000">
</font></font> <font face="Verdana, Arial, Helvetica, sans-serif" size="2">
<input type="submit" value="Buscar" style="font-size: 8 pt; color: #000000; font-family: Verdana; font-variant: small-caps; border: 1 solid #000000">
Search site http://leituracrista.com/indice/
Miguel just a detail, the tag
<font>
was neglected, you should now do the styles directly by CSS, https://www.w3schools.com/tags/tag_font.asp plus the closing tag</font>
is in the wrong place, should come after<font>
– hugocsl
Thank you! @hugocsl
– Miguel Silva