Category: Web Development

  • Using Tables in HTML with Exercises – Lesson 1.5

    Using Tables in HTML with Exercises – Lesson 1.5

    Welcome to Lesson to Lesson 1.5, in this lesson we’ll be looking at HTML Tables. We shall be under going the following, understanding of the different elements involved in making a HTML table. The following tag elements are used in making tables: The <table> tag helps to display information in a tabular format, carries the entire…

  • Understanding Lists and Attributes in HTML Lesson 1.4

    Understanding Lists and Attributes in HTML Lesson 1.4

    Alright before we dive directly into working with tables, forms and CSS; We’ll go more into HTML learning about List Items and Attributes to improve our understanding of  working with HTML. Below is a basic HTML page with the use of H1, H3, H6 and the <p> tag [html] <!DOCTYPE html> <html> <head> <title>First Page…

  • Getting Started with HTML Lesson 1.3

    Getting Started with HTML Lesson 1.3

    In this post we’ll learn how to write simple HTML documents, we would also learn how to; Understand the difference between closing tags and self closing tags We’ll write tags with attributes We’ll use MDN (Mozilla Developer Network) as a reference create a sample html document History of HTML (Hyper Text Markup Language) It was…

  • Working with Front End: Intro to HTML, CSS, JS Lesson 1.2

    Working with Front End: Intro to HTML, CSS, JS Lesson 1.2

    So basically The Frond End is the aspect you see and interact with: HTML, CSS and JS The Back End is everything else: we have so many choices there and we’ll see when we get there later For Example: Let’s use a Real world scenario of a Restaurant – The back-end is everything that happens…

  • Understanding Front End and Internet Basics + Environment Setup Lesson 1.1

    Understanding Front End and Internet Basics + Environment Setup Lesson 1.1

    After reading the Introduction, this is the follow up; In this lesson, we’ll talk about introduction to front-end. Also, we would know our three main objectives that we are going to learn through-out this course, This is a very important lesson, i will be adding the codes whereby you don’t have to write much of your own at this point…

  • Learn Web Development From Scratch: Introduction

    Learn Web Development From Scratch: Introduction

    Web development is undeniably one of the top careers in the world today, and choosing to partake in this piece, will undeniably be one of the top decisions you’ll probably ever take. According to my research, new web programmers, developers and designers mostly use the drag and drop web development tools (This is actually cool…