Tuesday, April 28, 2015

HTML Basics-Workspace Setup


Now before we get started the first thing I want to do is to set up our workspace. I’ll be working here on a windows but will be using very basic tools to build our sites. So, you should be able to set your system up and follow along with me, no matter what operating system you are using.

Now first of all I have got the working files right here on my desktop. You can put them wherever you like, just make sure they are convenient and you can find them and inside this folder you can see that I have a folder for each one of the chapters and they contain the files that we will be using as we go through the lessons.


I’ll just let you know whenever I’m going to be opening up a file from here. Down at the bottom of the chapters I have a completed site sample folder and this folder contains a copy of the finished website that we are going to be building.


Now to build webpages we really only need two applications, we need a program to write and edit text files and we need a browser to preview them. Here I’ll be using the notepad for writing my files, now if you are using a mac you could chose to use text edit which is a very similar program and both of these programs actually come free with the operating system. For my preview browser I’ll be using firefox, you can chose whatever browser you want but firefox is also free for both the mac and pc platforms. Now we are ready to start our first web page. 

Let me add a little bit of text so that we have something to see on our page. 


I just put up here “my first web page…..!” and now let’s save our new html document.

Now in general we can use whatever name we want so, I’m gonna name this file first page, and we need to pay attention to the extension at the end of this file name, instead of using a txt extension I’m gonna either use htm or html extension. Now it doesn’t really matter which extension you choose. So we just save it in my chapter 1 folder so that I can find it. And now we have our first basic web page created. Let’s go see how it looks.


..........And there we see how our page looks !

Related Posts:

  • HTML Basics-Lab (First Web Page) Now as I mentioned that at the end of each chapter we would do a little bit of work on our project website. So for this chapter we would setup the home page for the document and get the website started. We are going to … Read More
  • HTML Basics -Typical Page Code Well our HTML file does include HTML tags but it’s still not proper or not properly set up yet because most HTML documents have some set up tags that we use to establish the page for the browser. So, what I would like to… Read More
  • HTML Basics-About this Course Hi! I‘m Akash. I‘m here to show you how to create webpages and sites using HTML5 and CSS. HTML is the markup language used to format and display contents for the web and is the basis for almost all content that we sur… Read More
  • HTML Web Page Code-Inline Formatting Hi Friends, Welcome to Technosaavy ! In the last post we discussed the block tags. So, let’s go for inline tags now. As we have already seen how a few block tags work, let's try out another type of tags and this … Read More
  • HTML Web Page Code-Block Level Tags Hello Friends! Welcome to Technosaavy ! In this lesson we are going to take a look at how to format our text content using HTML tags. Now I have got my working files open to the chapter two folder and just to get starte… Read More

0 comments:

Post a Comment