martinmcd said:
This course will become read-only in the near future. Tell us at community.p2pu.org if that is a problem.
In choosing your text editor and writing the 'helloworld.html' file, you've just created your first web page. Now you will view it in all of its glory. This is just a quick task and it should only take five minutes at most.
Here is my first html page done with vim on linux. It's also on my blog @ sparkster007.wordpress.com
I can't find the file menu for clicking on File>Open.
I've looked for it in internet explorer and chrome.
What am I doing wrong?
<!DOCTYPE html> <HTML> <HEAD> <META charset = "utf-8"> <TITLE> Hello World by Neguleț Mircea </TITLE> </HEAD> <BODY> <h1> Hello World by Neguleț Mircea </h1> <p> This code is written by hand. <br> How awesome am I? </p> </BODY> </HTML>
My helloworld.html page
I cannot tell you the sense of wonder and accomplishment I felt when I opened the browser clicked on the html file I just created and saw it pop up online. It is such a amazing feeling to have to know that I created this page and it was all me, no one else. I love it and I can't wait to do more now.
This code is written by hand. How awesome am I?
file:///C:/Users/David/Desktop/Web%20Development/Helloworld.html
Yay! My first webpage.
http://fgameproductions.wordpress.com/2014/05/12/my-html-webpage/
My first webpage is at http://demetrius2344.wordpress.com/
Good job. Though, don't you think you could make the words go more straight across?
The way you have it, the entire sentence is really tilted to the right!
You are making a solid start. Keep it up.
--Algot
am enjoying learning for the first tym.
HELLO WORLD