サルでもわかるWEBプログラミング

フリーソフトのみでホームページ作成

ユーザ用ツール

サイト用ツール


index.html


差分

このページの2つのバージョン間の差分を表示します。

この比較画面にリンクする

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン 両方とも次のリビジョン
index.html [2020/04/14]
adash333 [リンク]
index.html [2021/10/08]
adash333 [リンク]
行 1: 行 1:
 ===== このサイトについて ===== ===== このサイトについて =====
- ---//2019/02/10 更新// + ---//2021/01/11 更新// 
-2018年現在、プログラミングど素人の私が、Windowsパソコンで<wrap hi>フリーソフトのみでWEBプログラミング</wrap>で遊んだ経過を残したいと思います。+2020年現在、プログラミングど素人の私が、Windowsパソコンで<wrap hi>フリーソフトのみでWEBプログラミング</wrap>で遊んだ経過を残したいと思います。
  
 HTML, CSS, Javascriptを用いて、WEBサイト、Androidスマホアプリを作りたいと思います。 HTML, CSS, Javascriptを用いて、WEBサイト、Androidスマホアプリを作りたいと思います。
行 22: 行 22:
  
 https://github.com/adash333/html001/blob/master/index.html https://github.com/adash333/html001/blob/master/index.html
 +
 +<code html>
 +<!DOCTYPE html>
 +<html>
 +  <head>
 +    <title>初めてのホームページ</title>
 +  </head>
 +  <body>
 +    <h1>初めてのホームページ</h1>
 +    <p>GitHubで公開</p>
 +  </body>
 +</html>
 +</code>
 ==== 0.用意するもの ===== ==== 0.用意するもの =====
 1.パソコン\\ 1.パソコン\\
行 32: 行 45:
 ぜひ、この機会に、https://www.google.co.jp/chrome/から、Chromeをインストールしてみてください。 ぜひ、この機会に、https://www.google.co.jp/chrome/から、Chromeをインストールしてみてください。
  
-==== 1.Githubに登録 =====+==== 1.GitHubに登録 =====
  
-いきなり英語でとっつきづらいですが、以下のリンクから、Githubというサイトに登録します。+いきなり英語でとっつきづらいですが、以下のリンクから、GitHubというサイトに登録します。
  
   -https://github.com/へ行く   -https://github.com/へ行く
行 44: 行 57:
 {{:pasted:20181202-194330.png}} {{:pasted:20181202-194330.png}}
  
-==== 2.Githubで新規リポジトリを作成(新しいファイルの置き場所を作る) =====+==== 2.GitHubで新規リポジトリを作成(新しいファイルの置き場所を作る) =====
  
 GitHubにアカウント登録をすると、ログイン後の画面になりますので、画面右上の「+」ボタンをクリックして、さらに、New repository をクリック。 GitHubにアカウント登録をすると、ログイン後の画面になりますので、画面右上の「+」ボタンをクリックして、さらに、New repository をクリック。
行 279: 行 292:
 <iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//rcm-fe.amazon-adsystem.com/e/cm?lt1=_blank&bc1=000000&IS2=1&bg1=FFFFFF&fc1=000000&lc1=0000FF&t=i-doctor-22&language=ja_JP&o=9&p=8&l=as4&m=amazon&f=ifr&ref=as_ss_li_til&asins=B06XT19H2D&linkId=78aa758a8f8c1b48c67a65897c936aad"></iframe> <iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//rcm-fe.amazon-adsystem.com/e/cm?lt1=_blank&bc1=000000&IS2=1&bg1=FFFFFF&fc1=000000&lc1=0000FF&t=i-doctor-22&language=ja_JP&o=9&p=8&l=as4&m=amazon&f=ifr&ref=as_ss_li_til&asins=B06XT19H2D&linkId=78aa758a8f8c1b48c67a65897c936aad"></iframe>
 </html> </html>
 +
 ===== リンク ===== ===== リンク =====
 +https://gihyo.jp/dev/serial/01/enjoy-pg
 +もっと楽しむ! プログラミング言語 「豆」談義
 +2007年
 +
 +https://www.tohoho-web.com/html/memo/htmlls.htm
 +HTML Living Standard
 +
 +
 +
 +===== リンク =====
 +[[00.科学的根拠に基づく教育:index.html|00.科学的根拠に基づく教育EBE]]
 +
 +[[00.お金:index.html|00.お金トップページ]]
 +
 +[[00.眼科:index.html|00.眼科トップページ]]
 +
 +
 [[00.ionic4:index.html|スマホ用ホームページ&amp;スマホアプリ作成ソフトIonic4]] [[00.ionic4:index.html|スマホ用ホームページ&amp;スマホアプリ作成ソフトIonic4]]
  
 [[00.ionic5:index.html|スマホアプリ作成ソフトIonic4]] [[00.ionic5:index.html|スマホアプリ作成ソフトIonic4]]
  
-[[covid19:index.html|covid19:index.html]]+[[00.covid19:index.html|covid19トップページ]] 
 + 
 +[[00.react:index.html|Reactトップページ]] 
 + 
 +[[00.python:index.html|Pythonトップページ]] 
 + 
 +[[00.swift:index.html|Swiftトップページ]] 
 + 
  
 [[elm:index.html]] [[elm:index.html]]
 +
 +[[java:index.html]]
 +
 +[[TensorFlow.js:index.html|TensorFlow.js]]
  
 [[vue:index.html]] [[vue:index.html]]
 +
 +[[windows11:index.html]]
  
 [[z_blog:index.html]] [[z_blog:index.html]]
 +
 +[[Dokuwiki記法|Dokuwiki記法]]


index.html.txt · 最終更新: 2023/07/23 by adash333