Search
 
SCRIPT & CODE EXAMPLE
 

HTML

top bar html

<!--The below code presents a header containing title + nav bar-->
<header>
	<div class="container container-flex">
		<div class="site-title">
        	<h1>Living the social life</h1>
          	<p class="subtitle">A blog exploring minimalism in life</p>
        </div>
        <nav>
        	<ul>
            	<li><a href="index.html" class="current-page">Home</a></li>
            	<li><a href="about-me.html">About me</a></li>
            	<li><a href="recent-posts.html">Recent posts</a></li>
          	</ul>
        </nav>
    </div> <!-- / .container -->
 </header>
Comment

PREVIOUS NEXT
Code Example
Html :: pyscript python 
Html :: vue cursor focus 
Html :: input textbox size 
Html :: input tag with data list 
Html :: android location access 
Html :: html auto refresh 
Html :: random image url 
Html :: table two columns html 
Html :: ionic fab 
Html :: bootstrap position fixed 
Html :: html input radio group 
Html :: Bootstrap 5.2 Starter Template | bootstrap starter template 
Html :: how to select all text when input box is clicked 
Html :: html charset 
Html :: automatically refresh a web page 
Html :: how to include href in image 
Html :: html downloading a file 
Html :: display html input datetime-local value from mysql date time 
Html :: navba using bootstrap 
Html :: browser favicon html 
Html :: como tirar a sublinhado da tag a 
Html :: how to add script in html head 
Html :: images in html 
Html :: phone input code 
Html :: bootstrap progress bar 
Html :: how to set logo on site tab 
Html :: html radio group 
Html :: how to add horizontal scroll bar in html 
Html :: html syntax for contact form 
Html :: parse html with regex 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =