Sunday, 17 April 2016

Skeleton html File for your first website From Creative Multiimedia Programming

But why go all this trouble when facebook is there.

Not everybody is on facebook, and you won't learn new skills that are easily transferable to other aspects of programming, marketing , worldwide web domination ?  ,that will open new doors to opportunities after completing Creative Multimedia Programming.

1. Open bracketts or notepadd ++
2. Click file new
3. Copy and paste the code below in to the first blank page.
4. File and save as Index.html in the folder you have created on your desktop.
5. Open your folder and double click on the file it will run your very first webpage.

It will be a basic web page but everything must start small and as you add and change it the possibilities become endless.

My first attempt was shockingly bad and i fought against it. but as things started to work i enjoyed adding to my website and developing it further.

Now my websites are accessible through your phone, tablet, laptop or PC.
I am no tech wiz kid but seeing this build up as you add a little here and there spurs you on to go deeper in to HTML and CSS.


<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- 
This is a skeleton html file that you can use to get you started on each new 
HTML project

Name: Your Name Here
Class: CIS 3303
Section: x
-->
<html>

<head>
<title>My Title</title>
</head>

<body>

<p>This is the first paragraph in the body of your new HTML file!</p>

</body>
</html>

Dont tune out after your first attempt if you get it right or wrong there is always plenty more to learn with HTML

No comments:

Post a Comment