Oluwaremilekun Adebowaleremiadebowale.hashnode.dev·Sep 28, 2023Understanding CSSTable of Contents Who owns CSS? What does CSS stand for? What does CSS do? How CSS is used in HTML Can CSS do Math? Can CSS change Text? Can CSS use Variables? How CSS Works Behind the Scenes How CSS Selectors Work Who Owns CSS? CSS, as a ...Discuss·14 likesCSS
Demitheterminal.hashnode.dev·Sep 27, 2023Week in Review #1Web development New way to create modals using HTML only Which open-source monospaced font is best for coding? Drawing a star with DOMMatrix The State of HTML 2023 survey is now open! What are JWTs/Jots/JSON Web Tokens? From WebGL to WebGPU Ul...DiscussJavaScript
Rajendra Markadrajendramarkad.hashnode.dev·Apr 30, 2023HTML Cheatsheet<html>: The root element of an HTML document that contains all other elements. <head>: Contains metadata about the document, such as the title and links to external resources. <meta>: Provides metadata about the document, like character encoding. ...DiscussHTML
Mukibul Minhazmukibulminhaz.hashnode.dev·Sep 20, 2023Building a professional Portfolio<header> <nav></nav> </header> <main> <section></section> - about <section></section> - what i do <section></section> - summary of my resume <section></section> - contact page <footer></footer> </main> img width 468px /584px height 533px /676px...DiscussHTML tags
Afolabi Abdullahiblog.afolabi.me·Sep 18, 2023Mastering HTML's 'Picture' Tag: A Visual Revolution for Web ContentIn today's digital landscape, web development and SEO mastery are vital. The HTML 'picture' tag is a game-changer, enhancing content and SEO. This guide explores its potential, offering practical code and insights. Whether you're a developer or SEO n...Discuss·13 likes·271 readsHTML5
Purvi Sainipurvi-saini-writes.hashnode.dev·Sep 18, 2023HTML Tags & Tricks You Probably Haven't UsedIntroduction This blog will take you on a journey through some lesser-known HTML tags and fascinating & super-useful tricks. Tags: <dl> - The Definition List: Use Case: <dl> is perfect for creating glossaries, dictionaries, or any content that pairs...Discuss·2 likesHTML5
Tushar Agrawaltusharagrawal.hashnode.dev·Sep 18, 2023Organizing, Interacting, and Structuring: Lists, Forms, and Tables in HTMLAs you continue your journey into web development, you'll discover the power of organizing content, interacting with users, and presenting data in a structured manner. In this article, we'll explore the world of lists, forms, and tables in HTML. You'...Discuss·1 likeHTML5
Muhammad Redho Ayassaredhoyasa.hashnode.dev·Sep 18, 2023Triggering form submission outside the <form>Context Suppose I want to build a checkout page like below: The first box (above) contains the guest form The second box (below) is a bottom sheet containing the hotel rate and the form submission button To make the bottom sheet sticky at the bo...DiscussHTML5
Anant Guptaanantguptablogs.hashnode.dev·Sep 14, 2023Top useful tags in HTMLHTML provides many tags to structure and style web pages. Here are some of the most important HTML tags: <html> - Defines the root of an HTML document <head> - Contains meta information about the document <title> - Defines the title of the documen...DiscussHTML5
Richard Kessmanrichard-kessman.hashnode.dev·Sep 8, 2023Understanding HTML AttributesIntroduction: HTML is the backbone of the web and is not merely about content and structure. It's a language of intricate details that is used to structure web pages. HTML attributes are the unsung heroes that empower developers to enhance element be...Discuss·20 likes·59 readsHTML5