Full HTML Tag Part 2


Bold tags are only applicable for HTML 5


<em>
Defines emphasized text
<embaded>
Defines a container for an external (non-HTML) application
<fieldset>
Groups of related elements in form
<figcaption>
Defines a caption for a <figure> element
<figure>
Specific self-contained content
<font>
Defines font,color, and size for text(not supported in html 5)
<footer>
Defines a footer for document or section
<form>
Defines a HTML form for user input
<frame>
Defines a frame(window) in frameset(Not supported in HTML5)
<frameset>
Defines a set of frames (Not supported in HTML 5)
<h1>to <h6>
Defines HTML headings
<head>
Defines information about the document
<header>
Defines a header for document or section
<hgroup>
Defines a group of heading
<hr>
Defines a thematic change in content
<html>
Defines the root of html document
<i>
Defines a part of text in an alternate voice or mood
<iframe>
Defines an inline frame
<img>
Defines a image
<input>
Defines an input control
<ins>
Defines a text that has been inserted into a document
<kbd>
Defines keyboard input
<keygen>
Defines a key-pair generator field (for forms)
<label>
Defines an label for <input> element
<legend>
Defines a caption for a <fieldset> element
<li>
Defines list element
<link>
Defines a relationship between a document and external resources
<main>
Specifies the main content of a document
<map>
Defines a client side image-map
<mark>
Defined marked highlighted text
<menu>
Defines a list/menu of commands
<menuitem>
Defines a menu/command item that the user can invoke from a pop menu
<meta>
Defines metadata about HTML document
<meter>
Defines a scalar measurement within a known range

Related Posts:

  • How to have image and text side by side How to have image and text side by side:Lots of people are asking how they can put image and text side by side. Just make sure you are using style and classes properly. <html><title>How to have image an… Read More
  • Full HTML Tag Part 2 Bold tags are only applicable for HTML 5 Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 … Read More
  • Nested Unordered List with Attribute We have learned Unordered list. We can define the bullet by using the attribute TYPE. Generally we use SQUARE, CIRCLE, and DISK bullet. Here is an example: <HTML> <HEAD>     <TITLE> Example… Read More

0 comments:

Post a Comment