ACAakarshit Choudharyinaakarshit.hashnode.dev·Feb 8, 2023 · 2 min readWhat is display property in HTML?Let us first understand the concept of margin and padding in HTML elements and why we use them. Padding is a space between the content and the border, or, in other words, it is a space between the HTML elements from the inside. It is used to create s...00
ACAakarshit Choudharyinaakarshit.hashnode.dev·Feb 7, 2023 · 1 min readWhy are CSS selectors used in HTML?Selectors are the basic concept for styling HTML elements. Selectors are used to specifying which HTML elements will receive which styles. There are different types of selectors such as class type, ID type, and, attributes type, etc Different types o...00
ACAakarshit Choudharyinaakarshit.hashnode.dev·Feb 3, 2023 · 1 min readTables In HTMLWhat is the table? <table> tag is used to create tables in HTML. The table organizes video, text, audio, links, etc. in rows and columns. Several tags we use to create tags are <table> <th> <td> </td> </th> </table>. <th>tag is used to create the tab...00
ACAakarshit Choudharyinaakarshit.hashnode.dev·Jan 31, 2023 · 2 min readGetting start with HTMLHello everyone, Today I learned about HTML. Before diving into HTML, we should learn about why we write our first program to print "Hello World." Here's why "Hello World" is a simple program that outputs the string "Hello, World!" to the screen. It h...00
ACAakarshit Choudharyinaakarshit.hashnode.dev·Jan 30, 2023 · 1 min readWhat is HTML?HTML (Hypertext Markup Language) is the standard language for creating web pages and web applications. It is used to structure and display websites and applications on the internet. HTML consists of a set of tags and attributes that define the struct...00