HOME > Development > Absolute Beginners Introduction to web development

Absolute Beginners Introduction to web development

  • Development
  • Dec 30, 2024
SynopsisAbsolute Beginners Introduction to web development, available...
Absolute Beginners Introduction to web development  No.1

Absolute Beginners Introduction to web development, available at $44.99, has an average rating of 4.15, with 78 lectures, based on 72 reviews, and has 11955 subscribers.

You will learn about Install and use text editors Install multiple web browsers to test applications Plan and design a web project Create a project directory Understand basic anatomy of an HTML Element Understand basic structure of an HTML document Create basic HTML document structure Understand and use HTML Attributes Markup Texts Create links on web pages Use comments in your code Write and understand CSS Ruleset Apply CSS in various ways Use CSS Base Selectors Understand CSS Box Model Change the background color of HTML document Understand and use CSS Margin and Padding properties Understand and use CSS Fonts and display properties Apply JavaScript in various ways Understand and create JavaScript Variables Understand and create JavaScript Arrays Understand and use various JavaScript data types Understand and use various types of JavaScript Operators Understand JavaScript Operator precedence Understand and use JavaScript Conditional statements Understand and create JavaScript functions Understand and use JavaScript Events Build a digital calculator Build an analogue clock Build a todo list web app This course is ideal for individuals who are Beginners to web development or Anyone who wants to learn web development It is particularly useful for Beginners to web development or Anyone who wants to learn web development.

Enroll now: Absolute Beginners Introduction to web development

Summary

Title: Absolute Beginners Introduction to web development

Price: $44.99

Average Rating: 4.15

Number of Lectures: 78

Number of Published Lectures: 78

Number of Curriculum Items: 78

Number of Published Curriculum Objects: 78

Original Price: $94.99

Quality Status: approved

Status: Live

