MHMamalisha Hatiinmamalisha.hashnode.dev·Mar 19, 2024 · 1 min readHtml Formatting Tags:-How to add link and img in HTML ? By using <a> tag we can defines a hyperlink, which is used to link from one page to another. For example: <body> <h1>Well Come To My Linkdln page </h1> <a href="#">Here</a> </body> By using <img> tag we can ...00
MHMamalisha Hatiinmamalisha.hashnode.dev·Mar 19, 2024 · 2 min readPython- Zero To OneHistory Of Python-: The python programming lang is conceived in the year 1980. Python programming lang development implementation began in the year 1989.The Python Programming lang official released in the year 1991 feb . The Python Programming lang ...00
MHMamalisha Hatiinmamalisha.hashnode.dev·Mar 18, 2024 · 2 min readSome Basic html taskTask-1: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> First Html Page </title> </head> <body> <h1>Hello i am Mamalisha Hati</h1> </body> <...00
MHMamalisha Hatiinmamalisha.hashnode.dev·Mar 18, 2024 · 1 min readHTML as a BeginnerHtml was developed by "Tim Berners-Lee" released in 1993 & Maintained by W3C organization. The term HTML Means "Hyper Text Markup Languages". "Hypertext" means hyper is the navigation , text means data, value. "Markup" means The way of designing /cod...00