WHAT IS HTML

HTML is the one of the most common coding languages used for making webpages and websites. It allows you to add text, images, tables and more. The main element are tags. Tags are used for everything from video to audio to text and tables. HTML also has attributes which are inside tags and many things. Some basic tags include the <p> tag and the <h1> tag but we will go into more detail later. Some basic attributes are 'classes', 'id's' or 'style'. All together HTML creates an easy and simple way to start making websites.

©{{CodeIt}}School 2023