AGAnshika Guptainanshikagupta.hashnode.dev路Jun 4, 2023 路 2 min readCreate your first app using KotlinIn this blog, we will be creating a basic "Hello Android App" Using Kotlin: A Step-by-Step Guide - Introduction: Kotlin is a modern and concise programming language that has gained popularity for Android app development. Are you a beginner and scared...00
AGAnshika Guptainanshikagupta.hashnode.dev路Sep 7, 2022 路 1 min readA glimpse of HTML TablesHave you ever thought about how tables are created馃? How are the values added to tables? In today's blog, we'll take a glimpse on the topic. Let's look at the tags used in making a table- <tr> <th> <td> Look at the example below to understand...00
AGAnshika Guptainanshikagupta.hashnode.dev路Sep 1, 2022 路 2 min readLearn about HTML listsHello Peeps, Do you understand what a list is? In this blog post, let's discover more about them. Let's first define a list: A list displays a collection of information. It is represented by <li> for an open tag and </li> for a close tag. There are...00
AGAnshika Guptainanshikagupta.hashnode.dev路Aug 26, 2022 路 3 min readComments and Tags in HTMLHello Friends! In today's blog, we'll learn how to put comments and tags in your HTML document. What is a comment? A comment is a statement that helps you understand the program better. It doesn't appear in the output. There are the following types...00
AGAnshika Guptainanshikagupta.hashnode.dev路Aug 22, 2022 路 1 min readHow to get started with HTML?In the last blog, we learned about the basic introduction of HTML. In today's blog, we'll be answering the following questions: How do I get started with HTML? Which is the most preferred version nowadays? To give a kick start to your HTML journey, y...00