What You Will Learn

  • Install and use text editors
  • Install multiple web browsers to test applications
  • Plan and design a web project
  • Create a project directory
  • Understand basic anatomy of an HTML Element
  • Understand basic structure of an HTML document
  • Create basic HTML document structure
  • Understand and use HTML Attributes
  • Markup Texts
  • Create links on web pages
  • Use comments in your code
  • Write and understand CSS Ruleset
  • Apply CSS in various ways
  • Use CSS Base Selectors
  • Understand CSS Box Model
  • Change the background color of HTML document
  • Understand and use CSS Margin and Padding properties
  • Understand and use CSS Fonts and display properties
  • Apply JavaScript in various ways
  • Understand and create JavaScript Variables
  • Understand and create JavaScript Arrays
  • Understand and use various JavaScript data types
  • Understand and use various types of JavaScript Operators
  • Understand JavaScript Operator precedence
  • Understand and use JavaScript Conditional statements
  • Understand and create JavaScript functions
  • Understand and use JavaScript Events
  • Build a digital calculator
  • Build an analogue clock
  • Build a todo list web app
  • Who Should Attend

  • Beginners to web development
  • Anyone who wants to learn web development
  • Target Audiences

  • Beginners to web development
  • Anyone who wants to learn web development
  • Hello and welcome to this course.

    If you are a complete beginner, web development can be challenging —this course? will guide you and provide enough detail for? you to feel comfortable and learn the topics properly.? You should feel at home whether you are a student learning
    ?web development (on your own or as part of a class), a teacher looking for class materials, a hobbyist,
    ?or someone who just wants to understand more about? how web technologies work.

    The objective of this course is not to take you from “beginner” to “expert” but to take you from “beginner” to “comfortable so you can feel confident to experiment further.

    The three technologies every web developer must know are :

  • HTML : Used to create? content
  • CSS: Used to present the content
  • JavaScript : Used to create interaction
  • These core technologies? are the building blocks of all websites and web based projects.

    Topics include:

  • Introduction to basic HTML
  • HTML document structure
  • Anatomy of HTML element
  • Marking up text
  • Links
  • Using comments and?HTML Attributes
  • Introduction to? basic CSS
  • Ways to apply CSS
  • CSS Ruleset
  • CSS basic selectors
  • Styling multiple elements
  • CSS Box model
  • Using margin and padding properties
  • Changing background color
  • CSS Display property
  • CSS Font property
  • Using google fonts
  • Introduction to basic JavaScript
  • Where to place JavaScript
  • Variables
  • Data Types
  • Operators
  • Operator precedence
  • Using Conditionals
  • Functions
  • Events
  • Using Linting tools
  • Adding image changer
  • Adding personalized message
  • The course is? practical and hands-on and should provide you with enough basic web development skills to be creative building your own projects.

    Course Curriculum

    Chapter 1: Getting started

    Lecture 1: Introduction

    Lecture 2: Tools you need

    Lecture 3: Install Text editors

    Lecture 4: Install sublimetext

    Lecture 5: Install web browsers

    Lecture 6: Planning your web project

    Lecture 7: Sketching your website design

    Lecture 8: Choosing your assets

    Lecture 9: Creating your project folder structure

    Chapter 2: Introduction to HTML

    Lecture 1: What is HTML

    Lecture 2: Anatomy of an HTML Element

    Lecture 3: Basic structure of an HTML document

    Lecture 4: Creating HTML document structure – part 1

    Lecture 5: Creating HTML document structure – part 2

    Lecture 6: Creating HTML document structure – part 3

    Lecture 7: HTML Attributes

    Lecture 8: Marking Up Text

    Lecture 9: Creating Links

    Lecture 10: Commenting your code

    Lecture 11: What is a a source code

    Chapter 3: Introduction to CSS

    Lecture 1: What is CSS

    Lecture 2: Various ways of applying CSS

    Lecture 3: Styling multiple properties

    Lecture 4: Styling multiple elements

    Lecture 5: Modifying CSS

    Lecture 6: Using CSS basic selectors

    Lecture 7: Commenting your css code

    Lecture 8: The CSS Box Model

    Lecture 9: Using CSS Margin and Padding properties

    Lecture 10: Changing background color

    Lecture 11: CSS display property

    Lecture 12: Positioning and styling page title

    Lecture 13: Using CSS Font property

    Lecture 14: Using google font

    Chapter 4: Introduction to JavaScript

    Lecture 1: What is JavaScript

    Lecture 2: Where to place JavaScript

    Lecture 3: What are JavaScript Variables

    Lecture 4: Variable naming convention

    Lecture 5: JavaScript Arrays

    Lecture 6: JavaScript Data Types

    Lecture 7: Combing data types

    Lecture 8: What are operators

    Lecture 9: Arithmetic Operators

    Lecture 10: Assignment operators

    Lecture 11: Operator Precedence

    Lecture 12: String operators

    Lecture 13: Comparison Operators

    Lecture 14: Logical operators

    Lecture 15: Typeof operators

    Lecture 16: Conditional statements

    Lecture 17: Functions

    Lecture 18: Commenting your JavaScript Code

    Lecture 19: JavaScript linting tools

    Lecture 20: JavaScript Events

    Lecture 21: Changing images with Javascript

    Lecture 22: Fixing jslint warnings -part 1

    Lecture 23: Fixing jslint warnings -part 2

    Lecture 24: Adding a welcome message to a web page

    Chapter 5: Bonus Project 1: Creating a digital calculator

    Lecture 1: What we will create

    Lecture 2: Design and Sketch

    Lecture 3: Creating directory and files

    Lecture 4: Creating structure with HTML

    Lecture 5: Creating structure with HTML – Part 2

    Lecture 6: Adding functionality with JavaScript

    Lecture 7: Adding CSS

    Chapter 6: Bonus Project 2: Creating Analogue Clock

    Lecture 1: What we will create

    Lecture 2: Creating directory and files

    Lecture 3: Creating canvas object

    Lecture 4: Creating the clock face

    Lecture 5: Drawing the clock numbers

    Lecture 6: Drawing the time and hand

    Chapter 7: Bonus Project 3: Todo List WebApp

    Lecture 1: What we will create

    Lecture 2: Creating directory and files

    Lecture 3: Creating the app structure

    Lecture 4: Styling the app

    Lecture 5: Adding functionality with JavaScript -Part 1

    Lecture 6: Adding functionality with JavaScript -Part 2

    Lecture 7: Thank You

    Instructors

  • Absolute Beginners Introduction to web development  No.2
    Bluelime Learning Solutions
    Making Learning Simple
  • Rating Distribution

  • 1 stars: 2 votes
  • 2 stars: 1 votes
  • 3 stars: 12 votes
  • 4 stars: 22 votes
  • 5 stars: 35 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!