Skip to content

Latest commit

 

History

History
97 lines (75 loc) · 4.22 KB

README.md

File metadata and controls

97 lines (75 loc) · 4.22 KB

logo

HTML Basics

Getting started with HTML.

View Demo . Report Bug . Request Feature



  Contributors   Forks   Stars   Issues   License

Introduction

HTML is a standard markup language, which stands for Hyper Text Markup Language. It is widely used language to create webpages. HTML invented by Tim Berners-Lee in late 1991, but it's first version "HTML 1.0" was released in 1993, and "HTML 2.0" was the first standard HTML specification, which was published in 1995.

This HTML tutorial covers everything from basic HTML fundamental concepts and tags to advanced techniques, such as forms, modal boxes, multimedia, and HTML5.

Audience

This HTML tutorial is designed for aspiring web designers and developers with a need to understand the HTML in enough detail along with its simple overview and practical examples. This tutorial will give you enough ingredients to start with HTML, from where you can take yourself to a higher level of expertise.

Prerequisites

Before proceeding with this HTML tutorial, you should have a basic working knowledge of the Windows or Linux operating system; additionally, you must be familiar with:

  • Experience with any text editor like Notepad, Notepad++, or Edit Plus etc.
  • How to create directories and files on your computer.
  • How to navigate through different directories.
  • How to type content in a file and save it on a computer.
  • Understanding about images in different formats like JPEG, PNG format.

Usage

  • Fork repository and clone it locally
  • Customize the content inside index.html to build on the various examples

Please share the goodness & don't forget leaving a ⭐ on the repository.

Bugs and Feature Requests

Have a bug or a feature request? Here is to how you can help:

Contributing

This is an open source example tutorial, therefore developers are encouraged to contribute and help maintain the project throughout its life cycle. Any contributions will be highly appreciated.

Looking to contribute something to this tutorial?

Please read through the contributing guidelines, included are directions for opening issues, coding standards, and notes on development.