Payal Porwalcodeswithpayal.hashnode.dev·Nov 16, 2024Comprehensive Guide to HTML Tags with Attributes and ExamplesHTML (HyperText Markup Language) is the foundation of web development, allowing developers to create structured documents. This guide covers every HTML tag, all its attributes, and their usage with examples. The language is crafted to ensure clarity ...Discuss·98 readsHTML5
Annamalai Palaniannshiv.in·Oct 14, 2024Essential Techniques for Drawing with Code on HTML CanvasThe HTML Canvas element is a powerful tool that enables developers to draw graphics, manipulate images, and create dynamic visual content directly on web pages. Whether it's basic shapes, complex paths, or intricate effects, canvas opens up a world o...Discuss·1 like·96 readsHTML5
Abhishek Kumarabhi67890.hashnode.dev·Oct 13, 2024What is HTML and History of HTML ,Features of HTMLHistory of HTML Back in the late 1980s, a scientist named Tim Berners-Lee wanted to create a way for scientists to share information and collaborate more easily. He started working on his idea and built a special language for web pages. The timeline ...DiscussHTML5
dheeraj korangagyannbaato.hashnode.dev·Sep 18, 2024BUTTON in HTML1. <button> Tag The <button> tag in HTML is used to create clickable buttons. It can be customized in various ways and can contain not just text but also images or other HTML content (like icons). Example: <button >SUBMIT</button> type Attribute in...DiscussHTML for BegineersHTML5
dheeraj korangagyannbaato.hashnode.dev·Sep 18, 2024Checkbox in HTMLA checkbox allows the user to select one or more options from a set. Each checkbox is independent, so you can select multiple checkboxes at once. <form action="/server"> <label for="vehicle1"> I have a bike:</label> <input type="checkbox" id=...DiscussHTML for BegineersHTML5
dheeraj korangagyannbaato.hashnode.dev·Sep 18, 2024FORMS in HTML1. <form> Element The <form> element is used to create an HTML form for user input. It acts as a container for various types of form controls such as text fields, checkboxes, radio buttons, etc., that allow users to input data and submit it to a serv...DiscussHTML for BegineersHTML5
dheeraj korangagyannbaato.hashnode.dev·Sep 18, 2024Tables In HTMLThe <table> tag in HTML is used to create tables to display data in rows and columns. Tables are structured with several key tags like <table>, <tr>, <td>, and <th>, and attributes like rowspan and colspan to manage the layout of table cells. Basic T...DiscussHTML for BegineersHTML5
Shanmukhablog.memsranga.com·Sep 9, 2024ScribbleGPT: Building a Basic Handwriting-Driven ChatbotCreating ScribbleGPT, a chatbot inspired by Tom Riddle's diary from the Harry Potter series, was a fun and exciting challenge. The bot’s user interface replicates the experience of writing in Riddle’s diary where messages appear and vanish after a fe...Discuss·35 readsGPT 4
Abdullah Naqviblogger786.hashnode.dev·Sep 3, 2024Top 5 Hidden HTML Gems in 2024While HTML forms the cornerstone of web development, there are some lesser-known features that can significantly enhance your web projects. If you’re looking to leverage the full power of HTML, here are five advanced elements that you might not be us...Discusslatest jobs in krachi
Sneha Farkyasnehafarkya.hashnode.dev·Aug 24, 2024Crafting a Personalized Virtual Rakhi Card with React: A Digital Twist on TraditionIn today’s fast-paced world, where physical distances often separate loved ones, technology bridges the gap creatively and meaningfully. One such beautiful innovation is the concept of virtual rakhi cards, which allows us to celebrate traditional fes...Discuss·32 likes·99 readsReact