rocket

html tags list properties tutorial

  • Web html, css, javascript, php, python, sql, jquery, xml, ajax, bootstrap.
  • Online web design, along with everything you need for a complete website.

all html tags list properties tutorial list with description. The previous HTML version tags are always useful, but few tags are removed in HTML5 and few tags are introduce in HTML5. Following all HTML tags list with description alphabetically listed.

NEW - New tag introduce in HTML5
REMOVE - Not Support in HTML5
NEW / REMOVE - New Tag introduce in HTML5, But now yet support in HTML5
            

top
Tag Description In HTML5?
<!--...--> comment text in the source code  
<!doctype> document type  
<a> anchor (Hyperlink)
Use for link in internal/external web documents.
 
<abbr> abbreviation (acronyms)  
<acronym> acronyms REMOVE
<address> address information  
<applet> Embedding an applet in HTML document REMOVE
<area> area in an image map  
<article> article NEW
<aside> Describes contain set(or write) on aside place in page contain NEW
<audio> Specific audio content NEW
<b> Specific text weight bold  
<base> base URL for all the links with in a web page  
<basefont> Describes a default font color, size, face in a document REMOVE
<bb> browser command, that command invoke as per client action NEW/ REMOVE
<bdo> Specific direction of text display  
<big> big text REMOVE
<blockquote> Specifies a long quotation  
<body> main section(body) part in HTML document  
<br /> single line break  
<button> Specifies a press/push button  
<canvas> Specifies the display graphics on HTML web documment NEW
<caption> table caption  
<center> Specifies a text is display in center align REMOVE
<cite> Specifies a text citation  
<code> Specifies computer code text  
<col> Specifies a each column within a <colgroup> element in table  
<colgroup> group of one or more columns inside table  
<command> command button, invoke as per user action NEW
<datagrid> represent data in datagrid either list wise or tree wise NEW/ REMOVE
<datalist> list of pre-defined options surrounding <input> tag NEW
<dd> definition description in a definition list  
<del> Specific text deleted in web document  
<details> additional details hide or show as per user action NEW
<dfn> definition team  
<dialog> chat conversation between one or more person NEW/ REMOVE
<dir> directory list REMOVE
<div> division part  
<dl> definition list  
<dt> definition team  
<em> text is emphasize format  
<embed> embedding external application using a relative plug-in NEW
<eventsource> source of event generates to remote server NEW/ REMOVE
<fieldset> grouping of related form elements  
<figcaption> Represents a caption text corresponding with a figure element NEW
<figure> Represents self-contained content corresponding with a <figcaption> element NEW
<font> font size, font face and font color for its text REMOVE
<footer> footer section containing details about the author, copyright, contact us, sitemap, or links to related documents. NEW
<form> form section that having interactive input controls to submit form information to a server.  
<frame> Defines frame window. REMOVE
<frameset> Used to holds one or more <frame> elements. REMOVE
<h1> to <h6> Headings level from 1 to 6 different sizes.  
<head> Defines header section of HTML document.  
<header> Defines as a container that hold introductory content or navigation links. NEW
<hgroup> Defines the heading of a section that hold the h1 to h6 tags. NEW/ REMOVE
<hr /> Represent a thematic break between paragraph-level tags. It is typically draw horizontal line.  
<html> document is a HTML markup language  
<i> italic format text  
<iframe> inline frame that embedded external content into current web document.  
<img> Used to insert image into a web document.  
<input> get information in selected input  
<ins> Used to indicate text that is inserted into a page and indicates changes to a document.  
<isindex> Used to create a single line search prompt for querying the contents of the document. REMOVE
<kbd> Used to identify text that are represents keyboard input.  
<keygen> Used to generate signed certificate, which is used to authenticate to services. NEW/ REMOVE
<label> Used to caption a text label with a form <input> element.  
<legend> Used to add a caption (title) to a group of related form elements that are grouped together into the <fieldset> tag.  
<li> list item either ordered list or unordered list.  
<link> Used to load an external stylesheets into HTML document.  
<map> clickable image map.  
<mark> Used to highlighted (marked) specific text. NEW
<menu> Used to display a unordered list of items/menu of commands.  
<meta> Used to provide structured metadata about a web page.  
<meter> Used to measure data within a given range. NEW
<nav> Used to defines group of navigation links. NEW
<noframes> Used to provide a fallback content to the browser that does not support the <frame> element. REMOVE
<noscript> Used to provide an fall-back content to the browser that does not support the JavaScript.  
<object> Used to embedded objects such as images, audio, videos, Java applets, and Flash animations.  
<ol> ordered list of items.  
<optgroup> Used to create a grouping of options, the related options are grouped under specific headings.  
<option> Represents option items within a <select>, <optgroup> or <datalist> element.  
<output> Used for representing the result of a calculation. NEW
<p> Used to represents a paragraph text.  
<param> Provides parameters for embedded object element.  
<pre> Used to represents preformatted text.  
<progress> Represents the progress of a task. NEW
<q> Represents the short quotation.  
<rp> Used to provide parentheses around fall-back content to the browser that does not support the ruby annotations. NEW
<rt> Specifies the ruby text of ruby annotation. NEW
<ruby> Used to represents a ruby annotation. NEW
<s> Text display in strikethrough style.  
<samp> Represents text that should be interpreted as sample output from a computer program.  
<script> Defines client-side JavaScript.  
<section> Used to divide a document into number of different generic section. NEW
<select> Used to create a drop-down list.  
<small> Used to makes the text one size smaller.  
<source> Used to specifies multiple media resources. NEW
<span> Used to grouping and applying styles to inline elements.  
<strike> Represents strikethrough text. REMOVE
<strong> Represents strong emphasis greater important text.  
<style> Used to add CSS style to an HTML document.  
<sub> Represents inline subscript text.  
<sup> Represents inline superscript text.  
<table> Used to table in an HTML document.  
<tbody> Used for grouping table rows.  
<td> Used for creates standard data cell in HTML table.  
<textarea> Create multi-line text input.  
<tfoot> Used to adding a footer to a table that containing summary of the table data.  
<th> Used for creates header of a group of cell in HTML table.  
<thead> Used to adding a header to a table that containing header information of the table.  
<time> Represents the date and/or time in an HTML document. NEW
<title> Represents title to an HTML document.  
<tr> row of cells in a table.  
<track> Represents text tracks for both the <audio> and <video> tags. NEW
<tt> Represents teletype text. REMOVE
<u> Represents underlined text.  
<ul> unordered list of items.  
<var> Represents a variable in a computer program or mathematical equation.  
<video> Used to embed video content. NEW
<wbr> word break opportunity in a long string of text. NEW
TOP TUTORIALS
"TOPTUTORIALS"

