Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Data Science
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee

This course includes:

  • 5.5 hours on-demand video
  • Full lifetime access
  • Access on mobile and TV
Development Web Development HTML

Complete beginners introduction to web development

Learn web development basics.
Rating: 4.4 out of 54.4 (151 ratings)
14,713 students
Created by Digital Learning Academy
Last updated 12/2017
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Build a very basic one page website
  • Plan and design a basic website project
  • Install and use text editor
  • Create a basic HTML document structure
  • Use comments in your code
  • Learn basic HTML
  • Learn basic CSS
  • Learn basic JavaScript
  • Learn to use linting tools
  • Add image changer code to a website
  • Add personalised greeting message to website
  • Learn to use web browser console
  • Access google fonts from your website

Course content

4 sections • 58 lectures • 5h 42m total length

  • Preview04:01
  • Preview01:28
  • Preview07:16
  • installing Web Browsers
    02:44
  • Planning your website
    01:44
  • Sketching your website design
    01:50
  • Choosing your assets
    04:06
  • Assembling files and folders
    07:34

  • What is HTML
    02:36
  • Anatomy of an HTML Element
    03:09
  • Basic structure of an HTML document
    09:16
  • Creating a basic HTML document structure -Part 1
    06:03
  • Creating a basic HTML document structure -Part 2
    06:49
  • Creating a basic HTML document structure -Part 3
    10:39
  • What is a source code
    06:06
  • HTML Attributes
    06:08
  • Marking Up Text
    08:21
  • Creating Links
    07:53
  • Using HTML Comments
    04:18

  • What is CSS
    06:05
  • Ways to apply CSS
    11:09
  • Styling multiple properties
    02:38
  • Styling multiple elements
    02:58
  • Modifying CSS
    04:59
  • Css basic selectors
    09:19
  • Css comments
    04:57
  • CSS Box Model
    03:49
  • CSS Margin and Padding Property
    10:48
  • Changing background color
    04:13
  • CSS Border property
    07:11
  • Positioning and styling page title
    06:54
  • CSS display property
    07:49
  • CSS Font property
    04:37
  • Using google fonts
    06:37

  • What is JavaScript
    02:38
  • Where to place JavaScript
    08:20
  • JavaScript Variables
    08:16
  • Variable Naming Convention
    03:47
  • Introduction to JavaScript Arrays
    07:48
  • Data Types
    10:57
  • Mixing data types
    05:18
  • Introduction to JavaScript Operators
    01:22
  • Arithmetic Operators
    06:42
  • Assignment Operators
    03:56
  • Operator Precedence
    04:34
  • JavaScript String Operators
    04:28
  • JavaScript comparison operators
    07:35
  • JavaScript Logical operators
    03:45
  • JavaScript Typeof operators
    03:03
  • Conditionals
    06:23
  • Introduction to JavaScript functions
    08:21
  • JavaScript Comments
    03:08
  • JavaScript Linting Tools
    05:17
  • JavaScript Events
    06:39
  • Adding Image Changer
    09:04
  • Fixing JSLint Warnings Part 1
    06:42
  • Fixing JSLint Warnings Part 2
    02:56
  • Adding Personalised welcome message
    15:11

Requirements

  • You should be comfortable using a PC
  • You should comfortable using the internet

Description

Hello and welcome to this course.

This course is an introductory course to web development for absolute beginners.
The aim of the course is not take you from beginner to expert but to take you
from beginner to a point where you can you can decide if you want to explore more.

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

They are the building blocks of all websites and web based projects.

This course will teach you the basics of these three technologies
by creating a basic one page website project.

What You will learn 

Introduction to basic HTML

  • Creating a very basic website
  • Planning a basic website
  • Assembling files and folders
  • What is HTML
  • HTML document structure
  • Anatomy of HTML element
  • Marking up text
  • Links
  • Using comments
  • HTML Attributes


Introduction to  basic CSS

  • What is 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

  • What is JavaScript
  • Where to place JavaScript
  • Variables
  • Data Types
  • Operators
  • Operator precedence
  • Using Conditionals
  • Functions
  • Events
  • Using Linting tools
  • Adding image changer
  • Adding personalized message


By the end of this course you will be able to create a basic one page website and in the process acquire some basic but useful
web development skills.

Who this course is for:

  • Absolute beginners to web development
  • Absolute beginners to HTML
  • Absolute beginners to CSS
  • Absolute beginners to JavaScript

Instructor

Digital Learning Academy
Digital learning 24 /7
Digital Learning Academy
  • 3.8 Instructor Rating
  • 206 Reviews
  • 20,253 Students
  • 6 Courses

Digital learning academy  produces bespoke elearning which helps you to effectively gain useful and marketable skills and knowledge .

We work closely with you to map out exactly what you want to bring about and discover what you want to learn and achieve. 

We can help you learn something completely new? Working together, we can help you acquire some useful digital skills online.

Our instructors are industry experts and have years of experience to deliver the 
training and skills you need.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.