Day 6, July 31
Hey, Everyone
Jaani here, as I proceeded in web dev's HTML last lecture, they taught us how to try to make a structure for our own website using HTML. I had an Idea for making a health website. So I tried it and found it very interesting and a thing upon which I should keep working. I would not suppose to reveal the details of that website now, it could be too early for me to tell y'all ;p <3
Yeah, but the source code for its basic structure is here, see ya later.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Way to Project Nhp</title>
<link rel="stylesheet" href="">
</head>
<body>
<header>
<img src="C:\Users\Ashish\OneDrive\nhp.jpg" width="350" alt="loading">
<h1>NATIONAL HEALTH PORTAL(India)</h1>
<h5>India's one point HEALTH register</h5>
</header>
<nav>
<h5><a href="#">Home</a></h> |
<a href="#">Doctors</a> |
<a href="#">Existing Users</a> |
<a href="#">pharmaceuticals</a>
</nav>
<hr>
<main>
<section>
<h2>New Users</h2>
<a href="https://www.nhp.gov.in/" target="_blank">click here to register</a>
<h2>Govt. Health Schemes</h2>
<a href="https://pib.gov.in/pressreleaseshare.aspx?prid=1576128" target="_blank">click to get information</a>
<h2>Health News</h2>
<a href="https://www.patrika.com/health-news/" target="_blank">Patrika's collection</a>
</section>
<hr>
<section>
<h4>Website Founder</h4>
<img src="C:\Users\Ashish\OneDrive\Desktop\Woof.jpg" width="100" alt="loading">
<p>Ashish Tetarwal</p>
<h6>
Mail:
<a href="andashishwill@gmail.com" target="_blank">andashishwill@gmail.com</a>
</h6>
<hr>
</section>
<section>
<h5>Social media handles</h5>
</section>
</main>
</body>
</html>
Best regards
Jaani
#WebDevelopment
#WebDesign
#FrontEndDevelopment
#BackEndDevelopment
#FullStackDevelopment
#JavaScript
#HTML
#CSS
#UIUX
#Coding
#Programming
#WebDeveloper
#CodeNewbie
#WebDevLife
#CodeLife
#TechCommunity
#TechTalks
#DeveloperHumor
#CodeSnippets
#ResponsiveDesign
Comments
Post a Comment