Absolute Beginners Introduction To Web Development

Torrent Details


Absolute Beginners  Introduction to web development

NAME
Absolute Beginners Introduction to web development.torrent
CATEGORY
Other
INFOHASH
36765b789eca2fe3a504cd039be73b92aca80791
SIZE
650 MB in 82 files
ADDED
Uploaded on 12-01-2020 by our crawler pet called "Spidey".
SWARM
0 seeders & 1 peers
RATING
No votes yet.

Please login to vote for this torrent.


Description

Absolute Beginners Introduction to web development Download

Learn practical hands-on web development with : HTML | CSS | JavaScript





What you'll 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
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
Write and understand CSS Ruleset
Understand and use various JavaScript data types
Understand and use various types of JavaScript Operators
Build a digital calculator
Build an analogue clock
Understand and create JavaScript functions
Understand and use JavaScript Events
Build a todo list web app

Requirements

You should be able to use a computer at beginner level
You should be able to navigate the internet at beginner level.

Description

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

The course is  practical and hands-on and should provide you with enough basic web development skills to be creative building your own projects.

Who is the target audience?

Beginners to web development
Anyone who wants to learn web development
Also Check

img]https://i.postimg.cc/s2DGwXP0/Seed-torrent.jpg[/img]

Download More Latest Courses Visit -->> Course Drive

Discussion

Comments 0

Post Your Comment

Files in this torrent

