Skip to content

Instantly share code, notes, and snippets.

@machida
machida / curry.html
Created February 5, 2016 02:01 — forked from ytk001/curry.html
HTMLの練習(このレシピにマークアップをしてみましょう)
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="description" content="美味しいカレーのレシピ">
<title>カレーのレシピ</title>
</head>
<body>
<h1>カレーのレシピ</h1>
<article>
@machida
machida / curry.html
Last active September 17, 2015 01:32 — forked from ryosuke-endo/curry.html
HTMLの練習(このレシピにマークアップをしてみましょう)
<!DOCTYPE html>
<html lang="ja">
<head>
<style>
table{
border:solid 1px #000;
border-collapse:collapse;
}
th,td{
padding:5px;
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>カレーのレシピ</title>
</head>
<body>
<header>
<h1>カレーのレシピ</h1>
<p>誰でもできる、美味しいカレーの作り方です。旦那も息子もこのカレーが大好物。<br>
function countCSSRules() {
var results = '',
log = '';
if (!document.styleSheets) {
return;
}
for (var i = 0; i < document.styleSheets.length; i++) {
countSheet(document.styleSheets[i]);
}
function countSheet(sheet) {
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>美味しいカレーのレシピ</title>
<meta name="description" content="誰でもできる、美味しいカレーの作り方です。">
</head>
<body>
<h1>カレーのレシピ</h1>
@machida
machida / gist:6314736
Last active December 21, 2015 13:48 — forked from sakuraineed/gist:6277765
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>カレーのレシピ</title>
</head>
<body>
<article>
<header>
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>カレーのレシピ</title>
</head>
<body>
<header>
<h1>カレーのレシピ</h1>
<p class="description">誰でもできる、美味しいカレーの作り方です。旦那も息子もこのカレーが大好物。<br>
@machida
machida / gist:6246544
Last active December 21, 2015 03:59 — forked from jasmine-hit/gist:6241852
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta content="美味しいカレーのレシピ" name="description">
<title>カレーのレシピ</title>
</head>
<body>
<h1>カレーのレシピ</h1>
<p>
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="description" content="誰でもできる美味しいカレーの作り方を紹介します。">
<title>カレーのレシピ</title>
</head>
<body>
<header>
<h1>カレーのレシピ</h1>
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>カレーのレシピ</title>
</head>
<body>
<header>
<h1>レシピ</h1>
</header>