SMSatyapriya Mahatoinsatyapriyamahato.com·Apr 19, 2023 · 2 min readTables, 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...00
SMSatyapriya Mahatoinsatyapriyamahato.com·Apr 16, 2023 · 4 min readLinks 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...00
SMSatyapriya Mahatoinsatyapriyamahato.com·Apr 15, 2023 · 2 min readColors 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...00
SMSatyapriya Mahatoinsatyapriyamahato.com·Apr 14, 2023 · 3 min readHTML 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...00
SMSatyapriya Mahatoinsatyapriyamahato.com·Apr 13, 2023 · 3 min readHTML 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...00