The Topics You Should Cover To Learn HTML

·

2 min read

What is HTML?

First of all, you should be aware of what is HTML?

  • It stands for Hyper Text Markup Language.
  • HTML is used to create web pages.
  • It is the basic structure of web pages.
  • It consists of various elements, attributes, headings, paragraphs, etc.
  • In other words, you can say that the website content you see on the web pages is written and structured in HTML.

To write your code in HTML you should have an IDE ( Integrated Development Environment ). one of the most popular IDE is visual studio code, you can download it from the official website by clicking here.

Topics to be covered

To learn HTML from the very basic you should be aware of these topics.

  • HTML Elements
  • HTML Attributes
  • HTML Headings
  • HTML Paragraphs
  • HTML Links
  • HTML Ids and Classes
  • HTML Comments
  • HTML Style
    • Inline CSS
    • Internal CSS
    • External CSS
  • HTML Images
  • HTML Tables
  • HTML Lists
  • HTML Forms
    • Form Elements
    • Form Attributes
    • Input Attributes
  • HTML Entities
  • HTML Iframe
  • HTML Semantic Tags

These are the above topics you should be aware of for the basic understanding of HTML. There is a lot of content available on the internet to learn HTML for free. You can learn from many websites or from youtube as well. Many websites like freecodecamp and W3 School are available where you can learn web development for free.

I hope this blog will help you to get the right path on your web development journey. Share with your friends.

Happy Learning :)

Resource:- w3schools.com/html