Vvarshainninjacoder.hashnode.dev·Mar 25, 2023 · 2 min readOther important tag in HTMLHere are some more HTML tags that you may find useful: <table>, <thead>, <tbody>, <tr>, <th>, <td>: These tags are used to create a table with rows and columns, with <table> indicating the start of the table and <thead>, <tbody>, <tr>, <th>, and <td...00
Vvarshainninjacoder.hashnode.dev·Mar 22, 2023 · 2 min readBasics of HTML(Hypertext Markup Language)HTML is the language used to create the structure and content of a blog/website or a webpage.Here are some basic HTML elements you'll need to know to get started: Head section: This is where you'll include metadata about your blog, such as the title...00
Vvarshainninjacoder.hashnode.dev·Mar 21, 2023 · 3 min readFrontendFrontend development is an essential part of web development. It refers to the creation of the visual and interactive elements of a website that users interact with. In other words, it's part of web development that users see and interacts with when ...00