HTML - Headings, Paragraphs and Formatting Texts |#Blockl1| #Lect4 | Full Stack Development Course in Mobile | APK Learning
Headings, Paragraphs and Formatting Texts in HTML In this lecture, we are going to learn about setting up environment and editor for HTML or we can say that we are going to learn how to use this markup language HTML in Android Phone. I hope, after this lecture, you'll able to use and describe about headings, paragraphs and text formatting in HTML yourself. This is going to be our fourth lecture and we'll try to teach you very basic concepts in detail as a perspective of a beginner. So make sure you like this video and subscribe this channel for more content and share the needy one. Headings HTML headings are titles or subtitles that you want to display on a webpage. Example: <h1>Heading 1</h1> <h2>Heading 2</h2> <h3>Heading 3</h3> <h4>Heading 4<h4> <h5>Heading 5</h5> <h6>Heading 6</h6> Above code will generate the following output: Heading 1 Heading...
