Sunday, February 7, 2021

html dictionary:html new page

Keywords: html, html new page, html new page code, html code page, beginning page html

html learn, learn html, open page html,new page html,boilerplate html




<!DOCTYPE html> <html> <head> </head> <body> <h1>The a target attribute</h1> <a href="https://www.w3schools.com" target="_blank">Visit W3Schools.com!</a> <p>thank you w3schools :)</p> <p>If you set the target attribute to "_blank", the link will open in a new browser window or a new tab.</p> </body> </html>

No comments:

Post a Comment