/HTML

:sparkles: HyperText Markup Language, commonly abbreviated as HTML, is the standard markup language used to create web pages. Along with CSS, and JavaScript, HTML is a cornerstone technology used to create web pages, as well as to create user interfaces for mobile and web applications. Web browsers can read HTML files and render them into visible or audible web pages. HTML describes the structure of a website semantically and, before the advent of Cascading Style Sheets (CSS), included cues for the presentation or appearance of the document (web page), making it a markup language, rather than a programming language.

Primary LanguageHTMLMIT LicenseMIT

HTML Basics Course Repository

Repository for the Course HTML Basics at Telerik Academy

In the free course HTML Basics the students will make their first steps in the development of modern web applications. The course is introductionary and covers only the basics of web development. Yet it is a fundamental for everybody who wants to grow as a web professional, both front-end developer or web developer.

The course includes topics such as HTML tags, using tables, forms and inputs and more...

Course Program

00. Course Introduction

Course Program, Examination, Trainers

[Slides]

01. Web Basics

Web sites, Web servers

[Slides]

02. HTML Fundamentals

HyperText Markup Language, tags, attributes

[Slides]

03. HTML-Tables

Tables and why they are not used anymore

[Slides]

04. HTML Forms and Frames

HTML forms and sending data over the web

[Slides]

05. Semantic HTML

HTML5 and semantics

[Slides]