Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
HTML and HTML5 For Beginners 2016
Rating: 4.0 out of 5(185 ratings)
597 students

HTML and HTML5 For Beginners 2016

Explanation of HTML and HTML 5 from the very beginning
Created byIT Solutions
Last updated 8/2016
English
English [Auto],

What you'll learn

  • Implement HTML and HTML 5 websites
  • Understand HTML code
  • Fell free in all the areas of HTML and HTML5
  • Create modern webpages and web applications

Course content

3 sections32 lectures2h 54m total length
  • Inroduction - What We Will Learn1:50

    Learn how to create your first HTML page, then explore HTML5 elements and attributes, CSS, forms, geolocation, and JavaScript features to build modern web pages and apps.

  • Let's Install Visual Studio Code2:48

    Download Visual Studio Code from the official site for Windows; you can use any text editor, but VS Code is recommended for this course, with extensions and the installation wizard.

  • Create Project Stucture3:22

    Create a project folder in Visual Studio Code and establish a clear folder structure for HTML, CSS, and JavaScript to support client-side web development and future database information integration.

  • Introduction to HTML4:01

    Explore the basics of HTML and HTML5, including doctype, html, head, and body tags and attributes, and learn how pages render across browsers.

  • Your First HTML Page4:53

    Learn to create your first html page by setting the html5 doctype, building the head and body with a title, and testing the page in a browser.

  • Elements and Attributes3:54

    Explore how elements and attributes define HTML structure, using start and closing tags, head and body sections, and attributes like language, title, src, width, and height.

  • Meta, Paragraph and Heading Tags8:14

    Learn how metadata describes pages for browsers and search engines, including description, keywords, author, and last-modified, and structure content with heading tags, paragraphs, and a title tag for indexing.

  • Text Formatting and Comments7:46

    Explore HTML text formatting basics including bold, emphasis, italic, small, strong, superscript, subscript, insert, delete, and mark, and learn to use extremal comments to hide sections from rendering.

  • CSS - Inline, Internal, and External7:31

    Learn CSS basics by implementing inline, internal, and external styling to control font size and color, compare performance, and link an external stylesheet for scalable web pages.

  • Tables6:21

    Create html table with table, thead, tbody, tr, and td; add a border and 100 percent width, then create three headers and three rows of three columns, styled with css.

  • Links and images10:05

    Learn to add images with the image tag and src, set width and height, include alt text, and build links with href that open in new or same tab.

  • Meta Tags5:10

    Implement meta tags in the head, including keywords, description, author, and charset, to provide machine-parsable data for browsers and search engines; use http-equiv refresh to update the page.

  • Lists4:52

    Learn how to create and format ordered, unordered, and description lists in HTML, using dl, dt, and dd to define terms and definitions, with practical examples.

  • Block and Inline Display5:34

    Block and inline display demonstrates how block level elements like div and headings break lines, while inline elements like span stay on the same line and fit content.

  • Class Selector and ID Selector7:59

    Learn how to use class and id selectors to target HTML elements, apply unified styling with a container class, and compare dot versus hash syntax for precise page styling.

  • Introduction to JavaScript3:38

    Learn JavaScript as a language to manipulate web page elements, respond to clicks and loads, and update content using getElementById and innerHTML, plus script placement and external scripts.

Requirements

  • Visual Studio Code (we'll install it together in the lectures) or any other IDE

Description

In this tutorial we’re going to learn from scratch many different areas of HTML and HTML 5.

The very first topic we're going to learn is what is HTML.

We will then get down and will create our first HTML page.

 

We will also cover all the different attributes and elements associated with HTML and we will touch CSS and JavaScript quickly to get a basic idea about these languages. 

We will cover the HTML5 and we will teach you all of the new features of HTML5 related to input forms, geolocation, web sockets, and many other items related to HTML 5 so that you can advance your skills when you create modern webpages and web applications. 

The very nice thing about the HTML, it opens up the field for many different programming languages

This will improve your skills for everything that you’ve learned in all of the video lecture series, so it’s important to follow these to enhance your HTML skills.

Who this course is for:

  • Anyone who is going to start web development career
  • Beginner Front end developers