2 PY head meta head BASE

Size: px
Start display at page:

Download "2 PY 3 2 4 3 5 head 6............... 6 2 meta..................... 6 3 head............. 7 4 BASE......................... 7 6 8......................"

Transcription

1 HTML 04480

2 2 PY head meta head BASE HTML HTML PY

3 HTML Python2.5 HTML HTML HTML4.0 JavaScript Frame 2 PY #!/usr/bin/env python # -*- coding:shift_jis -*- from html import * title("test") all = head() all += end() print all (head title( ) TEST - -

4 HTML all = head() all += end() all 3 CSS STYLE STYLE CLASS ID STYLE, <a href= link address class="test" id="0"> </a> class id, =??? a(, link address,class="test", ID="0") - 2 -

5 HTML 4 + HTML HTML - 3 -

6 HTML ---HTML --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" " <html lang="ja"> <head> <meta HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=Shift_JIS"> <meta HTTP-EQUIV="Content-Style-Type" CONTENT="textcss"> <title>sample</title> </head> <body > <TABLE border=""> <TBODY> <TR><TH> </TH><TH> </TH></TR> <TR><TD> </TD><TD> </TD></TR> <TR><TD> </TD><TD> </TD></TR> <TR><TD> </TD><TD> </TD></TR> <TR><TD> </TD><TD> </TD></TR> </TBODY> </TABLE> HTML <table> <tr> <td> <th> <tr> - 4 -

7 HTML --- #!/usr/bin/env python # -*- coding:shift_jis -*- from html import * title("sample") all = head() all += table( tbody( tr(th(" ") + th(" ")) +tr(td(" ") + td(" ")) +tr(td(" ") + td(" ")) +tr(td(" ") + td(" ")) +tr(td(" ") + td(" ")) ),BORDER="") all += end() print all all all <table> <tr>,<th>,<td> BOR- DER <tr> <td> + <td> <tr> + Python - 5 -

