HTML 5 Elements

By | April 4th 2018 04:36:05 PM | viewed 257 times
<!DOCTYPE html>
<html>
<head >
<title> About HTML </title>
<!-- Define the character -- >
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<!-- Define the internet explorer supported -->
< meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Define the viewport to support mobile phone -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" / >
<!-- Define keywords for search engines -->
<meta name="keywords" content=" UKMODAK tutorial,php tutorial,html,html5,css " / >
< !-- Define a description of your web page -->
<meta name="description" content="UKMODAK Tutorial" />
<!-- Define the author of a page -->
<meta name="author" content="ukmodak">
<!-- Define the refresh to reload page automatically after 30 seconds -->
<meta http-equiv="refresh" content="30">
<!-- we can use the above attribute as RDFa (or Resource Description Framework in Attributes[1]) is a W3C Recommendation with together-->
<meta property="og:title" content="About HTML">
<meta property="og:type" content="website">
<meta property="og:image" content="">
<meta property="og:url" content="http://ukmodak.com/">
<meta property="og:site_name" content="UKMODAK">
<meta property="og:description" content="UKMODAK Tutorial" />
<!-- if has external stylesheet file-->
<link ref="stylesheef" href="css_file" />
<!-- if has external stylesheet file-->
<script type="text/javascript" src="script file" >
</script >
</head>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>

HTML 5 Elements

Element Name Code
article <article> </article>
bdi <bdi> </bdi>
section <section> Heading </section>
header <header> </header>
aside <aside> </aside>
footer <footer> </footer>
progress <progress> </progress>
mark <mark> </mark>
rp <rp> </rp>
rt <rtspan>> </rt>
ruby <ruby>> </ruby>
meter <meter>> </meter>
figcaption <figcaption>> </figcaption>
figure <figure>> </figure>
details <details>> </details>
dialog <dialog>> </dialog>
main <main>> </main>
menuitem <menuitem>> </menuitem>
time <time>> </time>
wbr <wbr>> </wbr>
summary <summary>> </summary>
nav <nav>> </nav>
form element <datalist> <option value="dhaka"> Dhaka </datalist>
<output> </output>
<input type="date" name="date" value="" >
<input type="datetime" name="datetime" value="" >
<input type="datetime-local" name="datetime-local" value="" >
<input type="number" name="number" value="" >
<input type="range" name="range" value="" >
<input type="month" name="month" value="" >
<input type="email" name="email" value="" >
<input type="tel" name="tel" value="" >
<input type="time" name="time" value="" >
<input type="url" name="url" value="" >
<input type="week" name="week" value="" >
<input type="search" name="search" value="" >
<input type="datepicker" name="datepicker" value="" >

bONEandALL
Visitor

Total : 19451

Today :48

Today Visit Country :

  • United States
  • The Netherlands
  • Singapore
  • Russia
  • China
  • India
  • Japan
  • Bulgaria
  • Lithuania
  • Switzerland