Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,195,105 members, 7,957,127 topics. Date: Tuesday, 24 September 2024 at 07:34 AM

Learn HTML5 And CSS3 Within 2weeks - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Learn HTML5 And CSS3 Within 2weeks (830 Views)

Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. / Am Good In Html5 And Css3 Javascript Nd Php Is My Greatest Problem / Free HTML5, CSS3 And Basic Javascript (jquery) Training (2) (3) (4)

(1) (Reply)

Learn HTML5 And CSS3 Within 2weeks by Venzee(m): 9:47pm On Aug 08, 2019
In this Tutorial here ah gonna teach you how to create a simple HTML navigation bar. So keep reading.

Creating a HTML navigation bar is very very to do, using HTML and CSS.
You can create a horizontal or vertical nav bar. For example this piece of code below is a horizontal nav bar.
<!DOCTYPE html>
<html>
<head>
<style>
#nav ul li{
list-style-type:none;
display:inline;
text-align: center;}
li a:link{
text-decoration:none;
background-color:#f87ffA;
color: white;
padding:5px;}
a:hover{
background-color: blue;
color: smokewhite;}
</style>
</head>
<body>
<div id=”nav> <ul>
<li><a href=”#”> Home</a></li>
<li><a href=”#”> Contact Us</a></li>
<li><a href=”#”> blog</a></li>
<li><a href=”#”> About Us</a></li>
</ul></div>
</body></html>
This is a simple HTML horizontal navigation bar.
Learn more about HTML Tutorial for free.
Use the link below.
https://idreamng.com/category/htmltutorials/
Or download the PDF file
https://idreamng.com/htmltutorials/html-tutorial/23/

(1) (Reply)

Kindly Help Us Partake In A Minute Survey For Our Upcoming Mobile App / Dervac ICT Set To Train Unemployed Nigerians / Urgent Help: Where To Download Udemy Courses

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 8
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.