Similar documents

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

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

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

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

m_sotsuron

pdf


6 2 1

HTML教科書 HTML5レベル1読者特典

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

HTML5&CSS3 レッスンブック

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

CSSの基礎

HTML5 CSS

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

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

HTML HTML HTML

/ 0/0/ : 実 結 果 HTMLファイルを 表 します 下 図 の 画 が 表 されます " 出 し"の 部 分 をクリックすると"コンテンツですよ "の 字 が 表 されます もう 度 " 出 し"をクリックすると"コンテンツですよ "の 字 が 非 表 になります 折 りたたみパネルの 基


textbook.indd


2 PY head meta head BASE


ホームページ制作 基礎編 (HTML5 CSS3 コーディング )


CSS

jquery

untitled

0序文‐1章.indd

1

『HTML5プロフェッショナル認定資格 レベル1 教科書』サンプルPDF



HTML web HTML HTML

CSS CSS

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.


(Microsoft PowerPoint - \225\275\220\25423\224N\223xHTML5\225\224\211\357.ppt)

SVG資料第6回目(その3) SVGとHTMLの間でデータを交換する

HTML5の動向と展望(ネットラーニングセミナー)

JavaScriptプログラミング入門

PowerPoint Presentation

[ 学習動画 ] 一覧 学習の閲覧や質問の際にご利用ください 閲覧が終了した動画をチェックして 学習の進行状況を確認しましょう! 閲覧チェック Dreamweaver/HTML5/CSS3 講座 HTML/CSS リファレンス 動画タイトル 時間 ( 計 10 時 57 分 ) Chapter01

Transcription:

<!DOCTYPE html> <html lang="ja"> <head> <meta charset="utf-8" /> <title>...</title>... <img> <img />

<!DOCTYPE html> <html lang="ja"> <head> <meta charset="utf-8" /> <title>...</title>...

<!DOCTYPE html> <html lang="ja"> <head> <meta charset="utf-8" /> <title>...</title>... charset

<meta http-equiv="content-type"... /> <meta http-equiv="content-style-type"... /> <meta http-equiv="content-script-type"... /> <link rel="stylesheet" type="text/css"... /> <script type="text/javascript"... ></script> head

<div id="header"> <header id="page-header"> <div id="footer"> <div id="utility-nav">! <footer id="page-footer"> <nav id="utility-nav"> <div id="news"> <section class="news"> : : id class

div div div div div div

header nav section aside section footer

section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary { display: block; }

/* */ #header { height: 80px; } #header h1 { width: 960px; margin: 0 auto; padding: 20px 0 0 20px; }! /* */ #page-header { height: 80px; } #page-header h1 { width: 960px; margin: 0 auto; padding: 20px 0 0 20px; } id class

<!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/ svn/trunk/html5.js"></script> <![endif]-->

地 ならし

全 部 乗 せ

section nav article aside hgroup h1 h2 header footer figure figcaption time mark ruby rt rp wbr bdi

canvas embed track math svg datalist keygen video audio source output progress meter details summary command

address hr strong small i u b menu

section nav article aside hgroup h1 h2 header footer figure figcaption time mark ruby rt rp wbr bdi

<section> <section>

<section> <section id="main"> <h1> </h1> <section class="highlight"> <h2>2012 Spring Catalog </h2> <p>...</p> </section> <section class="highlight"> <h2> </h2> <p>...</p> </section> </section> <section>

<div>

<article>

<article>

<article>

<article>

<article> <section> <article> <article> <article>

<nav>

ナビゲーションの 嵐

<nav> <nav>

<aside>

<hgroup> h1 h2 <h1> <h2> <h1> <h6> <hgroup>

<h1> <h6> <h1>

<header> <footer> <body> <section> <article>

<address> <article>

header nav

header nav section section nav section

section section section

footer section

header nav h1 form p ul section h3 h2 section h2 ul p nav section section ul

ul section h2 dl section section

h2 section dl div small p footer

<em> <strong> <em> <strong> <em> <strong> <em> <strong>

<figure> <img> <figcaption> <figure> <img src="..." alt="..." /> <figcaption> </figcaption> </figure>