top tutorials all programming languages

html
  

html properties tutorial

100

HTML is the main markup language for web pages, and its elements are the basic building blocks of web pages. HTML is written in the form of HTML elements consisting of tags enclosed in "greater than" and "less than" symbols within the content of the web page.

c1

html-attributes

css
  

css properties tutorial

100

CSS (Cascading Style Sheets) is a computer language that belongs to the category of style sheet languages used to control the appearance of a document written in a markup language.It is used to control the appearance of a document written in HTML and XHTML, that is, to control the appearance of a web page and a website in general.

c2

css-background-property

java
  

javascript properties tutorial

100

Java is a set of computer software and specifications developed by James Gosling at Sun Microsystems, later acquired by Oracle Corporation, which provides a system for developing application software and its development in a multi-platform computing environment.

c3

js-set-timeout

creation
  

creation properties tutorial

In this chapter I call creation I will present you creations html, css and javascript that are very useful and creative in a web site.

c4

slideshow

menu
  

css menu bar horizontal & vertical

having easy-to-use horizontal & vertical menu is important for any web site. with css you can transform boring html menus into good-looking horizontal & vertical bars. horizontal & vertical menu is such an important part of your website. it’s how your visitors navigate to the main areas of your site and makes it easy for them to find.

c5

navbar1

web-buttons
  

css all style Web Buttons

Collection of hand-picked free HTML and CSS button code examples. In this article, we'll see some really cool looking responsive buttons using only a few lines of CSS. You are free to copy, modify and use this code as you wish. All the buttons shown here can scale accordingly to the font-size attribute, and should work in any relatively recent browser.

c6

basic

website tools
"websitetools"

'22' Projects online website tools generator

3d   

online 3d text generator

a free online 3D tool to create 3D typography. Quick and easy, this online tool helps you create the best text design possible with just a few clicks.It can be used for your company, to create a 3D text logos, or for art. This 3D text maker will only take you a few clicks to create the perfect 3D logo.

c7

3d

banner   

online banner text generator

a helpful tool to generate image banner.Upload your assets, company logo, Simultaneously edit text, image and effects directly on all banners.

c8

banner

neon   

online neon text generator

online neon text generator, a free online neon tool to create neon typography. Quick and easy, this online tool helps you create the best text design possible with just a few clicks.It can be used for your company, to create a neon text logos, or for art. This neon text maker will only take you a few clicks to create the perfect neon logo.

c9

neon

typewriter-effect-loop   

online css typewriter effect loop

Demo relies on flexbox. The width of the text container will be determined by the length of the text being used Adding more steps to the typing animation will increase the smoothness of the typing Adjust the letter-spacing based on the font-family and font-size being used.

c10

typewriter-effect-loop

marquee   

online html marquee generator- image marquee

Link,text,images, Marquee Generator Text Marquee Generator.Use this HTML marquee generator to create scrolling text or images for your website.

c11

marquee

font   

online Font Family Generator

CSS font family generator is a very handy resource for webdevelopers and general. Generate in an instant awesome header text styles or content text styles for your website.More than 1000 font family styles are integrated that you can use.

c12

font

rainbow   

online rainbow text generator

