Tuesday, September 4, 2007

110 day four: web pages!

Topics for the day:

  • the Internet generally
  • how web pages look under the hood
  • edit-admire cycle
  • student web pages at NVCC
  • getting our files to the web
  • edit-upload-admire cycle


Here is the text for our first web page:



<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<title>My First Web Page</title>

</head>

<body>

Hello World

</body>

</html>



(This is the text that appears on page 28 of the text.)

The author's interesting web site is at http://webdevfoundations.net/. Here's a link to all the files in the book.

The World Wide Web Consortium, at w3.org, provides this helpful start guide for HTML.

Here's a very simple web page that I wrote as a start page for beginners. Use View/Source!

1 comment: