
Thursday, April 30, 2015
HTML Basics-Formatting with HTML

Hello! In the last page we have seen what a tag is? Let’s go back to our page and let’s go over some rules that we need to understand when we are working with tags.
First, I think I need a little bit more text on the page to work with. So, I’ll put some loremipsum text in my file. Loremipsum is a nice place holder text that you can use, it’s Latin but, it looks...
Wednesday, April 29, 2015
HTML Basics-HTML Tag Basics

Now so far my html document is really just using text. So, let’s see about adding some actual html to it. First of all we should talk about what html is? It stands for the Hyper Text Markup Language. Now the hypertext part is easy, it refers to the linking that we have from page to page in our sites, the markup language describes how we are going to be writing the code.
We...
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...
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 surf for our computer and mobile devices today. HTML5 is the newest version of HTML and it represents the newest features and improvements from HTML 4 and...