The rainbow has no definite number of physical colours, but seven are traditionally listed. Below is a commonly used list of twenty seven colors in the order seen in a rainbow. Computer screens cannot show them precisely but can make colors that look similar. (Each color shows the number codes used to tell a computer how to display the color.) online css rainbow text generator. How to create online rainbow text. here is the tool creating HTML rainbow text.“Rainbow” your text with this rainbow text generator. Turn your black and white text into rainbow-colored text!.

c13

rainbow

stroke   

online stroke text generator

border stroke text generator,To use this text stroke/outline tool adjust the values and copy the generated code.Text-stroke was implemented in CSS3 and is one of the less well-known of the newer styling features, among which are border-radius and box-shadow. As you can see in the code example above, text-stroke has two properties. The first is the width of the stroke in pixels, the second is the colour of the stroke, which can be given transparency by using an rbga value.

c14

stroke

box-shadow   

online box shadow generator

This tool will help you generate CSS box shadows for your website. generate a box shadow with your preferences. Set up the attributes to get the CSS code.

c15

box-shadow

text-shadow   

online text shadow generator

This tool will help you generate CSS text shadows for your website. generate a text shadow with your preferences. Set up the attributes to get the CSS code.

c16

text-shadow

notebook   

Online Notebook Paper Maker Generator

Online Notebook Paper Maker Generator. Question: I am trying to make a notebook paper on my blog, and i wanted to make horizontal lines in it. I was successfully able to draw one horizontal line using css, but i am unable to find a way to repeat it, so that it can fill the entire page.

answer: this tutorial will show you how to create a notebook themed website using only css.

c17

notebook

meta-tag-code   

online meta tag code generator full complete

online html meta tag code generator full complete use for generate your meta information code like meta description, meta keyword etc. just set parameter value and generate Meta code. Search Engine find your web page easy or optimize your website.

c18

meta-tag-code

bo   

online css border generator

Link,text,images, Marquee Generator Text Marquee Generator.Use this HTML marquee generator to create scrolling text or images for your website.Create to customize CSS border styles. The most important being the thickness, its color and the style: solid, dotted, dashed, double, groove, ridge, inset, outset. Set the color transparency for the line surrounding the object and finally the position. Draw the line above, on the right, on the left on the below the HTML element.

c19

bo

radius   

online css border radius generator

The border-radius is one of the most used CSS properties to soften corners of HTML boxes. If you use equal border-radius on all corners, it is relatively easy to apply, and you don't need any helper tool to set it. You can either use standard CSS units like pixel (px), rem, em or percentages for border-radius.

c20

radius

gradient   

online gradient color generator

This tool will help you generate CSS gradient color for your website. generate a gradient color with your preferences. Set up the attributes to get the CSS code.

c21

gradient

table   

online html table generator

Use this HTML Table Generator to create tables on the fly.Copy the HTML code below to put your table online.The HTML responsive table generator tool quickly and easily creates website mobile responsive tables that pass HTML5 validation and web accessibility.

c22

table

privacy-terms   

Online privacy policy generator

online privacy policy generator. Generate a Privacy Policy or a Privacy Notice for your site. Comply with CCPA, GDPR, CalOPPA, Google Adsense and affiliate programs.

c23

privacy-terms

favicon   

online favicon text maker

online favicon text maker, Quickly generate your favicon from text by selecting the text, fonts, the colors, and border. Download your favicon in the most up to date formats.

c24

favicon

REGISTER / LOGIN

web services
"webservices"

web services

design

web design

  • Web design.
  • Logo design.
  • Creation of corporate identity (business card design, product packaging, company forms, letterheads - folders, banners, etc.).
  • Applications with QR Code tailored to you.
  • marketing

    Digital Marketing

  • Website SEO promotion.
  • Promotion with Google Ads.
  • Email marketing.
  • Content creation (texts, custom graphics).
  • support

    Technical Support

  • Hosting services.
  • Technical support services to ensure high performance all year round.
  • Content creation (texts, custom graphics).
  • create-website

    Create a Website

  • Creation of modern websites at affordable prices.
  • We build custom & wordpress websites.
  • qr-code

    QR Code Apps

  • QRcodes can be leveraged for many uses.
  • We create your own QRcode app quickly, just the way you need it, to use it.
  • seo

    Website SEO Promotion

  • Get high on Google without having to pay for ads all the time.
  • Website promotion with SEO (Search Engine Optimization) so you can get to the first results!
  • My Skills

    Skills assessment. Although the years working on a skill can provide an indication of maturity and expertise gained, this alone is not enough. Different people have different levels of gaining knowledge and expertise and there are people that have a natural inclination to some specific skills.

    HTML5
    100%
    CSS3
    100%
    JAVASCRIPT
    100%
    PHP
    100%
    JQUERY
    100%
    WORDPRESS
    100%
    SQL
    100%
    XML
    100%
    DESIGN & DEVELOPMENT
    ⭐⭐⭐⭐⭐  Best Seller
    100%
    PHOTO MAKER
    100%
    PHOTOSHOP
    100%
    SEO
    100%