Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html elements list

The basic elements of an HTML page are:

A text header, denoted using the <h1>, <h2>, <h3>, <h4>, <h5>, <h6> tags.
A paragraph, denoted using the <p> tag.
A horizontal ruler, denoted using the <hr> tag.
A link, denoted using the <a> (anchor) tag.
A list, denoted using the <ul> (unordered list), <ol> (ordered list) and <li> (list element) tags.
An image, denoted using the <img> tag
A divider, denoted using the <div> tag
A text span, denoted using the <span> tag
Comment

html elements list

<a href="" rel="" target=""></a>
<abbr></abbr>
<div></div>
<span></span>
<html></html>
<head></head>
<body></body>
<ul></ul>
<ol></ol>
<lh></lh>
<li></li>
<table></table>
<input type="" />
<meta http-equiv="" name="" content="" charset="" />
<title></title>
<thead></thead>
<dir></dir> WARNING: Don't use the dir tag. Use the ul tag instead.
<tbody></tbody>
<tr></tr>
<th></th>
<pre></pre>
<p></p>
<nav></nav>
<main></main>
<header></header>
<h1></h1>
<h2></h2>
<h3></h3>
<h4></h4>
<h5></h5>
<h6></h6>
<footer></footer>
<i></i>
<b></b>
<u></u>
<style></style>
<link type="" rel="" href="" />
<img src="" alt="" srcset="" width="" height="" />
<q></q>
<script src="" type="" defer></script>
Comment

PREVIOUS NEXT
Code Example
Html :: search button inside search box 
Html :: asp redirect 
Html :: q tag in html 
Html :: horizontal line in table 
Html :: aria label 
Html :: html5 time input 
Html :: tree view in bootstrap 
Html :: html popup form 
Html :: table bootstrap 4 
Html :: meta tag white theme 
Html :: open app instagram with url html tag on android 
Html :: nunjucks loop n times 
Html :: ng-container vue equvalent 
Html :: href open in new tab 
Html :: css email material design box shadow 
Html :: execute vue ui 
Html :: how to make a svg of full width of a webpage html 
Html :: twig currency symbol 
Html :: append html form element 
Html :: inline heading and input 
Html :: html regex pattern 
Html :: nav-pills class bootstrap 
Html :: html circle symbol 
Html :: web application vs website 
Html :: Horizontal line with text in middle word in HTML 
Html :: how to receive ether on smart contract 
Html :: vue does v-html inject html 
Html :: bulma title 
Html :: html to flutter 
Html :: You are running `create-react-app` 4.0.3, which is behind the latest release (5. 0.0). 
ADD CONTENT
Topic
Content
Source link
Name
4+5 =