<a> <a href="..."> <div class="detail"> <h3> </h3> <p> </p> </div> </a>

<small> <footer id="page-footer"> <p><small>copyright 2011-2012 Essence Design, Inc. All Rights Reserved. </small></p> </footer>

<time> datetime <time datetime="2012-04-21"> </time> <ruby> <mark> <hr>

base command link meta noscript script style title article aside nav section h1 h2 h3 h4 h5 h6 hgroup a abbr address area(with map) article aside audio b bdi bdo blockquote br button canvas cite code command datalist del details dfn div dl em embed fieldset figure footer form h1 h2 h3 h4 h5 h6 header hgroup hr i iframe img input ins kbd keygen label map mark math menu meter nav noscript object ol output p pre progress q ruby s samp script section select small span strong style(with scoped attribute) sub sup svg table textarea time u ul var video wbr text(implicit element) abbr area(with map) audio b bdi bdo br button canvas cite code command datalist dfn em embed i iframe img input kbd keygen label mark math meter noscript object output progress q ruby s samp script select small span strong sub sup svg textarea time u var video wbr a del ins map audio canvas embed iframe img math object svg video a audio(with controls attribute) button details embed iframe img(with usemap) input(excepting type="hidden") keygen label menu(with type="toolbar") object(with usemap) select textarea video(with controls attribute)

<h1> <h6> <hgroup> <section> <article> <aside> <nav> <body> <blockquote> <details> <fieldset> <figure> <td>

<header> <h1> </h1> <h2> </h2> </header> <h3> </h3> <p> </p>... <header> <hgroup> <h1> </h1> <h2> </h2> </hgroup> </header> <h3> </h3> <p> </p> <h1> <h6>... <hgroup>

<h1> </h1> <p> </p> <h2> </h2> <p> </p> <h3> </h3> <p> </p>... <h1> </h1> <p> </p> <article> <h1> </h1> <p> </p> <h2> </h2> <p> </p> </article>...

<h1> </h1> <p> </p> <h2> </h2> <p> </p> <h3> </h3> <p> </p>... <h1> </h1> <p> </p> <blockquote> <h2> </h2> <p> </p> </blockquote> <h3> </h3> <p> </p>...

<section> <h1> </h1> <section> <h2> </h2> <section> <h3> </h3> </section> </section> </section> <section> <h1> </h1> <section> <h1> </h1> <section> <h1> </h1> </section> </section> </section> <h1> </h1> <h2> </h2> <h3> </h3>

type="search" type="tel" type="url" type="email" type="datetime" type="date" input type="month" type="week" type="time" type="datetime-local" type="number" type="range" type="color" html manifest

contenteditable contextmenu draggable hidden spellchack translate data-* * role aria-* * itemscope input textarea select autocomplete input textarea select list datalist input textarea select required input textarea select pattern input textarea select step input textarea select placeholder input textarea select autofocus input textarea select form form

<input... x-autocompletetype="surname" /> <input... x-autocompletetype="given-name" /> <input... x-autocompletetype="email" /> : : <input... x-autocompletetype="state" /> <input... x-autocompletetype="city" /> <input... x-autocompletetype="address-line1" /> <input... x-autocompletetype="address-line2" /> x-autocompletetype

async defer <script async defer src="..."></script> async defer async defer

scoped <section> <style scoped> p { color: black; } </style> <h1> </h1> <p> </p> <!-- --> </section> <p> </p> <!-- -->

@global <section> <style scoped> @global p { color: black; } </style> <h1> </h1> <p> </p> <!-- --> </section> <p> </p> <!-- --> scoped

data-* <a data-url="..." data-title="..."> </a> <img src="..." alt=" " />

role aria-* <section id="main" role="main"> <li role="treeitem" aria-expanded="true">

itemscope itemtype itemprop <div itemscope itemtype="http://schema.org/movie"> <h1 itemprop="name"> </h1> <span> <span itemprop="director"> </span> 1954 8 15 </span> <span itemprop="genre"> </span> <a href="../movies/avatar-theatrical-trailer.html" itemprop="trailer"> </a> </div>

ありがとうございました