satyapriyamahato.comTables, Lists, Inline elements, Block elementsTables HTML tables allow web developers to arrange data into rows and columns. To create a table in vs code we simply use the Emmet shortcut table>tr>th*{n}. Here n defines the number of table headings or the no. of heading items in the table in a ro...Apr 19, 2023·2 min read
satyapriyamahato.comLinks and ImagesIntroduction In this blog, we are going to discuss a little more about the link tag, <a> tag, and images-related tags like the <picture> tag, <img> tag, and all. We will also discuss a little bit of the history of these tags and how they came into ex...Apr 16, 2023·4 min read
satyapriyamahato.comColors and Styling in HTMLIntroduction HTML is the basic language used to create web pages. HTML elements can be styled using CSS. In this blog, we will discuss a few more HTML elements, colors, and a little bit about CSS. Colors Colors can be defined in HTML using various me...Apr 15, 2023·2 min read
satyapriyamahato.comHTML formatting elements and Global attributesIntroduction Till now we know about HTML tags and attributes. Now in this blog, we will explore global attributes and formatting. Formatting elements are those elements that were designed to display special types of text. Formatting Commenting in HTM...Apr 14, 2023·3 min read
satyapriyamahato.comHTML elements, Tags, and Attributes.Introduction HTML attributes provide additional information about an element and can be used to customize the behavior or appearance of the element. Attributes can have different values, such as a text value, a boolean value (true or false), or a URL...Apr 13, 2023·3 min read