全く同じ物を作りたいんだったら、そのページを保存してDreamweaverで開いて書き換えればいいだけですが?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>VegNews Magazine | Vegan Recipes, Food, News, Travel, Health, Blogs, TV, Jobs, Events</title>
<link href="http://vegnews.com/web/rss.do" title="VegNews RSS Feed" type="application/rss+xml" rel="alternate"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" rev="stylesheet" type="text/css" href="/web/css/styles.css" />
<link rel="stylesheet" rev="stylesheet" type="text/css" href="/web/css/twiigs.css" />
<style type="text/css">
<!--
div.TWIIGSPOLL { width: 175px; }
-->
</style>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="/web/js/infinitecarousel3/jquery.infinitecarousel3.min.js"></script>
<script type="text/javascript" src="/web/js/global.js"></script>
<script type="text/javascript">
$(function(){
$("ul#slideShow").infiniteCarousel({
imagePath: "/web/js/infinitecarousel3/images/",
transitionSpeed: 500,
displayTime: 6000,
displayProgressRing: false,
thumbnailType: "buttons",
internalThumbnails: true,
showControls: false,
autoHideCaptions: true,
autoPilot: true,
customClass: "header_carousel"
});
});
</script>
<meta name="keywords" content="vegan, vegetarian, vegan magazine, vegetarian magazine, vegan news, vegetarian news, vegan travel, vegetarian travel, delicious vegetarian recipes, delicious vegan recipes, easy vegetarian meals, easy vegan meals, vegetarian food, vegan food, healthy vegetarian, healthy vegan, healthy vegetarian meals, healthy vegan meals, vegan blogs, vegetarian blogs, green living, eco-friendly, conscious media, vegan events, vegetarian events, vegan jobs, vegetarian jobs, vegetarian shopping, vegan shopping, environmentalism, environment, natural beauty, organic beauty, health & beauty, organic living, vegetarian cooking, vegan cooking, raw cooking, natural living, organic products, eco-living, earth friendly, animal rights, animal welfare, recycle, recycled paper, planet, earth, 30 minute meals, one pot recipes, lacto vegetarian, low fat vegetarian meals, low fat vegan meals, organic vegetarian, recipe thai vegetarian, restaurants vegetarian san francisco, restaurants vegan san francisco, restaurants vegetarian new york city, restaurants vegan new york city, thai vegetarian recipes, thai vegan recipes, tofu vegetarian recipes, tofu vegan recipes, vegetarian cajun recipes, vegan cake, vegetarian cake, vegan cheese, vegetarian cheese, vegetarian chili recipe, vegetarian chondroitin, vegan chondroitin, vegetarian clothing, vegan clothing, vegetarian cooking, vegetarian cooking magazine, vegan cooking magazine, vegetarian dates, vegan celebrity, vegetarian celebrity">
<meta name="description" content="VegNews is an award-winning vegan magazine and website packed with recipes, travel, news, food, reviews, and so much more.">
<meta name="verify-v1" content="JdlBrKCAOx0VSbGm+JJJgVC1lI222VZREyeY68aY3t4=" />
</head>
<body>
<div class="home" style="background-color: #FFF;width:961px;height:auto;min-height:2250px;margin:0 auto;padding:0;position:relative;">
<div id="headercont">
<div id="header">
<img src="/web/images/logo.png" width="411" height="109" alt="VegNews" class="logo" />
<span class="tagline"><b>Vegan.</b> Think. Eat. Thrive.™</span>
</div>
<ul id="slideShow">
<li>
<img src="http://vegnews.com/web/uploads/asset/4460/file/VegNews.Peaches2.jpg" width="921" height="366" alt=""/>
<p>Ripe, juicy, easy peach crisp <a href="http://vegnews.com/articles/page.do?pageId=837&catId=10">Read on >></a></p>
</li>
<li>
<img src="http://vegnews.c
補足
丁寧なご回答ありがとうございます。オーサリングツールを使っていないというのは、例えばDreamweaverなどは使わず、htmlコードをべた打ちしていっているということですね?ウェブデザイナーの方はやはり知識があるのでその方がやりやすいのでしょうか。私はhtmlの超基本的なタグを覚えるのでも精一杯なので、自ら打っていくなんてことは到底できそうにないです。 1については、なんとなく私の頭でもおっしゃってることが理解できたような気がします。デザインの要素はスタイルシートとjavascriptでコントロールされていて、htmlは内容の部分ということですね?リンクどうもありがとうございます。 2なのですが、動的にコンテンツを作り出すというのはどういう意味でしょうか?Strutsというのは初めて聞きました。 このサイトで記事を書いている人は、おそらく雑誌の編集者的な人なので、多分なにか簡単に記事を作成してアップする仕組みがあるはずなのではないかと思うのですが、このサイトのニュース記事投稿などは、CMSを使っているのでしょうか?そのあたりのつながりがいまいち想像できないので、教えていただけるとありがたいです。