N1Nagesh 1122inmysubdomain12.hashnode.dev·Apr 5, 2024 · 5 min readColor TheoryColor theory is a concept used in visual arts and design that explains how colors interact with each other and how they can be combined to create certain feelings, moods, and reactions. Color theory, or more specifically traditional color theory, is ...00
N1Nagesh 1122inmysubdomain12.hashnode.dev·Mar 24, 2024 · 1 min readTables Creating Using HtmlHere i want to tell you something about Tables creating in HTML There are some tags for tables listed below : 1. <table> </table> 2.<tr> </tr> ===> table rows 3.<th> </th> ==> table headings 4.<td> </td> ==> table headings 5.<center> ==> align main t...00
N1Nagesh 1122inmysubdomain12.hashnode.dev·Mar 19, 2024 · 5 min readHTML Introduction...Front-end development, also known as client-side development, involves creating the visual elements and user interface (UI) of a website. It’s the part of web development that users directly interact with. Let’s explore some key points: DEFINITION:Fr...01P
N1Nagesh 1122inmysubdomain12.hashnode.dev·Mar 18, 2024 · 1 min readAdding of some tags in Htmltags like: Anchor tag (<a></a>), image insertion in web page BOLD ,IATALIC, UNDERLINE THESE ARE THE BASIC TOPICS TODAY I <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=>, initial-scale=1.0"...00
N1Nagesh 1122inmysubdomain12.hashnode.dev·Mar 16, 2024 · 1 min readHtml First Class<head> <title>world fisrt project</title> <body> <h1>WORLD WIDE WEB</h1> <p1>The WorldWideWeb (W3) is a wide-area <a href="hypermedia">hypermedia</a> information retrieval initiative aiming to give universal access to a large universe of documents. <...00