We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 7
HTML (Hyper Text Markup Language)
HTML is a standard markup language for describing web
pages. • A markup language is a set of markup tags. • It structures the content on the web using a system of tags, which define elements like text, images, links, and more. • HTML documents typically consist of two main parts which are the head and the body. HTML is mainly used to; • Structure web pages using elements such as headings, paragraphs, and links. • Embed multimedia content like images, audio, and video. • Define the layout of web content with tables, forms, and interactive elements. • Link web pages together with hyperlinks. HTML