beginners web development

Here is the scoop. We take you from having no knowledge at all about computer programming. If you are on this page and you have the capability to watch videos you are all set.

Preliminary Lesson

Since we are dealing with people on different computers we have made 2 tutorials to get you started with the lesson below. This tutorial will show you how to create a file on your desktop that we do in each lesson.

If you use Windows, click here to watch video.

If you use Mac click here to watch the video.

If you are already on a Linux system you don’t have to watch either, you are good to go! :-)

Take these lessons in order if you are a beginner. This way you will learn accurately . If you have any questions there is a box below each post where you can ask questions.  Here are the lessons in order.

  1. Absolute Beginner HTML
  2. Image tags and Embeding
  3. Div Tags Id’s and Classes
  4. HTML Tables
  5. Links and Linking
  6. Ordered List and Unordered List
  7. HTML5 Forms
  8. What is CSS
  9. Coding Websites with CSS
  10. JavaScript Absolute Beginner
  11. JavaScript HTML DOM Events
  12. JavaScript IF ELSE Statements
  13. JavaScript “OR” “AND” statements in Conditional Loop
  14. JavaScript Switch Statement Function
  15. JavaScript Getting A Value
  16. JavaScript Arrays How To use Them
  17. JavaScript Array Methods for Absolute Beginners
  18. External CSS Libraries

5-star-rating-by-top-web-developers-worldwide

ABSOLUTE-BEGINNER-CODING-YOU-CAN-DO-IT

HTML Tables Absolute Beginners Course In Web Development Part #4

HTML Tables Absolute Beginners Course In Web Development

We 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. HTML Tables Where To Use Them There are many places that you may use html tables. You could be wanting to display a Read More

DIV TAGS ID’S CLASSES CODING MADE EASY PART 3

DIV TAGS ID'S CLASSES CODING MADE EASY PART 3

To set a div tag we type out the tag just like we would do any other tag, “<div></div>”. 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 webpages. First we need to set div Read More

IMAGE TAGS AND EMBEDDING ABSOLUTE BEGINNER COURSE IN WEB DEVELOPMENT PART 2

ABSOLUTE-BEGINNER-CODING-PART-2-I-CAN-DO-IT

To use an image tag, we use a file on the internet. This file to the image could be located on your server or an external server. For example, the following image tag would work anywhere. <img src=”https://a1websitepro.com/wp-content/uploads/2014/09/logo200.png” /> Breaking Down The Image Tag The syntax that we use to embed an image is always Read More

Absolute Beginners Course in Web Development

Absolute Beginners Course in Web Development

This is an absolute beginners course in web development. If you or someone you know is looking to get into the field of web development but do not know where to start look no further. If you know how to run a computer and play a video from YouTube this is all the preliminary knowledge Read More