Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introduction to HTML Language
Rating: 4.4 out of 5(366 ratings)
11,413 students

Introduction to HTML Language

Creating Your First Website
Last updated 8/2018
English
English [Auto],

What you'll learn

  • Understand how a Website works
  • Learn the HTML language
  • Construct your first web page

Course content

1 section17 lectures35m total length
  • Introduction0:35

    Learn the basics of the html language and how websites work, and begin your path toward becoming a web designer.

  • How does a website work?0:19
  • What is HTML?0:53

    Introduce the hypertext markup language as the standard language for creating web pages, and show how to view source code in browsers using tags.

  • HTML50:41
  • Constructing my first Web page7:11

    Learn how browsers read html5 source code and render markup, then build your first web page with doctype, head, and body, save as .html and view hello world.

  • Inserting text in your page4:23

    Learn to format HTML text using line breaks with br, bold and italic tags, horizontal rules, and headings from h1 to h6, plus the title tag.

  • Paragraphs0:37
  • Styles0:33
  • Colors1:30

    Learn how to change text color and background in HTML using the style attribute, applying color and background-color properties to see blue text and green backgrounds.

  • Adding images to your Website2:21

    Learn to insert images into your website by searching for an image, saving it in the same folder, using the img tag with src, and adjusting the background color.

  • Lists0:10
  • Creating links3:45

    Create and navigate between pages using hyperlinks; learn local links with file names and external links to sites like Google by using the anchor tag with href.

  • Tables0:10
  • Structure of a Website0:19
  • Forms10:20

    Learn to create HTML forms with form tags, action and method, input types such as text, hidden, checkbox, radio, along with labels, placeholders, textareas, and submit controls.

  • Building a complete Website1:05
  • Final test
  • Encerramento0:15

Requirements

  • No basic knowledge is necessary

Description

In this course, you will learn the basic of the HTML language. HTML (Hypertext Markup Language) is a language used for the construction of Internet pages. HTML defines a set of rules that allows the formatting of web pages. With the knowledge gained in this course, you will be ready to build your first web page.

Who this course is for:

  • People interested in becoming Web Designers