2003年秋に発売が予定されている次期マイクロソフト社のオフィス・アプ リケーションは、「System」という名がつけられ、従来とはまったく異な る構成で作られています。
特に、オフィス・アプリのすべてに完全に XML対応として、オフィスで 作成されたそれぞれの文書を、他のアプリケーションにも再利用可能だと いう。それは本当なのか、検証してみよう。
HTMLソース
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-2022-JP">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="next" href="../index.html">
<link rev="made" href="mailto:banban@scollabo.com">
<link rel="stylesheet" type="text/css" href="sample_57-2.css">
<title>見栄えサンプル その2/初心者のためのホームページ作り</title>
</head>
<body>
<h1>Microsoft Office System 2003</h1>
<p>
2003年秋に発売が予定されている次期マイクロソフト社のオフィス・アプ
リケーションは、「System」という名がつけられ、従来とはまったく異な
る構成で作られています。
</p>
<p>
特に、オフィス・アプリのすべてに完全に XML対応として、オフィスで
作成されたそれぞれの文書を、他のアプリケーションにも再利用可能だと
いう。それは本当なのか、検証してみよう。
</p>
</body>
</html>
CSSソース
body {
margin: 0; padding: 0; background-color: #ffc; color: #000 }
a:link {
color: #03f; background-color: inherit; text-decoration: underline }
a:visited {
color: #069; background-color: inherit; text-decoration: underline }
h1 {
margin: 1em 60px; font-size: x-large; color: #069; background-color: inherit }
p {
margin: 1em 60px }
p#footer {
margin-top: 3em; font-weight: bold; text-align: center }