@kuppireddy
coding Front and Backend(FullStack Development)
Nothing here yet.
Nothing here yet.
Mar 21, 2024 · 1 min read · <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>This is basic HTML Revision</title> </head> <body> <!--This is basic html revision--> <h1...
Join discussionMar 20, 2024 · 2 min read · Git and Github intro and commands. what is GIT? Git is (distributed version control system). open-source version control software, used for managing and tracking file revisions. You can use Git with any file type, but it’s most often used for trackin...
Join discussion
Mar 19, 2024 · 3 min read · What is HTML? HTML stands for Hyper Text Markup Language,which is used for creating Webpages , it's describes the structure of a Web page. HTML consists of a series of elements and elements tell the browser how to display the content. Each HTML el...
Join discussion