Oreilly - HTML CSS and JavaScript for Beginners - A Web Design Course - 9781838551278
Oreilly - HTML CSS and JavaScript for Beginners - A Web Design Course
by Laurence Svekis | Publisher: Packt Publishing | Release Date: January 2019 | ISBN: 9781838551278


Explore how to build amazing interactive and dynamic websites using HTML, CSS, JavaScript, and jQueryAbout This VideoLearn how to build interactive and dynamic websites using HTML, CSS, JavaScript, and jQueryLearn to create interactive content online using JavaScriptIn DetailThis course starts from scratch, teaches you how to create websites, and covers everything from the basic syntax—all the common tags used to develop web content, and how and where you can write HTML—top resources and links included.You'll learn about HTML structure within web pages; explore HTML5 semantic elements; build your own HTML template; create HTML lists, hyperlinks, and add images; build tables for even more HTML structure; create forms with in-depth form examples and HTML tag explanations; add iframes and more cool HTML elements; create your own mini HTML site using only HTML; and everything you want to know about CSS, JavaScript, JavaScript Document Object Model (DOM), JSON, AJAX, and jQuery .The code files for this course are available at: https://github.com/PacktPublishing/HTML-CSS-and-JavaScript-for-Beginners---A-Web-Design-CourseDownloading the example code for this course: You can download the example code files for all Packt video courses you have purchased from your account at http://www.PacktPub.com. If you purchased this course elsewhere, you can visit http://www.PacktPub.com/support and register to have the files e-mailed directly to you.
  1. Chapter 1 : Introduction to web development and web design
    • Introduction to web development 00:05:59
    • How to use this course 00:02:35
  2. Chapter 2 : Learn HTML Course Section
    • Introduction to HTML 00:03:21
    • Getting to Know HTML 00:07:04
    • What is an Element 00:04:45
    • HTML page structure 00:04:48
    • HTML metadata 00:02:25
    • HTML Doctype 00:02:13
    • Try it make index page 00:06:16
    • Element Formatting HTML 00:03:24
    • HTML Headings 00:03:44
    • Self Closing Tags 00:04:26
    • HTML Exercise #2 00:01:55
    • HTML Comments 00:02:14
    • Preformatted Text 00:02:50
    • HTML Entities 00:03:17
    • HTML text formatting 00:03:52
    • More HTML text formatting 00:03:43
    • Practice text formatting 00:03:19
    • Divs and Spans to organize content 00:03:50
    • HTML5 Semantic Elements 00:03:46
    • Exercise 3 HTML5 Semantic Elements 00:04:46
    • Placeholder Content 00:02:05
    • Hyperlinks Anchor Tag 00:11:04
    • Try it Build a Page 00:04:29
    • Adding Images to your Page 00:03:34
    • Exercise 4 Images 00:02:53
    • HTML lists 00:05:21
    • Exercise 5 Adding Lists 00:02:38
    • Exercise 6 rebuild the first website 00:05:05
    • Exercise 7 Nested Lists 00:04:52
    • HTML tables 00:08:21
    • HTML tables with Style 00:02:05
    • HTML Forms 00:07:13
    • Create a Contact Form 00:07:12
    • HTML Form options 00:03:57
    • Form Submission 00:03:56
    • More input types HTML5 00:11:21
    • More with HTML5 Forms 00:06:31
    • HTML form fieldset 00:04:06
    • Exercise 9 Form Practice 00:08:16
    • HTML iframes. 00:03:22
    • Exercise #10 Build a Site 00:09:48
  3. Chapter 3 : CSS Section
    • Introduction to CSS. 00:02:30
    • What is CSS 00:08:56
    • Basics of CSS 00:04:36
    • CSS Inline Style 00:04:35
    • CSS Style Tag Styling 00:03:08
    • Creating and using CSS file 00:03:43
    • CSS selection and classes 00:07:27
    • CSS Colors. 00:07:43
    • CSS Background Property 00:07:12
    • CSS Display Property 00:05:12
    • CSS for List items 00:02:41
    • CSS Exercise #1 style a simple website 00:04:13
    • Measures and Properties CSS 00:03:17
    • CSS Divs and Spans 00:04:08
    • Styling Text CSS 00:13:20
    • CSS font Family 00:03:15
    • Google Fonts CSS 00:06:21
    • CSS Exercise #2 00:06:57
    • CSS Floats Images 00:03:58
    • CSS float elements 00:04:32
    • CSS Box Model 00:09:40
    • Exercise 3 CSS 00:04:07
    • Exercise 3 Solution 00:10:00
    • CSS Outline 00:03:55
    • CSS position 00:09:47
    • Exercise #4 Image grid 00:03:54
    • CSS fun with Hyperlinks 00:06:02
    • CSS Pseudo Classes 00:04:37
    • CSS and Tables 00:06:38
    • CSS Overflow and MaxWidth. 00:04:45
    • CSS Element Alignments 00:11:28
    • Website Project Part 1 00:06:49
    • Website Project Part 2 00:09:19
    • Website Project Part 3 00:01:56
  4. Chapter 4 : Learn JavaScript section
    • Welcome to JavaScript 00:05:54
    • Write JavaScript 00:10:48
    • Update HTML element 00:11:29
    • JavaScript Code 00:05:49
    • JavaScript Variables 00:08:17
    • JavaScript Variables in Action 00:08:19
    • JavaScript Try it Exercise #1 00:01:57
    • Operators and assignments 00:07:50
    • JavaScript Functions 00:06:58
    • JavaScript Exercise #2 Function 00:05:15
    • r look at functions 00:04:18
    • JavaScript Objects 00:07:31
    • JavaScript #3 Exercise 3 Objects 00:01:56
    • JavaScript Arrays 00:07:06
    • Array Methods 00:07:41
    • Condition Statements JavaScript 00:05:03
    • Combine with Functions 00:03:53
    • JavaScript Switch 00:04:29
    • JavaScript Loops 00:07:09
    • JavaScript String Methods 00:06:57
    • ES6 JavaScript 00:04:08
    • Document Object Model DOM 00:05:41
    • Eventlisteners JavaScript 00:02:17
    • JavaScript Exercise #4 Event Checker Exercise 00:07:31
  5. Chapter 5 : JavaScript Document Object Model DOM
    • Introduction to JavaScript DOM 00:02:10
    • What is the DOM 00:04:16
    • JavaScript DOM Manipulation 00:08:20
    • JavaScript DOM Selection 00:07:00
    • Element Text Manipulation 00:05:48
    • Change Classes DOM 00:06:11
    • Change Styles DOM 00:06:09
    • Element Attribute Manipulation 00:07:09
    • Interactive DOM Events 00:03:14
    • Select Multiple Elements 00:05:37
    • KeyPress Events. 00:05:04
    • JavaScript Mouse Events 00:02:43
    • JavaScript DOM Create your own Elements 00:05:05
    • Event listeners to New elements 00:03:42
    • Create Dynamic List 00:05:13
    • List Project Exercise Input add new Element. 00:03:39
    • Project Bonus Adding Object Value 00:02:42
  6. Chapter 6 : JavaScript JSON and AJAX
    • Introduction to JSON 00:03:51
    • What is JSON 00:06:06
    • JSON as Data 00:09:25
    • Solution Create JSON 00:05:50
    • JSON details 00:05:27
    • Solution output JSON to HTML 00:03:03
    • JavaScript Arrays of Objects. 00:07:14
    • JavaScript Solution Array Objects 00:04:48
    • JavaScript Loop Object Data 00:01:04
    • Solution Loop Object Data. 00:04:43
    • JavaScript add to Object. 00:03:13
    • JavaScript JSON methods 00:03:57
    • Local Storage Values 00:03:28
    • Solution Local Storage 00:03:11
    • JavaScript Fetch 00:04:41
    • Solution JavaScript Fetch 00:03:28
    • Catching Errors Shorthand 00:02:45
    • JSON with multiple items 00:03:09
    • Solution forEach JSON 00:02:56
    • JSON Conclusion 00:02:07
  7. Chapter 7 : Learn jQuery
    • jQuery Introduction to section 00:02:18
    • Why jQuery and What is it. 00:05:06
    • Selecting with jQuery 00:04:10
    • jQuery Fun with Styling 00:05:44
    • jQuery Content 00:03:56
    • jQuery Attributes 00:05:55
    • Image and Form Attributes 00:05:56
    • jQuery Click Events 00:04:27
    • Document Ready Event Listener 00:03:30
    • jQuery Mouse Events 00:03:06
    • Keyboard Events jQuery 00:06:23
    • jQuery On Event listener 00:03:10
    • jQuery Effects Hide Show 00:02:51
    • jQuery Fade Effect 00:05:13
    • jQuery Slide Effect 00:01:47
    • jQuery Animate Effect 00:04:59
    • jQuery AJAX. 00:03:29
    • Load and CORS error 00:02:50
    • AJAX and Form data 00:05:55
    • Multiple Items in response output 00:03:52
    • Select Element. 00:03:23
    • Course jQuery Exercise 00:07:37
  8. Oreilly - HTML CSS and JavaScript for Beginners - A Web Design Course


 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Coktum   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss