PDA

View Full Version : Building my first Blog



DevMizzy248
02 Oct 2010, 02:09 PM
So, i'm working on my first personal blog project, and I want to know if there is some sort of coding, maybe javascript, that I can link into my html so that i can easily update without having to put new content directly into the <body> element?

This is what my code looks like now:

<html>
<head>
<title></title>

<link rel="stylesheet" type="text/css" href="myblog.css" />
</head>
<body>
<Div id="main">

<div id="music">
</div>

<div id="art">
</div>

<div id="fashion">
</div>

<div id="tech">
</div>

</div>
</body>
</html>

Help me out please & Thanx