Companies Home Search Profile

Building Websites with HTML, CSS, and JavaScript: Getting Started

Focused View

Craig Shoemaker

3:50:48

16 View
  • 01. Course Overview.mp4
    01:27
  • 02. What You Learn.mp4
    02:38
  • 03. Your First HTML Element.mp4
    01:31
  • 04. Set up Your Code Editor.mp4
    02:38
  • 05. Set up Your Project Files.mp4
    01:40
  • 06. Next Up.mp4
    00:13
  • 07. Introduction.mp4
    00:24
  • 08. What Is HTML.mp4
    01:09
  • 09. What Is an HTML Element.mp4
    02:00
  • 10. Elements Tags and Attributes.mp4
    02:31
  • 11. About Common Elements.mp4
    01:46
  • 12. Using Common Elements.mp4
    03:56
  • 13. Document Object Model (DOM).mp4
    03:47
  • 14. How Search Engines See HTML.mp4
    03:12
  • 15. Validation.mp4
    01:35
  • 16. Anatomy a Website.mp4
    02:08
  • 17. Up Next.mp4
    00:26
  • 18. Introduction.mp4
    00:34
  • 19. Style Rules.mp4
    01:33
  • 20. Cascading Rules.mp4
    01:32
  • 21. Specificity.mp4
    01:40
  • 22. Inheritance.mp4
    03:24
  • 23. Location.mp4
    04:21
  • 24. Introduction to Selectors.mp4
    01:22
  • 25. Tag Selectors.mp4
    00:58
  • 26. Class Selectors.mp4
    01:19
  • 27. ID Selectors.mp4
    01:16
  • 28. Attribute Selectors.mp4
    02:10
  • 29. Selector Lists.mp4
    01:28
  • 30. Combinators.mp4
    01:32
  • 31. Display Property.mp4
    01:41
  • 32. Validation.mp4
    00:38
  • 33. Building Styles in Real Time.mp4
    03:19
  • 34. Up Next.mp4
    00:30
  • 35. Introduction.mp4
    00:27
  • 36. The Box Model.mp4
    02:49
  • 37. Columns with Float.mp4
    02:59
  • 38. Columns with Flexbox.mp4
    03:45
  • 39. Responsive Layouts Viewport.mp4
    01:29
  • 40. Responsive Layouts Media Queries.mp4
    04:11
  • 41. Browser Support.mp4
    01:45
  • 42. Up Next.mp4
    00:19
  • 43. Introduction.mp4
    00:24
  • 44. Create the Foundation.mp4
    04:00
  • 45. Add Main and Aside Elements.mp4
    02:03
  • 46. Add Article and Footer Elements.mp4
    01:24
  • 47. Global Styles General and Body Rules.mp4
    03:34
  • 48. Global Styles P and Header Rules.mp4
    02:24
  • 49. Global Styles Nav Element.mp4
    02:49
  • 50. Global Styles Main Element Rules.mp4
    02:12
  • 51. Global Styles Footer Aside and Article Rules.mp4
    03:02
  • 52. Global Styles Media Query.mp4
    02:21
  • 53. Home Page Styles.mp4
    02:56
  • 54. Contact Page.mp4
    02:58
  • 55. Pies List Markup.mp4
    03:29
  • 56. Responsive Columns.mp4
    02:38
  • 57. Pies List Styles.mp4
    04:01
  • 58. Up Next.mp4
    00:20
  • 59. Introduction.mp4
    00:55
  • 60. Strings.mp4
    02:30
  • 61. Numbers.mp4
    01:32
  • 62. Variables.mp4
    03:24
  • 63. Operators.mp4
    02:48
  • 64. Control Flow Blocks.mp4
    02:12
  • 65. Control Flow If Statements.mp4
    03:14
  • 66. Declaring Functions.mp4
    02:37
  • 67. Padding Data into a Function.mp4
    02:21
  • 68. Returning Data from a Function.mp4
    03:22
  • 69. Object Literals.mp4
    03:55
  • 70. Arrays.mp4
    03:16
  • 71. while Loop.mp4
    02:42
  • 72. for Loop.mp4
    03:23
  • 73. forEach Loop.mp4
    02:13
  • 74. Next Up.mp4
    00:14
  • 75. Introduction.mp4
    00:28
  • 76. Selecting Elements.mp4
    04:03
  • 77. Working with Elements.mp4
    03:15
  • 78. classList Property.mp4
    02:11
  • 79. Script Tag.mp4
    03:09
  • 80. Window.mp4
    01:17
  • 81. Debugging.mp4
    03:02
  • 82. Events.mp4
    00:44
  • 83. addEventListener Function.mp4
    01:08
  • 84. Demo Events.mp4
    04:59
  • 85. Native APIs.mp4
    01:18
  • 86. Fallbacks and Polyfills.mp4
    01:16
  • 87. Browser Support.mp4
    02:44
  • 88. Up Next.mp4
    00:19
  • 89. Introduction.mp4
    00:52
  • 90. Local Storage API.mp4
    01:07
  • 91. Update Pies List Page Part 1.mp4
    03:42
  • 92. Update Pies List Page Part 2.mp4
    03:16
  • 93. Step through the Pies List Page.mp4
    03:36
  • 94. HTML Forms.mp4
    01:49
  • 95. Order Page Create the Page.mp4
    00:53
  • 96. Order Page Add the Input Form.mp4
    04:22
  • 97. Order Page Form Styles.mp4
    02:35
  • 98. Order Page Selection Markup.mp4
    01:15
  • 99. Order Page Load Script.mp4
    03:33
  • 100. Order Page Display Order Info.mp4
    02:22
  • 101. Order Page Hidden Order Input.mp4
    02:00
  • 102. Geolocation API.mp4
    01:45
  • 103. Order Page Add Geolocation.mp4
    03:37
  • 104. Step Through Geolocation Code.mp4
    02:34
  • 105. Conculsion.mp4
    00:22
  • Description


    Embark on a journey where you learn the fundamentals of building websites. By the end of this course, you have the understanding of a website's structure, computer programming basics, and how each piece of the web development puzzle fits together.

    What You'll Learn?


      This course is special - because it takes you on a journey that assumes you're starting from the very beginning when it comes to building websites. In this course, "Building Websites with HTML, CSS, and JavaScript: Getting Started", you learn to build an interactive website from a blank page. First, you learn about the building blocks of any website - the foundations of HTML. Next, you discover how to use Cascading Style Sheets to change the look and layout of a website. Finally, you learn the basics of computer programming and how to use JavaScript to add interactivity to your site. When you're finished with this course, you will have the basic skills you need to continue your journey as a professional web developer.

    More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Craig Shoemaker
    Craig Shoemaker
    Instructor's Courses
    Craig Shoemaker is a Senior Content Developer for Microsoft on the Azure Container Apps and Azure Static Web Apps teams. On some days he's building internal tools to keep Microsoft employees productive, and others days creating guidance used by hundreds of thousands of developers. Additionally, Craig is a best selling Pluralsight author and co-host of the Web Rush podcast. You can reach Craig on Twitter at @craigshoemaker or join the conversation at Web Rush https://webrush.io.
    Pluralsight, LLC is an American privately held online education company that offers a variety of video training courses for software developers, IT administrators, and creative professionals through its website. Founded in 2004 by Aaron Skonnard, Keith Brown, Fritz Onion, and Bill Williams, the company has its headquarters in Farmington, Utah. As of July 2018, it uses more than 1,400 subject-matter experts as authors, and offers more than 7,000 courses in its catalog. Since first moving its courses online in 2007, the company has expanded, developing a full enterprise platform, and adding skills assessment modules.
    • language english
    • Training sessions 105
    • duration 3:50:48
    • level preliminary
    • Release Date 2023/12/08