Want to be notified the next time there is a post on the AbsoluteBeginner topic? Email confirmation will be sent so make sure to confirm. Make sure to confirm the subscription or you will be blocked from the site!
Absolute Beginners Course in Web Development
See MoreTo set a div tag we type out the tag just like we would do any other tag, "
". It is important however that you set id's or classes to these div tags so we can target them for styling. We use CSS Cascading Style Sheets for styling our web-pages.See MoreWe use html tables when we want to position things on our document. These position are called rows and columns. They are created with tags just like everything else on a webpage.
See MoreWe user ordered lists and unordered lists all the time when developing websites. In fact you would be hard pressed to find a webpage on the internet that does not have some type of list items on it. It is very common to use and this is how you use it.
See MoreWe will be covering HTML5 forms in this lesson. In your web development career you will use forms a lot. It is a good idea to get use to what is available to you. It is important to note that we are covering creating forms. Processing forms in PHP will be
See MoreWhat is CSS? CSS is an acronym for "Cascading Style Sheets". We use CSS to style webpages. With it we can specify positions, colors, background and much more.
See MoreThis is the lesson where we actually begin to coding websites with CSS. We take the mock-up from the last post and make a real webpage with clickable links. When creating a web page, the first step is usually to create a mock-up or design.
See MoreI want you to get use to setting variables in JavaScript because it is going to help you in the future. Instead of writing this syntax over and over again, you can write it one time and store it in a variable. Let me show you.
See MoreMany times in programming we have to check to see if a condition is met and then display a result of some sort. This is where the if else statements come in handy with JavaScript. For instance lets say that you wanted to display something on a certain dat
See MoreSometimes you want to check if we meet 2 or more conditions in JavaScript. To accomplish this we use the OR "||", AND "
See MoreJavaScript Switch statement is used when we have a lot of variables that we want to match. In the following example we get the day of the week. We can then show something for each day of the week.
See MoreThere are times when we need to get the value of a input field with JavaScript. We can get values from several different types of input fields. text number date
See MoreThere are JavaScript methods that you can take advantage of when you need to. We like to propose applications where you can use such methods. This helps you to understand them better. In this lesson today we are going to use a JavaScript method of push to
See MoreJavaScript Arrays can hold several pieces of data in one string. This is how we set a JavaScript Array. JavaScript Array Syntax
See MoreThere are literally hundreds of CSS libraries that you can use. You can see a lot of them listed here. Be sure when choosing one that you choose one that is responsive and easy to work with. This is why I chose Bootstrap.
See MoreLinks and Linking Absolute Beginners Course in Web Development
See MoreABSOLUTE-BEGINNER-CODING-PART-2-I-CAN-DO-IT IMAGE TAGS AND EMBEDDING ABSOLUTE BEGINNER COURSE IN WEB DEVELOPMENT PART 2
See MoreIf you are an absolute beginner in web development you must be aware that JavaScript is essential. We are going to break it down for you in the simplest of terms. So if you are a beginner this lesson is for you. This is going to be fun!
See MoreAre you ready to dive into the exciting world of coding but don't know where to start? Look no further! I'm Maximus McCullough, and I’ve created a course designed just for you — the Absolute Beginner Course in Coding.
See More