Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Intro to HTML. Bases that everyone should know
Rating: 4.6 out of 5(38 ratings)
1,227 students

Intro to HTML. Bases that everyone should know

Dive into the essentials of Hypertext Markup Language (HTML), the backbone of the internet.
Created byJagaad Academy
Last updated 10/2023
English
English [Auto],

What you'll learn

  • Learn about structure, blocks, tags, and syntax, among other elements that build the foundation of any website
  • Take a deep dive into the essentials of Hypertext Markup Language (HTML) – the very backbone of the internet.
  • Gain hands-on experience that's invaluable for your web development journey
  • Create captivating web pages and understand the intricacies of HTML5

Course content

1 section22 lectures1h 30m total length
  • Introduction4:11

    Learn that HTML stands for hypertext markup language, a markup standard for structuring web pages with elements and tags, and practice by writing hello world in a code editor and browser.

  • Elements3:06

    Learn what an HTML element is and how to use it, including opening and closing tags, content, and single-tag versus paired elements as the browser renders them.

  • Attributes2:43

    Explore how attributes live inside an HTML element and add extra functionality. See examples like width and height for images and a title on an h1 tag.

  • Headings2:39

    learn to use heading tags from h1 to h6 to structure content, prioritize accessibility for search engine bots, and practice syncing and editing headings across a page.

  • Paragraphs2:01

    Create and format paragraphs with the p tag. Observe newline behavior between blocks and explore lorem ipsum as dummy text in sublime text.

  • Formatting4:36

    Discover common HTML formatting tags, including bold and strong, italic and emphasis, mark, small, del, ins, subscript, and superscript, plus the p tag and break tag.

  • Comments3:01

    Learn how comments in code help readers understand logic without reading the code, not visible in browser, and use single and multi-line comments with lesson eight.html example.

  • Quotation3:31

    Explore semantic HTML quotation tags: q for quotes, blockquote with cite, abbreviation with title, and address for contact information, illustrated with examples and hover tips.

  • Images5:39

    Learn to add images to web pages with the image tag, using a source attribute and alt attribute, and source images from external URLs or internal folders.

  • Lists3:50

    Learn to create unordered, ordered, and description lists in HTML, add list items, and adjust order with type attributes for uses like menus and timetables.

  • Block and Inline4:35

    Explore block and inline elements in HTML. See how block elements start on a new line and take full width, while inline elements occupy only the width they need.

  • iframes3:28

    Learn to embed other websites and YouTube videos with iframe tag using the src attribute, width, height, and options like frameborder and allowfullscreen, while avoiding overuse for performance and security.

  • Class & ID3:42

    Learn how to group HTML elements using class and id attributes, apply shared styles via CSS and JavaScript, and keep IDs unique for element-specific selection, with practical examples.

  • Head3:53

    Explore the html head to define document information, and connect css and javascript with title, link, meta, script, and style elements and their attributes.

  • Semantics3:15

    Explore semantic HTML5 elements such as article, section, header, footer, nav, and aside, learning how these container tags convey meaning for search engines and structure without built-in behavior.

  • Video & Audio4:53

    Learn how to embed video and audio in HTML5 using the video and audio tags, with source elements offering multiple resources and controls, autoplay, and fallback text.

  • Forms5:14

    Discover how to build HTML forms using input, textarea, button, select, options, and labels, and connect them with for and id attributes.

  • Input Types9:31

    Explore HTML input types and attributes, including text, email, date, password, checkboxes, and radio inputs, and learn to configure form method, action, required fields, placeholders, and autocomplete.

  • Div & Span4:01

    Learn how div and span act as containers in HTML, wrapping content for structure and styling, and note their block and inline behavior with br and hr tags.

  • Anchor4:24

    Learn the anchor tag for linking documents, with href destinations for external and internal pages, including how to open links in a new tab with target.

  • SVG & Canvas5:39

    Explore SVG and canvas in HTML5, learning that SVG provides scalable vector graphics while canvas draws graphics with JavaScript, serving as a container for on-the-fly visuals.

  • HTML Structure3:02

    Master HTML structure by using doctype, html, head, and body; explore metadata, the title tag, and the parent-child relationships that drive CSS selectors and the visual part of the page.

Requirements

  • Beginner-fiendly. No experience required

Description

Whether you're a beginner looking to embark on a journey into the world of web development or someone aiming to enhance your existing web skills, our "Intro to HTML" course on Udemy is your perfect starting point.

In this comprehensive course, you'll not only dip your toes but take a deep dive into the essentials of Hypertext Markup Language (HTML) – the very backbone of the internet. Our course offers a structured curriculum covering HTML basics, web page creation, multimedia integration, a comprehensive understanding of HTML5 features, and the industry's best practices. You will gain hands-on experience that's invaluable for your web development journey.

What sets our "Intro to HTML" course apart is the exceptional quality of education provided by our expert instructors. They bring real-world expertise to the classroom, offering insights and knowledge that go beyond textbooks. You can enjoy the flexibility of studying at your own pace, making it an ideal choice for busy individuals with various commitments.

Upon successful completion of the course, you will receive a certificate, a testament to your dedication and expertise in web development. And the best part is, you'll have lifelong access to the course materials and any future updates, ensuring you stay at the cutting edge of HTML and web development.

By the time you finish this course, you will not only be able to create captivating web pages but also understand the intricacies of HTML5, the latest and most powerful version of HTML. Whether you're considering a career change or simply looking to upgrade your skill set, "Intro to HTML" on Udemy is your gateway to web development success.

So, why wait? Enroll today, and let's embark on this exciting journey to master HTML together!

Who this course is for:

  • Beginner level. Understand basics of HTML