JKJaya Krishna Reddyinmrjaya.hashnode.dev·Mar 22, 2024 · 2 min readTables in HTMLTable Structure: A table in HTML is defined using the <table> element. Tables are composed of rows (<tr>) and cells (<td> for data cells and <th> for header cells). Each row (<tr>) contains one or more cells (<td> or <th>). Table Headers: Head...00
JKJaya Krishna Reddyinmrjaya.hashnode.dev·Mar 19, 2024 · 8 min readMy HTML journey week 1Hi everyone, Jaya Krishna Reddy here! I like to share my journey in web development so far with you all. In actual facts, I'm a beginner as well I complete my graduation in civil engineering I don't know about HTML language. I joined in a full stack ...01P
JKJaya Krishna Reddyinmrjaya.hashnode.dev·Mar 16, 2024 · 1 min readHow push VS code to GithubI learned today how to push my html code to Github 1.Install Git: First, ensure that Git is installed on your computer. 2.Set Up GitHub: If you haven't already, create a GitHub account. 3.Initialize Git Repository: In your VSCode, open the folder con...00