Get the latest Flash player.
Summary: How to view an HTML document; learn how to build your own website in this free computer programming video.
Views: 1,574 | Tags: computer, digital, vidoes, computers, programs, html, programming, code, coding
About the Expert
Dorian Winterfeld Dorian Winterfeld has a Bachelor of Science Degree in Computer Science and has general web and database programming primarily in Perl and SQL on Windows and U... read more
Hi, I'm Dorian Winterfield on behalf of Expert Village. I have been doing web programming for about ten years. Today we are going to cover the basics of HTML. So we just saved our basic HTML document. The document is called "Hello.html". You can see the contents here. Now, let's take a look at what it is going to look like in the web browser. Here is the folder where I saved the file, and remember we called the file, "Hello.html". If I double click on the file, we have just opened a web browser. In this case it is Firefox. This is the web browser on my computer, you can use Internet Explorer on your computer, or Safari. There are other web browsers out there. I am using one called Firefox. You can see from the title of our file. Remember the title tag is right here Hello Expert Village and you can see right here it says Hello Expert Village. Again in my tab as I tab my browser, you see Hello Expert Village, that's my title. Here is the body of our page Hello Expert Village. Here it is , Hello Expert Village. This is the basics of writing a web page on the World Wide Web.