FILENAMESIZE
1. Getting started/1. Introduction.mp42.1 MB
1. Getting started/2. Tools you need.mp41.2 MB
1. Getting started/3. Install Text editors.mp412.3 MB
1. Getting started/4. Install sublimetext.mp48.4 MB
1. Getting started/5. Install web browsers.mp42.4 MB
1. Getting started/6. Planning your web project.mp41.4 MB
1. Getting started/7. Sketching your website design.mp41.6 MB
1. Getting started/8. Choosing your assets.mp45.3 MB
1. Getting started/9. Creating your project folder structure.mp46.3 MB
1. Getting started/Must Read.txt540 B
2. Introduction to HTML/1. What is HTML.mp44.4 MB
2. Introduction to HTML/10. Commenting your code.mp44.7 MB
2. Introduction to HTML/11. What is a a source code.mp410.5 MB
2. Introduction to HTML/2. Anatomy of an HTML Element.mp42.7 MB
2. Introduction to HTML/3. Basic structure of an HTML document.mp415.6 MB
2. Introduction to HTML/4. Creating HTML document structure - part 1.mp46.2 MB
2. Introduction to HTML/5. Creating HTML document structure - part 2.mp411.7 MB
2. Introduction to HTML/6. Creating HTML document structure - part 3.mp418.2 MB
2. Introduction to HTML/7. HTML Attributes.mp411.1 MB
2. Introduction to HTML/8. Marking Up Text.mp415.5 MB
2. Introduction to HTML/9. Creating Links.mp49 MB
3. Introduction to CSS/1. What is CSS.mp44.9 MB
3. Introduction to CSS/10. Changing background color.mp44.8 MB
3. Introduction to CSS/11. CSS display property.mp48.7 MB
3. Introduction to CSS/12. Positioning and styling page title.mp413.8 MB
3. Introduction to CSS/13. Using CSS Font property.mp45.5 MB
3. Introduction to CSS/14. Using google font.mp416 MB
3. Introduction to CSS/2. Various ways of applying CSS.mp423.3 MB
3. Introduction to CSS/3. Styling multiple properties.mp45.4 MB
3. Introduction to CSS/4. Styling multiple elements.mp43.4 MB
3. Introduction to CSS/5. Modifying CSS.mp45.6 MB
3. Introduction to CSS/6. Using CSS basic selectors.mp419 MB
3. Introduction to CSS/7. Commenting your css code.mp45.3 MB
3. Introduction to CSS/8. The CSS Box Model.mp44.4 MB
3. Introduction to CSS/9. Using CSS Margin and Padding properties.mp420.2 MB
3. Introduction to CSS/ReadMe.txt538 B
4. Introduction to JavaScript/1. What is JavaScript.mp44.6 MB
4. Introduction to JavaScript/10. Assignment operators.mp43.4 MB
4. Introduction to JavaScript/11. Operator Precedence.mp47.6 MB
4. Introduction to JavaScript/12. String operators.mp44 MB
4. Introduction to JavaScript/13. Comparison Operators.mp413.6 MB
4. Introduction to JavaScript/14. Logical operators.mp43.2 MB
4. Introduction to JavaScript/15. Typeof operators.mp45.4 MB
4. Introduction to JavaScript/16. Conditional statements.mp411 MB
4. Introduction to JavaScript/17. Functions.mp47.3 MB
4. Introduction to JavaScript/18. Commenting your JavaScript Code.mp45.1 MB
4. Introduction to JavaScript/19. JavaScript linting tools.mp47.4 MB
4. Introduction to JavaScript/2. Where to place JavaScript.mp417.3 MB
4. Introduction to JavaScript/20. JavaScript Events.mp410.4 MB
4. Introduction to JavaScript/21. Changing images with Javascript.mp416.6 MB
4. Introduction to JavaScript/22. Fixing jslint warnings -part 1.mp412.7 MB
4. Introduction to JavaScript/23. Fixing jslint warnings -part 2.mp45 MB
4. Introduction to JavaScript/24. Adding a welcome message to a web page.mp428.5 MB
4. Introduction to JavaScript/3. What are JavaScript Variables.mp47 MB
4. Introduction to JavaScript/4. Variable naming convention.mp44.2 MB
4. Introduction to JavaScript/5. JavaScript Arrays.mp412 MB
4. Introduction to JavaScript/6. JavaScript Data Types.mp410.1 MB
4. Introduction to JavaScript/7. Combing data types.mp44.7 MB
4. Introduction to JavaScript/8. What are operators.mp41.2 MB
4. Introduction to JavaScript/9. Arithmetic Operators.mp46.4 MB
5. Bonus Project 1 Creating a digital calculator/1. What we will create.mp41.5 MB
5. Bonus Project 1 Creating a digital calculator/2. Design and Sketch.mp43.2 MB
5. Bonus Project 1 Creating a digital calculator/3. Creating directory and files.mp42.2 MB
5. Bonus Project 1 Creating a digital calculator/4. Creating structure with HTML.mp45.4 MB
5. Bonus Project 1 Creating a digital calculator/5. Creating structure with HTML - Part 2.mp48.5 MB
5. Bonus Project 1 Creating a digital calculator/6. Adding functionality with JavaScript.mp411.2 MB
5. Bonus Project 1 Creating a digital calculator/7. Adding CSS.mp410.7 MB
5. Bonus Project 1 Creating a digital calculator/ReadMe.txt538 B
6. Bonus Project 2 Creating Analogue Clock/1. What we will create.mp4413.5 KB
6. Bonus Project 2 Creating Analogue Clock/2. Creating directory and files.mp44.7 MB
6. Bonus Project 2 Creating Analogue Clock/3. Creating canvas object.mp48 MB
6. Bonus Project 2 Creating Analogue Clock/4. Creating the clock face.mp46.7 MB
6. Bonus Project 2 Creating Analogue Clock/5. Drawing the clock numbers.mp46.8 MB
6. Bonus Project 2 Creating Analogue Clock/6. Drawing the time and hand.mp415.7 MB
7. Bonus Project 3 Todo List WebApp/1. What we will create.mp41.7 MB
7. Bonus Project 3 Todo List WebApp/2. Creating directory and files.mp44.4 MB
7. Bonus Project 3 Todo List WebApp/3. Creating the app structure.mp414 MB
7. Bonus Project 3 Todo List WebApp/4. Styling the app.mp412 MB
7. Bonus Project 3 Todo List WebApp/5. Adding functionality with JavaScript -Part 1.mp413.2 MB
7. Bonus Project 3 Todo List WebApp/6. Adding functionality with JavaScript -Part 2.mp419.7 MB
7. Bonus Project 3 Todo List WebApp/ReadMe.txt538 B
ReadMe.txt538 B

Alternative Torrents for 'Absolute Beginners Introduction to development'.

There are no alternative torrents found.