Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaoru-fukusato/e3dfeab94889e0976199abd3211cf741 to your computer and use it in GitHub Desktop.
Save kaoru-fukusato/e3dfeab94889e0976199abd3211cf741 to your computer and use it in GitHub Desktop.
コピペで学べるプログラミング基本2-2
/*HTML1*/
<a href="リンク先のURL" target="_blank">アンカーテキスト</a>
/*HTML2*/
<a href="リンク先のURL"><img src="画像のファイル名(保存場所)" alt="画像の説明文"></a>
/*javascript*/
<form>
ここは、おすすめ! →
<input type="button" value="Home Page" onclick="window.open('http://www.netshop.okinawa/')">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment