HTML Sinhala Tutorial for Beginner | Lesson 01
In this lesson you will learn how to create a basic HTML document. You will also learn how to save it as an HTML file.
What is HTML?
HTML is the standard markup language for creating web pages and web applications. With Cascading Style Sheets (CSS) and JavaScript, it forms a triad of technologies that are used to create web applications.
Web browsers can read HTML files and render them into visible or audible web pages. HTML describes the structure of a web page semantically and originally included cues for the appearance or presentation of the document.
HTML elements are the building blocks of HTML pages. With HTML constructs, images and other objects such as interactive forms may be embedded into the rendered page. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. HTML elements are delineated by tags, written using angle brackets. Tags such as and introduce content into the page directly. Others such as
…
surround and provide information about document text and may include other tags as sub-elements. Browsers do not display the HTML tags, but use them to interpret the content of the page