Introduction to HTML INTRODUCTION TO HTML HTML is known as Hypertext Mark up Language. Html is mark up language which is used to create simple web-pages. HTML is a tag based language. In HTML the code has to be written in small letters. Tags need to be closed once they are opened. There are some exceptional tags which are not to be closed compulsorily. The output of the code is viewed in web browser.
Basic structure of html program Code Output
FONT ATTRIBUTES IN HTML <p> - It is known as the paragraph tag. It is generally used to write the content in the form of paragraph. The p tag is needed to be closed after the finished with writing content. This tag is used under the body tag. The body tag defines that the content in the page. @ Note- The body tag is to be used to define the content in the body of the web-page.
Example of Basic HTML Code Output br tag is used to go to the next line in the page.
THANK YOU Made by Poushali Inamdar TYBCA – I Roll no 8