0% found this document useful (0 votes)
18 views1 page

280 P HTML

The document is an HTML page for a personal blog with sections for navigation links, titles, buttons and social media links.

Uploaded by

KundiLokesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views1 page

280 P HTML

The document is an HTML page for a personal blog with sections for navigation links, titles, buttons and social media links.

Uploaded by

KundiLokesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<!

DOCTYPE html>
<html>
<head>
<title>Personal Blog</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<div class="main">
<ul>
<li><a href="#">[ Home ]</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Service</a></li>
<li><a href="#">Work</a></li>
<li><a href="#">Resume</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<h1>Najeeb~</h1>
<div class="logo"> Welcome! <br> </div>
<div class="Logo">I'm Web Developer</div>
<div class="btns">
<a href="#" class="buttons">DESIGNER</a>
<a href="#" class="buttons">DEVELOPER</a>
<a href="#" class="buttons">PHOTOGRAPHER</a>
</div>
<div class="socialmedia">
Follow on.
<a href="https://www.instagram.com/" class="media">INSTAGRAM </a>
||<a href="https://twitter.com/?lang=en" class="media"> TWITTER
</a>
||<a href="https://www.facebook.com/" class="media"> FACEBOOK</a>
</div>
</header>
</body>
</html>

You might also like