Tuesday, July 26, 2011

How to construct a basic webpage

To make a basic webpage, you have to add the html tag for the start of the page:

<html>




<html>

Next, you add the head tag for the head of the page:

<html>

<head>

<head>


<html>

Then, you add the title tag to add a title on the top bar:


<html>

<head>

<title>
</title>

<head>



<html>


Finally, you add the body tag for the body of the page:

<html>

<head>

<title>
</title>


<head>


<body>





</body>
<html>

And that is the basic creation of a webpage.

2 comments:

  1. Interesting, I know a bit about site creation myself. Next maybe you could teach a bit about basic text manipulation, such as bold, italic, and the stupidity of a lack of indention? Anywho, just poking my nose around the blogs, and once you get a few more posts, hopefully you'll allow me to add your link to my blog, http://violentroses.blogspot.com/ Hope to see more posts soon, DON'T GIVE UP!

    ReplyDelete
  2. wow! i never knew that! thats really interesting! i like the feel of your blog! Visit my blog if you want advice!http://kate-justaskkate.blogspot.com

    ReplyDelete