8 HTML HTML 5 head title() all stylesheet( <link rel="stylesheet" type="text/css" href=" " title="default"> stylesheet( ) DEFAULT= DEFAULT title 2 meta title() all meta( ) <meta > meta( - 6 -

9 HTML meta( content="mshtml " name=generator 3 head title() all link( URL, <link href="url" rel=" " > link( URL, TUIKA= TUIKA link( URL,,TUIKA= link( URL,,TUIKA= title= type="application/rss+xml" TUIKA 4 BASE title() all base( <base href=" "> base( - 7 -

10 HTML 6 i a 2 <a href= link address > </a> a(, link address CHARSET=, HREFLANG=, TYPE=, NAME=, REL=, REV=, SHAPE=, COORDS=,TABINDEX=, ACCESSKEY=, TARGET=, CLASS=, ID=, STYLE= ii acronym <acronym>eu acronym</acronym> acronym( EU acronym iii address <address> </address> address( ) - 8 -

11 HTML iv b <b> </b> b( ) v dir 2 <bdo dir=" "> </bdo> bdo(, CLASS=, ID=, STYLE= vi big <big> </big> big( - 9 -

12 HTML vii blockquote <blockquote> </blockquote> blockquote( CITE=, CLASS=, ID=, STYLE= viii br 0 <br> br() ix button 2 <button type= > </button> button(, NAME=, VALUE=, DISABLED=, TABINDEX=, AC- CESSKEY=, CLASS=, ID=, STYLE= - 0 -

13 HTML x caption <caption> </caption> caption( ALIGN=, CLASS=, ID=, STYLE= xi cite <cite> </cite> cite( xii code <code> </code> code( xiii dd - -

14 HTML <dd> </dd> dd( xiv dfn <dfn> </dfn> dfn( xv div <div> </div> div(, test0 xvi dl <dl> </dil> - 2 -

15 HTML dl( xvii dt <dt> </dt> dt( xviii em <em> </em> em( xix fieldset <fieldset> </fieldset> fieldset( - 3 -

16 HTML xx form 2 <form action="action "> </form> form(, action METHOD=, ENCTYPE =, ACCEPT CHARSET=, ACCEPT=, NAME=, TARGET=, CLASS=, ID=, STYLE= xxi h <h> </h> h( xxii h2 <h2> </h2> h2( - 4 -

17 HTML xxiii h3 <h3> </h3> h3( xxiv h4 <h4> </h4> h4( xxv h5 <h5> </h5> h5( - 5 -

18 HTML xxvi h6 <h6> </h6> h6( xxvii hr 0 <hr> hr() xxviii i <i> </i> i( xxix img 2-6 -

19 HTML <img src=" " alt=" "> img(, LONGDESC=, WIDTH=, HEIGHT=, USEMAP=, ISMAP=, NAME=, CLASS=, ID=, STYLE= xxx ins <ins> </ins> ins( CITE=, DATETIME=, CLASS=, ID=, STYLE= xxxi kbd <kbd> </kbd> kbd( xxxii label <label> </label> - 7 -

20 HTML label( FOR ID=, ACCESSKEY=, CLASS=, ID=, STYLE= label for FOR ID xxxiii legend <legend> </legend> legend( ACCESSKEY=, CLASS=, ID=, STYLE= xxxiv li <li> </li> li( xxxv map 2 <map name="mapname"> </map> - 8 -

21 HTML map(, mapname xxxvi noframes <noframes> </noframes> noframes( xxxvii noscript <noscript> </noscript> noscript( xxxviii object <object>object </object> object( object - 9 -

22 HTML DATA=, TYPE=, CLASSID=, CODETYPE=, ARCHIVE=, CODEBASE=, WIDTH=,HEIGHT=, USEMAP=, DECLARE=, STANDBY=, NAME=, TABINDEX=, CLASS=, ID=, STYLE= xxxix ol <ol> </ol> ol( xl optgroup 2 <optgroup label=" "> </optgroup> optgroup(, DISABLED=, CLASS=, ID=, STYLE= xli option <option> </option>

23 HTML option( SELECTED=, VALUE=, LABEL=,DISABLED=, CLASS=, ID=, STYLE= xlii p <p> </p> p( xliii param 3 <param name= name value= value valuetype= valuetype ></param> param( name, value, valuetype CLASS=, ID= xliv pre <pre> </pre> - 2 -

24 HTML pre( xlv q <q> </q> q( CITE=, CLASS=, ID=, STYLE= xlvi rb <rb> </rb> rb( xlvii rbc <rbc> </rbc> rbc( rb

25 HTML xlviii rp <rp> </rp> rp( xlix rt <rt> </rt> rt( RBSPAN=, CLASS=, ID=, STYLE= l rtc <rtc> </rtc> rtc( rt

26 HTML li ruby <ruby> </ruby> ruby( lii samp <samp> </samp> samp( liii script 2 <script type= > </script> script(, SRC=, CHARSET=, DEFER=

27 HTML liv select <select> </select> select( NAME=, SIZE=, MULTIPLE=, DISABLED=, TABINDEX=, CLASS=, ID=, STYLE= lv small <small> </small> small( lvi span <span> </span> span(

28 HTML lvii strong <strong> </strong> strong( lviii sub <sub> </sub> sub( lix sup <sup> </sup> sub( lx table

29 HTML <table> </table> table( SUMMARY=, WIDTH=, BORDER=, FRAME=, RULES=, CELLSPACING=, CELLPADDING=, CLASS=, ID=, STYLE= lxi tbody <tbody> </tbody> tbody( ALIGN=, VALIGN=, CHAR=, CHAROFF=, CLASS=, ID=, STYLE= lxii td <td> </td> td( ROWSPAN=, COLSPAN=, ALIGN=, VALIGN=, CHAR=, CHAROFF=, ABBR=, AXIS=, HEADERS=,

30 HTML SCOPE=, CLASS=, ID=, STYLE= lxiii textarea 3 <textarea cols= rows= > </textarea> textarea(,, NAME=, DISABLED=, READONLY=, TABINDEX=, ACCESSKEY=, CLASS=, ID=, STYLE= lxiv tfoot <tfoot> </tfoot> tfoot( ALIGN=, VALIGN=, CHAR=, CHAROFF=, CLASS=, ID=, STYLE= lxv th <th> </th>

31 HTML th( ROWSPAN=, COLSPAN=, ALIGN=, VALIGN=, CHAR=, CHAROFF=, ABBR=, AXIS=, HEADERS=, SCOPE=, CLASS=, ID=, STYLE= lxvi thead <thead> </thead> thead( ALIGN=, VALIGN=, CHAR=, CHAROFF=, CLASS=, ID=, STYLE= lxvii tr <tr> </tr> tr( ALIGN=, VALIGN=, CHAR=, CHAROFF=, CLASS=, ID=, STYLE= lxviii tt

32 HTML <tt> </tt> tt( lxix ul <ul> </ul> ul( lxx var <var> </var> var( 2 HTML Python

33 HTML i del del python delete <del> </del> delete( input type ii input type= submit <input type="submit" value=" "> inputsubmit( NAME=, CLASS=, ID=, STYLE= iii input type= reset <input type="reset" value=" "> inputreset( - 3 -

34 HTML iv input type= image 3 <input type="image" src=" " alt=" " name ="cgi name"> inputimage(,, cgi name v input type= checkbox 2 <input type="checkbox" name="cgi name" value=" "> checkbox( cgi name, CHECKED=, CLASS=, ID=, STYLE= vi input type= hidden 2 <input type="hidden" value=" " name ="cgi name">

35 HTML hidden(, cgi name vii input type= password <input type="password" name ="cgi name"> password( cgi name SIZE=, VALUE=, MAXLENGTH=, CLASS=, ID=, STYLE= viii input type= text <input type="text" name ="cgi name"> text( cgi name SIZE=, VALUE=, MAXLENGTH=, CLASS=, ID=, STYLE= ix input type= radio 2 <input type="radio" value=" " name ="cgi name">

36 HTML radio(, cgi name CHECKED=, CLASS=, ID=, STYLE= 3 i html commnet( <!-- --> 4 HTML \n HTML 7 PY PY HTML python PY.py HTML.html

37 HTML

NOWPAP

NOWPAP 1995 2001 2007 2009 7 15 2010 1 26 20 8 198km 4 2009 2011 22 21 20 i 22 503 810 22 ii 21 7 21 82 NOWPAP iii 2010 85 242 1 1990 5 2 iv 48 1991 3 24 v 23 13 7 18 6900 5 4400 4 1 2010 511 2 3 1989 1996 2003

More information

address 連絡先 可 lang xmlns applet Javaアプレット - EMOBILE 非対応 area イメージマップ alt shape "default" coords href nohref tabindex accesskey target "_self" 可 XHTML

address 連絡先 可 lang xmlns applet Javaアプレット - EMOBILE 非対応 area イメージマップ alt shape default coords href nohref tabindex accesskey target _self 可 XHTML Appendix_A EMOBILE XHTML, HTML タグ対応表 印のおよび属性はモバイルブラウザで使用できます で示す項目は一部の端末で使用できません 可 で示す項目は視覚的効果がないなど 条件付きで使できます A a アンカー href charset hreflang type name 可 XHTML 未定義 rel rev shape coords tabindex accesskey

More information

29 5 v 2000 vi

29 5 v 2000 vi 28 2018. 3 2017 11 30 i ii iii 1549 iv 2017 29 5 v 2000 vi 30 2018. 3 10 18 R. 1549 1. 直ちに行われた社会事業 1549 8 15 8 31 1534 16 vii 19 11 11 4 1551 11 2 3 1549 1 12 viii 1549 1555 1557 12 2010 32 2018. 3 ix

More information

15 5 8

15 5 8 26 1 5 5 15 5 8 international organization 19 2 1 i inter-governmental organization i ii 191 IAEA 135 WTO 146 iii EU 15 ADB 32 15 8 103 UN United Nations League of Nations i 1998 109 1995 250 ii 1999

More information

1 1 1.1............................. 1 1.2....................... 1 2 HTML 2 2.1 web HTML......................... 2 2.1.1 HTML.................... 2

1 1 1.1............................. 1 1.2....................... 1 2 HTML 2 2.1 web HTML......................... 2 2.1.1 HTML.................... 2 XHTML DOM JavaScript 2 2008 7 1 1 1 1.1............................. 1 1.2....................... 1 2 HTML 2 2.1 web HTML......................... 2 2.1.1 HTML.................... 2 2.1.2 HTML.........................

More information

I

I I II III IV V VI VII VIII IX X XI XII XIII XIV XV XVI XVII XVIII XIX XX XXI XXII XXIII XXIV XXV XXVI XXVII XXVIII 1 1. 2 3 2. 4 1 5 6 7 8 9 10 1 2 3 11 3. 12 13 14 1 2 3 15 4 5 16 1 2 3 17 4 18 4. 1 2

More information

individual

individual 仮構世界とフィギュアと自己同一性 初音ミク 惣流 / 式波 アスカ ラングレー 戦場ヶ原ひたぎ ブラック ロックシューターの人格特性 1. 初音ミク vocaloid individual VOCALOID VOCALOID Meiko Kaito Vocaloid VOCALOID [ 図 1] VOCALOID 初音ミク のパッケージ イラスト i ii [ 図 2] グッドスマイルカンパニー

More information

~/WWW-local/compIID (WWW IID ) $ mkdir WWW-local $ cd WWW-local $ mkdir compiid 3. Emacs index.html n (a) $ cd ~/WWW/compIID

~/WWW-local/compIID (WWW IID ) $ mkdir WWW-local $ cd WWW-local $ mkdir compiid 3. Emacs index.html n (a) $ cd ~/WWW/compIID 10 10 10.1 1. 2. 3. HTML(HyperText Markup Language) Web [ ][ ] HTML Web HTML HTML Web HTML ~b08a001/www/ ( ) ~b08a001/www-local/ ( ) html ( ) 10.2 WWW WWW-local b08a001 ~b08a001/www/ ~b08a001/www-local/

More information

コンピュータサイエンス 1. ウェブの基本

コンピュータサイエンス 1. ウェブの基本 1. Chris Plaintail May 18, 2016 1 / 27 1 2 HTML HTML 3 CSS style 2 / 27 HTML HTML HTML HTML CSS HTML CSS 3 / 27 4 / 27 HTML HTML, CSS HTML, CSS http, https file CSS HTML CSS.html PC file:// PC.html 5 /

More information

コンピュータサイエンス 4. ウェブプログラミング

コンピュータサイエンス 4. ウェブプログラミング 4. Chris Plaintail 2014 1 / 43 1 HTML CSS 2 JavaScript DOM jquery 3 4 PHP SQL PHP SQL 2 / 43 HTML HTML CSS HTML Ajax (Asynchronous JavaScript + XML) PHP SQL 3 / 43 HTML, CSS http, https CSS HTML CSS.html

More information

1960 1960 1983 (i) 1993 1994

1960 1960 1983 (i) 1993 1994 The Tendency of Modern Thought and the Perception of Africa Shino Notsu 2001 1960 1960 1983 (i) 1993 1994 (ii) (iii) (iv) 1990 (v) (vi) (vii) 16 1548 17 1581 23 (viii) (ix) 19 (x) 1875 18 19 (xi) (xii)

More information

* * * ** ** ** * ** * ** * ** * ** * ** ** * * ** * ** *** **** * ** * * * ** * * ** *** **** * * * * * * * * * * ** * * ** * ** ix

* * * ** ** ** * ** * ** * ** * ** * ** ** * * ** * ** *** **** * ** * * * ** * * ** *** **** * * * * * * * * * * ** * * ** * ** ix * * * * * * * * ** * * * ** * ** * ** * * * * * * ** * * * * * ** * ** = viii * * * ** ** ** * ** * ** * ** * ** * ** ** * * ** * ** *** **** * ** * * * ** * * ** *** **** * * * * * * * * * * ** * * **

More information

困ったときのQ&A

困ったときのQ&A Help i 1 ii iii v iv 2 C Alt Delete v iv vii vi vii vi viii ix x http://121ware.com/support/ 0120-977-121 x xi xii xii xii 1 2 3 4 5 xiii xiv xv xvi xvii xviii xix xx P A R T 1 P A R T 2 xxi P A R T 3

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション HTMLガイダンス 1 HTMLを 用 いたUI 設 定 2 色 々な 見 え 方 で 画 面 に 表 示 されるWebページ 全 て 文 字 /キャラクタで 表 現 されたデータの 集 まり HTML(Hyper Text Markup Language) パソコン 等 のインターネット 端 末 のブラウザソフトで 文 書 情 報 を 表 示 するときに 用 いられるプログラム 言 語 の 一 種

More information

困ったときのQ&A

困ったときのQ&A Help i 1 ii iii v iv 2 C Alt Delete v iv vii vi vii vi viii ix x x xi 1 2 3 4 5 xii xiii xiv xv xvi xvii c c c xviii xix P A R T 1 P A R T 2 xx P A R T 3 xxi P A R T 4 xxii xxiii P A R T 1 2 1 1 2 3

More information

あいち電子自治体ガイドライン(第1章)

あいち電子自治体ガイドライン(第1章) 1-1 HTML/XHTML 5 1-2 h 6 1-3 TITLE 7 1-4 8 1-5 9 1-6 10 1-7 11 1-8 12 2-1 13 2-2 14 2-3 15 2-4 16 2-5 17 2-6 18 2-7 19 2-8 20 3-1 21 3-2 22 3-3 23 3-4 24 3-5 25 3-6 4 26 3-7 27 3-8 28 - i - 4-1 29 4-2

More information

Color MultiWriter 9900C/9800C ユーザーズマニュアル

Color MultiWriter 9900C/9800C ユーザーズマニュアル l l l l l i ii iii iv v vi vii viii ix x xi xii xiii xiv xv xvi xvii xviii xix xx xxi xxii xxiii xxiv xxv xxvi 1.1 1 2 3 1 1 4 5 1 1 6 7-1 1.2 1 8 1.3 1 9 1 1.3.1 10 1 2 11 1 1 1.3.2 12 13 1 1 14 1.4

More information

H10-3 placeholder 未 入 力 時 <textarea title="title " placeholder="placeholder "></textarea> placeholder title +placeholder + 各 input typeの 読 み 上 げ 例 tit

H10-3 placeholder 未 入 力 時 <textarea title=title  placeholder=placeholder ></textarea> placeholder title +placeholder + 各 input typeの 読 み 上 げ 例 tit HTML H1-1 title - あり - ページタイトル + ページ 遷 移 時 に 読 み 上 げる H1-2 - なし なし 読 み 上 げしない H2 h1...h6 みだし + H3 em - タグ 前 後 の がある 場 合 は 一 拍 おいて 読 まれる H4 strong

More information

...... ......

More information

1 1 1........................... 1 2.............................. 1 3........................ 2 2 3 1...................... 3 2.....................

1 1 1........................... 1 2.............................. 1 3........................ 2 2 3 1...................... 3 2..................... CSS 0348085 1 1 1........................... 1 2.............................. 1 3........................ 2 2 3 1...................... 3 2..................... 3 3........................... 5 3 CSS

More information

Web

Web Web 1 1 1........................... 1 2 Web...................... 1 3...................... 3 4........................ 4 5........................... 5 i............................ 5 ii iii..........................

More information

untitled

untitled 16 8 ...1...8...8...9...13...15...22...32...39...51...51...52...54...56...63...73 TMO...74 TMO...74 TMO...75...76...80...88...90 14 17 22 1_0-i *1 WAKAYAMA *1 X_Y-ZX Y Z -1- 1_0-ii 01 P.56 10 JR P.57

More information

8 Web 8.1 Web Web 8.3 XHTML Web (1) (2) 2 8.1.1 Web Web Web Web 4 Web Web 2 5 PC Web Microsoft Internet Explorer Netscape Navigator Mozilla Firefox We

8 Web 8.1 Web Web 8.3 XHTML Web (1) (2) 2 8.1.1 Web Web Web Web 4 Web Web 2 5 PC Web Microsoft Internet Explorer Netscape Navigator Mozilla Firefox We 8 Web Web XHTML XHTML 1 Web Web 1 Web XHTML Web Web XHTML XHTML Extensible HyperText Markup Language( ) Web HTML XML HTML Web 2 XHTML XHTML HTML 4.01 XHTML XHTML 1.0 3 XHTML XHTML XHTML Web 1 2 Netscape

More information

橡tsukii.PDF

橡tsukii.PDF WTO 4 WTO WTO WTO WTO (i) (ii) (iii) iv 2001 WTO 1 11 WTO GDP WTO WTO Dr Supachai Panichpakdi China and the WTO WTO WTO WTO WTO WTO 2001 11 1978 WTO (v) WTO WTO 1945 ITO ITO 1947 WTO GATT 23 GATT 1995

More information

1 1 1........................... 1 2.............................. 1 2 2 1........................... 2 2...................... 3 3...................

1 1 1........................... 1 2.............................. 1 2 2 1........................... 2 2...................... 3 3................... 0448051 1 1 1........................... 1 2.............................. 1 2 2 1........................... 2 2...................... 3 3.................... 4 4........................ 6 5...........................

More information

橡shiraishi.PDF

橡shiraishi.PDF 1 i ii 100 2 iii ( ) iv Jere Takahashi Nisei/Sansei: Shifting Japanese American Identities and Politics 1920 1970 Fujita and O Brien Japanese American Ethnicity 634 1980 90 1960 70 3 4 1882 1885 1924 v

More information

目 次 XHTML 編... 1 共 通 属 性... 1 文 書 構 造... 1 文 書... 2 リスト... 3 テーブル( 表 )... 3 リンク... 6 オブジェクト... 7 スタイルシート... 7 装 飾... 7 フォーム... 7 文 字 実 体 参 照... 9 CSS

目 次 XHTML 編... 1 共 通 属 性... 1 文 書 構 造... 1 文 書... 2 リスト... 3 テーブル( 表 )... 3 リンク... 6 オブジェクト... 7 スタイルシート... 7 装 飾... 7 フォーム... 7 文 字 実 体 参 照... 9 CSS Web クリエイター 能 力 認 定 試 験 スタンダード エキスパート 共 通 XHTML 1.0 対 応 受 験 者 用 リファレンス 目 次 XHTML 編... 1 共 通 属 性... 1 文 書 構 造... 1 文 書... 2 リスト... 3 テーブル( 表 )... 3 リンク... 6 オブジェクト... 7 スタイルシート... 7 装 飾... 7 フォーム... 7 文

More information

HTML HTML HTML 4.1 4.2 4.3 4.4 14 15 16 17

HTML HTML HTML 4.1 4.2 4.3 4.4 14 15 16 17 1 11 13 2 11 27 3 12 11 HTML HTML HTML 4.1 4.2 4.3 4.4 14 15 16 17 WWW(World Wide Web) HTML(HyperText Markup Language) HTML HTML HTML HTML - 1 - .1 HTML (V)(C) HTML - 2 - HTML HTML OS Windows 2.1 HTML

More information

388-356697252-2.pdf

388-356697252-2.pdf 専修大学 ネットワーク情報学部 2012年度 特殊演習 (Webプログラミング) 新居雅行 / Masayuki Nii 2 HTML/CSS 2012 4 23 1 2-1 Web 2 2-1 80 SSL Apache WindowsIIS Internet Information Server HTTP HyperText Transfer Protocol HTML HTML 1 1 [ URI]

More information

Microsoft PowerPoint - 第03回目.pptx

Microsoft PowerPoint - 第03回目.pptx 1 情 報 リテラシーII ( 樋 口 担 当 ) 3 回 目 10/10 本 日 の 予 定 2 Webページの 作 成 I.テキストの 記 述 方 法 II.ハイパーリンク III.インラインイメージ( 画 像 ) IV. 表 V. 課 題 3 I.テキストの 記 述 方 法 1. 改 行 4 終 了 タグは 無 い 改 行 していない なすび なすびがいっぱい

More information

■新聞記事

■新聞記事 情 報 処 理 C (P.1) 情 報 処 理 C (2016 年 度 ) ホームページ 作 成 入 門 テキストエディタ(メモ 帳 TeraPad など)でHTMLファイルを 作 成 する HTML(Hyper Text Markup Language ) ホームページを 記 述 するための 言 語 のこと テキストエディタの 起 動 (TeraPad の 場 合 ) [スタート]-[プログラム]-[テキストエディタ]-[TeraPad]

More information

: 1/15( ): HTML web page (2) 1/18( ): (1) 1/25( ): (2) 1

: 1/15( ): HTML web page (2) 1/18( ): (1) 1/25( ): (2) 1 : 1/15( ): HTML web page (2) 1/18( ): (1) 1/25( ): (2) 1 2 : : 1 1 : 3 : 2 (.ppsx) (A0nxxyyy.ppsx) presen (1 ) ID:A0nxxyyy Name: Title: 3 HTML (HyperText Markup Language) 4 ( ) http://pweb.cc.sophia.ac.jp

More information

文 書 構 造 とスタイル

文 書 構 造 とスタイル 第 4 回 の 内 容 文 書 構 造 とスタイル CSSの 基 礎 図 表 の 利 用 文 書 構 造 とスタイル 自 己 紹 介 のHTML 文 書 放 送 太 郎 の 自 己 紹 介

More information

『保守の比較政治学』

『保守の比較政治学』 v vi vii viii ix x xi xii xiii xiv 3 3 3 9 20 25 25 27 30 32 37 xvi 43 47 57 57 60 66 72 74 81 81 83 86 91 xvii 98 101 111 111 111 115 118 125 128 135 135 136 143 151 157 xviii 163 163 167 173 179 185

More information

HTML5 による Webサイト制作の基本 株式会社サイバーガーデン 益子 貴寛 2012年4月7日 土曜日 CSS Nite in OKAYAMA, Vol.2 with Microsoft アップル http://www.apple.com/jp/ ローソン http://www.lawson.co.jp/

More information

7 i 7 1 2 3 4 5 6 ii 7 8 9 10 11 1 12 13 14 iii.......................................... iv................................................ 21... 1 v 3 6 7 3 vi vii viii ix x xi xii xiii xiv xv 26 27

More information

9 i 9 1 2 3 4 5 6 ii 7 8 9 10 11 12 .......................................... iii ... 1... 1........................................ 9 iv... v 3 8 9 3 vi vii viii ix x xi xii xiii xiv 34 35 22 1 2 1

More information

i ii iii iv v vi vii viii ix x xi xii xiii xiv xv xvi 2 3 4 5 6 7 $ 8 9 10 11 12 13 14 15 16 17 $ $ $ 18 19 $ 20 21 22 23 24 25 26 27 $$ 28 29 30 31 $ $ $ 32 33 34 $ 35 $ 36 $ 37 38 39 40 $ 41 42 43 44

More information

Microsoft PowerPoint - InfPro_I9.pptx

Microsoft PowerPoint - InfPro_I9.pptx 今 日 の 学 習 内 容 エディタ(emacs)を 使 った 基 本 的 なHTML の 書 き 方 Webページの 公 開 HTMLの 基 礎 知 識 HTML(Hyper Text Markup Language)は Webページを 作 るための 必 要 な 記 述 言 語 HTMLにおける 指 定 の 内 容 は: 1. 文 章 (テキスト)に 対 する 役 割 2. 文 章 やイメージなどのページ

More information

1 JIS X 8341-3:2016 WCAG2.0 http://waic.jp/docs/wcag2/understanding.html WCAG2.0 http://waic.jp/docs/wcag2/techs.html 2 ... 1... 3... 6 1.1... 6 1.2... 7... 8 1.1.1... 8 1.2.1... 13 1.2.2... 14 1.2.3...

More information

iii Urdang 1979 iv v 10 Berger vi

iii Urdang 1979 iv v 10 Berger vi Women s history in Ghana: Changes of colonial Akan women s role Shino Notsu i ii 19 20 1960 1970 1975 10 1970 iii Urdang 1979 iv v 10 Berger vi vii 1970 viii ix 2001:33 xi xii Akan Ga Ewe Dagomba Gonja

More information

モール管理者マニュアル Ver.1.0

モール管理者マニュアル Ver.1.0 1 Html 編 集 ツール 補 足 マニュアル Ver.1.0 株 式 会 社 ソフトクリエイト 2012/11/14 目 次 1. Html について... 3 1.1. Html とは... 4 1.2. Html タグの 基 本... 5 1.2.1. HTML タグの 基 礎... 5 1.2.2. HTML タグの 種 類 ( 主 要 タグ)... 7 2. Html 編 集 ツール...

More information

HTML文書の作成

HTML文書の作成 99 C HTML 1 1 2 HTML 1 3 2 4 HTML 2 4.1... 2 4.2... 3 4.3... 5 5 HTML 8 5.1... 8 5.2... 10 5.3... 12 6 HTML 13 7 13 1 HTML HTML [1] 2 HTML HTML Hyper-Text Markup Language World Wide Web (WWW)[2] HTML Hyper-Text

More information

¥Í¥Ã¥È¥ï¡¼¥¯¥×¥í¥°¥é¥ß¥ó¥°ÆÃÏÀ

¥Í¥Ã¥È¥ï¡¼¥¯¥×¥í¥°¥é¥ß¥ó¥°ÆÃÏÀ HTTP/2 HTTP/1.1 (1999 ) 2015 5 RFC7540! Google SPDY ( ) 1 TCP TCP TLS HTTP Upgrade HTTP 1 HPACK 1 / 24 3 : HTTP : HTML4 2 / 24 testform.html: POST testform2.html: GET iedemo: IE default.css: CSS proxy.pac:

More information

14 1 5 2 15 2 6 3 6 . i common law ii iii. i 1997 337 ii 49 7 1977 249 iii 3 iv martial rule. 8 14 31 70 iv p.28 p.31 4 a. v vi vii b. viii ix v 1999 vi 1 1961 vii 17 1957 viii 1983 ix 1998 5 x 3 2

More information

Step2 入門

Step2 入門 ii iii iv v vi NEC Corporation 1999 vii C O N T E N T S PART 1 PART 2 PART 3 viii PART 4 ix C O N T E N T S PART 5 x PART 6 xi C O N T E N T S PART 7 xii PART 8 PART 9 xiii C O N T E N T S xiv xv PART

More information

Page 2 of 7 <input>フォーム 部 品 フォーム<form> 内 のテキスト 入 力 や 実 行 ボタンなどの 各 フォーム 部 品 を 表 示 します 下 記 の type 属 性 の 値 によって 見 栄 えも 動 作 も 異 なる 部 品 となります type 属 性 text

Page 2 of 7 <input>フォーム 部 品 フォーム<form> 内 のテキスト 入 力 や 実 行 ボタンなどの 各 フォーム 部 品 を 表 示 します 下 記 の type 属 性 の 値 によって 見 栄 えも 動 作 も 異 なる 部 品 となります type 属 性 text Page 1 of 7 ホームページ 作 成 Note HOME HPビルダー HTML/CSS CGI/Perl ez-html WebDesign Link SiteMap HTML 入 力 フォーム WebブラウザにHTMLファイルを 表 示 させる 通 常 の 静 的 なページ に 対 し メールフォ ーム 掲 示 板 ブログなどのようにWebブラウザから 入 力 された 要 求 に 対 して

More information

ホームページ制作スターターズ

ホームページ制作スターターズ HTML タグ はじめての 方 ガイド Ver1.0 1 < 目 次 > 1ホームページ 構 造 2HTML タグ 3スタイルシート Copyright ナレッジコーディネーター All Rights Reserved. 2 第 1 章 ホームページ 構 造 Copyright ナレッジコーディネーター All Rights Reserved. 3 1HTMLとは ウェブ 上 の 文 書 を 記 述

More information

3 1 5 1.1....................................... 6 1.2.......................................... 6 1.3..................................... 7 1.4.................................... 8 1.4.1.............................

More information

数の話おまけ

数の話おまけ 4 7 2016 8 11 1 5 """" (Oz) i 8 10 2 8 1961 N = R f p n e f l f i f c L N 10 N >> 1 10 10 ii 12 13 14 12 () 321() 420() 521() 622 () 723() 823() 923() 1024 () 1123() 1222() 121() 219 () 13 (Via Dolorosa)

More information

ii

ii 2013555000000 1 ii iii iv v vi vii viii ix x xi xii xiii xiv xv xvi ii v vi vii xxiii 1 2 3 4 5 xxvi 6 1 1 1 2 3 5 6 7 8 10 12 13 2 15 17 18 19 20 21 22 23 15 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21

More information

01_SWGuide_V8.50.fm

01_SWGuide_V8.50.fm ii iii iv v 2 vi vii viii ix x xi xii xiii xiv xv xvi xvii 1 CHAPTER 1-1 1-2 1-3 2 CHAPTER 2-1 2-2 2-3 2-4 1 2 2-5 3 4 2-6 5 6 2-7 7 8 2-8 9 2-9 10 11 2-10 12 13 2-11 14 15 2-12 16 17 18 2-13 1 2 2-14

More information

(1) <html>,,,,, <> ( ) (/ ) (2) <!DOCTYPE html> HTML5 (3) <html> HTML (4) <html lang= ja > html (ja) (5) JavaScript CSS (6) <meta charset= shift jis >

(1) <html>,,,,, <> ( ) (/ ) (2) <!DOCTYPE html> HTML5 (3) <html> HTML (4) <html lang= ja > html (ja) (5) JavaScript CSS (6) <meta charset= shift jis > HTML HTML HyperText Markup Language (Markup Language) (< > ) 1 sample0.html ( ) html sample0.html // JavaScript

More information

untitled

untitled MoogaOne 1. MoogaOne... 1 2. MoogaOne... 1 3.... 1 4.... 1 5.... 2 6.... 2 1.... 2 2.... 2 3. Template.htm... 2 4. index.htm... 4 [ ]... 4 5.... 4 6.... 6 7.... 6 8.... 6 [Template.htm Template-e.htm

More information

CONTENTS 0 1 2 3 4 5 6 7 8 9 10 0 viii ix x http://www.vector.co.jp/vpack/filearea/win/writing/edit/hm/index.html http://hidemaru.xaxon.co.jp/lib/macro/index.html ftp://ftp.m17n.org/pub/mule/windows/ http://www.yatex.org/

More information

ITR Market View:ECサイト構築/決済代行/CMS/SMS送信市場2018目次

ITR Market View:ECサイト構築/決済代行/CMS/SMS送信市場2018目次 ITR Market View EC CMS SMS 2018... 1 1-1... 2 1-2... 3 1-2-1... 3 1-2-2... 5 1-2-3... 5 1-2-4... 5 1-3... 6... 11 2-1 EC... 12 2-1-1... 12 2-1-2... 15 2-1-2-1... 15 2-1-2-2... 22 2-1-2-3... 24 2-1-2-4...

More information

経営論集2011_07_小松先生.indd

経営論集2011_07_小松先生.indd 20 1 2010 103 125 HTML+CSS HTML CSS CMS Web CMS CMS CMS CMS DreamWeaver Web Web CMS Web Web CSS Web Eclipse HTML CSS Web Web HTML CSS Web HTML CSS Web HTML CSS Web 1 Web Web HTML Web 103 HTML+CSS Web HTML

More information

楽天メディアガイド2012年1-3月期

楽天メディアガイド2012年1-3月期 楽 天 メディアガイド 2012 年 1 月 ~2012 年 3 月 楽 天 市 場 楽 天 グリーティング 広 告 商 品 入 稿 規 定 広 告 掲 載 の 注 意 事 項 メール 広 告 について ( 楽 天 市 場 広 告 商 品 共 通 ) HTML 版 制 作 上 のご 注 意 HTML 版 は 下 記 の 内 容 を 必 ずお 読 み 下 さい ファイルについて HTMLファイル 関

More information

™…

™… i 1 1 1 2 3 5 5 6 7 9 10 11 13 13 14 15 15 16 17 18 20 20 20 21 22 ii CONTENTS 23 24 26 27 2 31 31 32 32 33 34 37 37 38 39 39 40 42 42 43 44 45 48 50 51 51 iii 54 57 58 60 60 62 64 64 67 69 70 iv 70 71

More information

LCC LCC LCC i LCC ii iii LCC iv v EC vi vii LCC LCC LCC ASEAN viii ASEAN LCC ix ASEAN LCC LCC LCC LCC x LCC

LCC LCC LCC i LCC ii iii LCC iv v EC vi vii LCC LCC LCC ASEAN viii ASEAN LCC ix ASEAN LCC LCC LCC LCC x LCC LCC LCC LCC LCC Deregulation of Aviation Policy and Low Cost Carrier OSHIMA Chicako LCC LCC LCC LCC Abstract Along with the deregulation of aviation policy, Low Cost Carriers appeared around the world,

More information

World Wide Web =WWW Web ipad Web Web HTML hyper text markup language CSS cascading style sheet Web Web HTML CSS HTML

World Wide Web =WWW Web ipad Web Web HTML hyper text markup language CSS cascading style sheet Web Web HTML CSS HTML Web 工学博士大堀隆文 博士 ( 工学 ) 木下正博 共著 World Wide Web =WWW Web ipad Web Web HTML hyper text markup language CSS cascading style sheet Web Web HTML CSS HTML ii HTML CSS CSS HTML HTML HTML HTML Eclipse Eclipse Eclipse

More information

p { color: yellow } div#hoge { color: green; } div.fuga { color: red; } div { color: orange; } div[id=hoge] { color: blue; } div#hoge

More information

レーザビームプリンタ Satera ユーザーズガイド

レーザビームプリンタ Satera ユーザーズガイド JPN CD-ROM CD-ROM CD-ROM CD-ROM CD-ROM CD-ROM CD-ROM ii iii iv v vi vii viii ix x xi xii a b c d b c d a xiii xiv xv xvi xvii xviii xix xx 1 CHAPTER 1-1 1-2 1-3 1-4 b a n m l k j c d f g e i h a b c d

More information

【インターネットビルダー2】投稿マニュアル

【インターネットビルダー2】投稿マニュアル インターネットビルダー 2 投稿マニュアル 第 1 版 株式会社サイネックス 1 / 34 Copyright 2016 SCINEX CO.,LTD. All Rights Reserved. 目次 表紙... 1 目次... 2 Ⅰ. 管理画面へのログインについて... 3 1-1. 管理画面にログインする... 3 Ⅱ. 最新ニュース について... 4 2-1. 最新ニュース を新規追加するには...

More information

6 2 1

6 2 1 6 1 6 (1) (2) HTML (3) 1 Web 1 Web Web 1 Web HTML 6 2 1 6 3 1.1 HTML(XHTML) Web HTML(Hyper Text Markup Language) ( ) html htm HTML HTML5 takahagi

More information

CSSで書籍組版を

CSSで書籍組版を CSSで 書 籍 組 版 を ( 有 )イー エイド 藤 島 雅 宏 FormatterClub CSS 書 籍 組 版 セミナー 講 演 資 料 開 催 日 2013 年 10 月 18 日 会 場 東 京 都 中 央 区 浜 町 区 民 館 簡 単 そう 易 しい 簡 単 なことしかできない CSSはWeb 用 であり 組 版 機 能 が 劣 る コンテンツはHTMLなので 構 造 が 簡 単

More information

Microsoft PowerPoint - マークアップガイドライン_201305.ppt [互換モード]

Microsoft PowerPoint - マークアップガイドライン_201305.ppt [互換モード] COPYRIGHT 2013 CYBRiDGE CORPORATION COPYRIGHT 2013 CYBRiDGE CORPORATION 2 TEL [] COPYRIGHT 2013 CYBRiDGE CORPORATION 3 XHTML XHTML 1.0 Strict XHTML 1.0 Strict

More information

1

1 ...1...37 1 HTML4.01 Transitional Frameset DOCTYPE 5.1.a 2 Windows Shift_JIS Linux Unix EUC jp meta 5.1.a 3 5.1.a JIS cm cc kg alt 4 5.4.a 5.4.a 5 alt alt alt alt alt alt="" alt 6 5.4.b 5.4.b 7 8 5.3.a

More information

目 次 本 書 について... 3 はじめに... 5 第 1 章 コンテンツ 制 作 方 法... 6 1-1 テンプレートの 使 用... 6 1-2 キャラクタエンコーディング... 7 1-3 ヘッダーの 書 き 方... 7 1-4 画 像 について... 8 1-5 CSS の 書 き

目 次 本 書 について... 3 はじめに... 5 第 1 章 コンテンツ 制 作 方 法... 6 1-1 テンプレートの 使 用... 6 1-2 キャラクタエンコーディング... 7 1-3 ヘッダーの 書 き 方... 7 1-4 画 像 について... 8 1-5 CSS の 書 き Ver.2 ユーザマニュアル スタートガイド 第 2 版 最 終 更 新 日 2011/7/12 1 目 次 本 書 について... 3 はじめに... 5 第 1 章 コンテンツ 制 作 方 法... 6 1-1 テンプレートの 使 用... 6 1-2 キャラクタエンコーディング... 7 1-3 ヘッダーの 書 き 方... 7 1-4 画 像 について... 8 1-5 CSS の 書 き

More information

スライド 1

スライド 1 レイカディア大学同窓会 ホームページ講座 第 1 章 2015/6/23 広報部 HP 班長教野弘孝 ( 陶芸 32) 教野メール hiro@kyouno.com 当講座は レイカディア大学同窓会各支部 HP 担当者を対象に ホームページを作成してもらうため実施します 第 1 章 HP の予備知識 HP の素材 6 月 23 日 1ホームページ プロバイダー ブラウザ URL HTML 2メモ帳,WORDでのHTMLの作成と基本的なタグについて

More information

LCC LCC LCC i LCC ii iii LCC iv v EC vi vii LCC LCC LCC ASEAN viii ASEAN LCC ix ASEAN LCC LCC LCC LCC 2. 日 本 における LCC の 成 長 x LCC

LCC LCC LCC i LCC ii iii LCC iv v EC vi vii LCC LCC LCC ASEAN viii ASEAN LCC ix ASEAN LCC LCC LCC LCC 2. 日 本 における LCC の 成 長 x LCC LCC LCC LCC LCC Deregulation of Aviation Policy and Low Cost Carrier OSHIMA Chicako 抄 録 LCC LCC LCC LCC Abstract Along with the deregulation of aviation policy, Low Cost Carriers appeared around the world,

More information

パソコン機能ガイド

パソコン機能ガイド PART12 ii iii iv v 1 2 3 4 5 vi vii viii ix P A R T 1 x P A R T 2 xi P A R T 3 xii xiii P A R T 1 2 3 1 4 5 1 6 1 1 2 7 1 2 8 1 9 10 1 11 12 1 13 1 2 3 4 14 1 15 1 2 3 16 4 1 1 2 3 17 18 1 19 20 1 1

More information

パソコン機能ガイド

パソコン機能ガイド PART2 iii ii iv v 1 2 3 4 5 vi vii viii ix P A R T 1 x P A R T 2 xi P A R T 3 xii xiii P A R T 1 2 1 3 4 1 5 6 1 2 1 1 2 7 8 9 1 10 1 11 12 1 13 1 2 3 14 4 1 1 2 3 15 16 1 17 1 18 1 1 2 19 20 1 21 1 22

More information

3.4 con: 3.5 ws: 3.6 newpage: (TeX ) 3.7 clearpage: (TeX ) 4. 4.1 4.2 4.3 :QMath 1 1.1 XeX XML1.0 XML DTD (Document Type Definition, ) DTD XeX jarticl

3.4 con: 3.5 ws: 3.6 newpage: (TeX ) 3.7 clearpage: (TeX ) 4. 4.1 4.2 4.3 :QMath 1 1.1 XeX XML1.0 XML DTD (Document Type Definition, ) DTD XeX jarticl 2000-11-29 2005-04-20 XeX IMS:20001129001; NDC:021.4; keywords:, ; 1. 1.1 1.2 1.3 1.4 1.5 1.6 2. HTML 2.1 p: 2.2 br: 2.3 cite: 2.4 blockquote: 2.5 em: 2.6 strong: 2.7 sup: 2.8 sub: 2.9 ul: 2.10 ol: 2.11

More information

目 次 本 書 について... 3 はじめに... 5 第 1 章 コンテンツ 制 作 方 法... 6 1-1 テンプレートの 使 用... 6 1-2 キャラクタエンコーディング... 7 1-3 ヘッダの 書 き 方... 7 1-4 画 像 について... 8 1-5 CSS の 書 き 方

目 次 本 書 について... 3 はじめに... 5 第 1 章 コンテンツ 制 作 方 法... 6 1-1 テンプレートの 使 用... 6 1-2 キャラクタエンコーディング... 7 1-3 ヘッダの 書 き 方... 7 1-4 画 像 について... 8 1-5 CSS の 書 き 方 Ver.2 ユーザマニュアル スタートガイド 第 5 版 最 終 更 新 日 2012/7/11 1 目 次 本 書 について... 3 はじめに... 5 第 1 章 コンテンツ 制 作 方 法... 6 1-1 テンプレートの 使 用... 6 1-2 キャラクタエンコーディング... 7 1-3 ヘッダの 書 き 方... 7 1-4 画 像 について... 8 1-5 CSS の 書 き 方...

More information

第3学年    学習指導案

第3学年    学習指導案 Web Page 2 -1- myhome.htm html head title my home page /title /head body Welcome to Sasaki's Home page /body /html myhom e.htm html /htmlhead /headtitle /title body /body myhome.htm -2- myhome.htm body

More information

i 1 () ii 2 iii 2.1 () iii 2.2 () iv 3 v 3.1 / () v 3.2 / ()

i 1 () ii 2 iii 2.1 () iii 2.2 () iv 3 v 3.1 / () v 3.2 / () 平成 28 年度 欧州超短期派遣プログラム (ドイツ オーストリア) 報告書 図1 アーヘン工科大学との学生交流 平成 28 年度 10 月 東京工業大学 グローバル人材育成推進支援室 i 1 () ii 2 iii 2.1 ()......................... iii 2.2 ()......................... iv 3 v 3.1 / ()...........................

More information

07_経営論集2010 小松先生.indd

07_経営論集2010 小松先生.indd 19 1 2009 105 123 Web Web Web Web World Wide Web WWW OS 1990 WWW Web HTML CSS JavaScript Web 1 WWW 2 Web Web 3 Web 4 HTML5 5 Web Web 3 1970 WWW HTML Web WWW WWW WWW WWW WWW 105 Web WWW 2 Web 1 1 NTT NTT

More information

SPP24_Program_WOC(J)-15

SPP24_Program_WOC(J)-15 9:00-9:10 9:20-10:00 Invited Lecture A1-01-I 1 10:00-10:20 A1-02 3 10:20-10:40 A1-03 5 9:20-9:40 B1-01 7 9:40-10:00 B1-02 9 10:00-10:20 B1-03 11 10:20-10:40 B1-04 13 - i - 11:00-12:00 Plenary Lecture S-01

More information

PowerPoint Presentation

PowerPoint Presentation HTML5 Level.1 Markup Professional HTML5 Level.2 Application Development Professional http://www.html5exam.jp/ @html5cert https://www.facebook.com/html5exam

More information

ユーザーズガイド

ユーザーズガイド JPN CD-ROM CD-ROM CD-ROM CD-ROM ii iii iv v vi vii viii ix x 11 xi xii xiii xiv a b c d b c d a a xv xvi xvii xviii xix xx xxi xxii 1 CHAPTER 1-1 1-2 1-3 1-4 1-5 1-6 a g h i j b c k l m d e f a b c d

More information

情報公開システム論2.pptx

情報公開システム論2.pptx 情 報 公 開 システム 論 (2) 神 戸 情 報 大 学 院 大 学 横 山 輝 明 電 子 文 書 としてのWebページ 2 ホームページ(1) ホームページ 自 由 に 作 成 安 価 世 界 中 に 公 開 多 彩 な 表 現 力 双 方 向 性 - 島 根 県 立 大 学 - 島 根 県 立 大 学 短 期 大 学 部 h,p://www.u- shimane.ac.jp/ 3 ホームページ(2)

More information

困ったときのQ&A

困ったときのQ&A ii iii iv NEC Corporation 1998 v C O N T E N T S PART 1 vi vii viii ix x xi xii PART 2 xiii PART 3 xiv P A R T 1 3 1 2 PART 3 4 2 1 1 2 4 3 PART 1 4 5 5 6 PART 1 7 8 PART 1 9 1 2 3 1 2 3 10 PART 1 1 2

More information

JIS Web Web JIS JIS 5.1.a 5.1.b 5.2.a 5.2.b 5.2.c 5.2.d 5.2.e 5.2.f 5.2.g 5.3.a 5.3.b 5.3.c 5.3.d 5.3.e 5.3.f 5.3.g 5.3.h 5.3.i 5.4.a 5.4.b 5.4.c 5.4.

JIS Web Web JIS JIS 5.1.a 5.1.b 5.2.a 5.2.b 5.2.c 5.2.d 5.2.e 5.2.f 5.2.g 5.3.a 5.3.b 5.3.c 5.3.d 5.3.e 5.3.f 5.3.g 5.3.h 5.3.i 5.4.a 5.4.b 5.4.c 5.4. http://www1.iwate-ed.jp/ JIS Web Web JIS JIS 5.1.a 5.1.b 5.2.a 5.2.b 5.2.c 5.2.d 5.2.e 5.2.f 5.2.g 5.3.a 5.3.b 5.3.c 5.3.d 5.3.e 5.3.f 5.3.g 5.3.h 5.3.i 5.4.a 5.4.b 5.4.c 5.4.d 5.4.e 5.5.a 5.5.b 5.5.c

More information

html_text

html_text HTML の 基 礎 2015.12.15 1. HTML ファイルの 構 成 1.1. HTML とは? Web ブラウザでホームページを 表 示 するためには,HTML(Hyper Text Markup Language)と 呼 ぶ 言 語 で 記 述 す る 必 要 が あ り ま す.HTML 形 式 のファイルは < と > で 囲 んだ 予 約 語 (タグ)を 含 むテキストファイルで,Web

More information

次のように編集を行う 1. 改行を挿入するには <br> タグ 例 ) 世界の都市めぐり <br> ~~~あれこれをご紹介します <br> ~~~ 名所めぐり <br> ~~~ヨーロッパの町並み <br> 2. 段落を区切るには <p> ~ </p> タグ 例 )<p> 世界の都市めぐり </p>

次のように編集を行う 1. 改行を挿入するには <br> タグ 例 ) 世界の都市めぐり <br> ~~~あれこれをご紹介します <br> ~~~ 名所めぐり <br> ~~~ヨーロッパの町並み <br> 2. 段落を区切るには <p> ~ </p> タグ 例 )<p> 世界の都市めぐり </p> 第 1 回目のタグ 1. Web ページ ( ホームページ ) の作成メモ帳 ( テキストエディタ ): ウィンドウズに付属しているソフトテキストエディタ メモ帳 を開くには : スタートボタンをクリック プログラムポイント アクセサリ メモ帳を選ぶ ブラウザ (Web ページの閲覧ソフト Internet Explorer): ウィンドウズに付属しているソフトが必要とする homepage.html

More information

I

I I II III IV V VI VII VIII IX X XI XII XIII XIV 1. 2 3 4 5 2. 6 7 8 3. 1 2 3 9 4 5 10 6 11 4. 1 2 3 1 2 12 1 2 3 1 2 3 13 14 1 2 1 15 16 1. 20 1 21 1 22 23 1 2 3 4 24 1 2 ok 25 1 2 26 1 2 3 27 2. 28

More information

1 1 1............................ 1 2...................... 1 3..................... 2 4................... 2 2 4 1 CSS.......................... 4 2.

1 1 1............................ 1 2...................... 1 3..................... 2 4................... 2 2 4 1 CSS.......................... 4 2. 1 1 1............................ 1 2...................... 1 3..................... 2 4................... 2 2 4 1 CSS.......................... 4 2.......................... 4 3......................

More information

1 1 1............................ 1 2............................ 1 3 HTML5 CSS3................... 2 4........................ 2 2 3 1...............

1 1 1............................ 1 2............................ 1 3 HTML5 CSS3................... 2 4........................ 2 2 3 1............... 1 1 1............................ 1 2............................ 1 3 HTML5 CSS3................... 2 4........................ 2 2 3 1.............................. 3 2........................... 3 3......................

More information

3 5 18 3 5000 1 2 7 8 120 1 9 1954 29 18 12 30 700 4km 1.5 100 50 6 13 5 99 93 34 17 2 2002 04 14 16 6000 12 57 60 1986 55 3 3 3 500 350 4 5 250 18 19 1590 1591 250 100 500 20 800 20 55 3 3 3 18 19 1590

More information

m_sotsuron

m_sotsuron iphone Web 0848066 1. 1 1 1 2 iphone 2 3 2 4 3 2. 3 1 3 2 iphone Web 6 3 HTML 10 4 CSS 12 5 iphone 14 6 15 7 16 8 ipad 18 3. 22 iphone Web Web 2 iphone Web iphone iphone Web iphone Web PC 1 2000 iphone

More information