Search
 
SCRIPT & CODE EXAMPLE
 

HTML

DWS Basic HTML Template

<!DOCTYPE HTML>
<html lang="en">

<head>
  <meta name="Author" content="DWS">
  <meta charset="utf-8">
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <title>Basic HTML Template</title>
  <link rel="stylesheet" type="text/css" href="style.css">
  <style>
      .header-style {
        color: blue;
      }
  </style>
  <script src="js/scripts.js"></script>
</head>

<body>

	<header>
		<nav>
			<ul>
				<li>Your menu</li>
			</ul>
		</nav>
	</header>
	
	<section>
	
		<article>
			<header>
				<h2>Article title</h2>
				<p>Posted on <time datetime="2009-09-04T16:31:24+02:00">September 4th 2009</time> by <a href="#">Writer</a> - <a href="#comments">6 comments</a></p>
			</header>
			<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>
		</article>
		
		<article>
			<header>
				<h2>Article title</h2>
				<p>Posted on <time datetime="2009-09-04T16:31:24+02:00">September 4th 2009</time> by <a href="#">Writer</a> - <a href="#comments">6 comments</a></p>
			</header>
			<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>
		</article>
		
	</section>

	<aside>
		<h2>About section</h2>
		<p>Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>
	</aside>

	<footer>
		<p>Copyright 2009 Your name</p>
	</footer>

</body>

</html>
Comment

PREVIOUS NEXT
Code Example
Html :: add .class to another class html 
Html :: html how to use special characters with font 
Html :: show html string in p tag 
Html :: statamic regex replace 
Html :: html.raw to list model 
Html :: reuse html elemrnt id 
Html :: codesandbox disable prettier 
Html :: nuxt for add attribute select 
Html :: example for d3 
Html :: el cerdo 
Html :: how to send the data through url in html without using the form 
Html :: como crear una app con visual studio code 
Html :: html input avoid pre spacing 
Html :: docusign alternative 
Html :: music from stick with it 
Html :: render navbar links/html link in div iframe without loading an entire page 
Html :: sum total free html code 
Html :: how to create a quiz in p5 
Html :: enter more than one function in onclick event js 
Html :: display div while load 
Html :: html. strong 
Html :: sndl stock 
Html :: jquery animation move point 
Css :: css add dots if text too long 
Css :: media query min and max 
Css :: How to create a dotted hr 
Css :: how to apply css to firefox only 
Css :: css center image 
Css :: limit p html 
Css :: css select all elements except last css 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =