SNShaik Nazmainnagulmera9010.hashnode.dev·Apr 6, 2024 · 3 min readColor Theorycolor theory in html and css What is Color Theory? Color theory is the study of how colors work together and how they affect our emotions and perceptions. It's like a toolbox for artists, designers, and creators to help them choose the right colors ...00
SNShaik Nazmainnagulmera9010.hashnode.dev·Apr 5, 2024 · 4 min readSchool Time Table Created In HtmlINTRODUCTION TO TABLES OF HTML Tables in HTML: Structuring Data Tables in HTML provide a powerful way to organize and display structured data on web pages. Whether you're presenting tabular data, comparison charts, or product specifications, tables o...00
SNShaik Nazmainnagulmera9010.hashnode.dev·Apr 5, 2024 · 4 min readTags Of HtmlBasic HTML Tags Headings: Used for structuring content hierarchy (<h1> to <h6>). Paragraphs: Used for grouping text (<p>). Anchor: Creates hyperlinks (<a>). Image: Embeds images (<img>). Unordered List: Creates bullet-point lists (<ul> and <li>)...00
SNShaik Nazmainnagulmera9010.hashnode.dev·Mar 19, 2024 · 6 min readToday my work with using formating tags:1.Make a nice article on hash node which explains basic.HTML till Formating tags Mastering the Basics: HTML Formatting Tags on hashnode: Welcome, fellow developers and tech enthusiasts! Whether you're diving into web development for the first time or...01P
SNShaik Nazmainnagulmera9010.hashnode.dev·Mar 18, 2024 · 3 min readMy introduction in html codeTag vs Element Elements" and "tags" are terms that are widely confused. HTML documents contain tags, but do not contain the elements. The elements are only generated after the parsing step, from these tags. Source: wikipedia > HTML_element An HTML el...00