Showing posts with label HTML tags. HTML Full Tags. Show all posts
Showing posts with label HTML tags. HTML Full Tags. Show all posts

MARGIN ATTRIBUTE

Like any other document we can select TOP, BOTTOM, LEFT, RIGHT Margin for HTML document

Here is an example 

<HTML>
<HEAD>
<TITLE> Example of Margin Attribute </TITLE>
</HEAD>
<Body background=bg.jpg LEFTMARGIN="100" RIGHTMARGIN="60">
<H1>This is Tanjies </H1>
<P><Strong>Services we are providing</strong></p>
<OL>
<Li>Web Development
<Li>Search Engine Optimization
<Li>Web Application
<Li>Social Media Marketing
</OL>
<P><Strong>Themes We are Using </strong></p>
<OL>
<Li>The 7
<Li>Avada
<Li>Jollyall
<Li>Udesign
</OL>
<Body>
</HTML>

The saving procedure is like before, but if u face something wrong then don't forget to write me. 



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 of Nested Ordered List with Attribute </TITLE>

</HEAD>

<BODY>

    <H1>Tanjies Web designing</H1>

<P> <STRONG> Our Features</STRONG></P>

    <UL>

        <LI>Web Desinging

        <UL TYPE = CIRCLE>

        <LI>Responsive Design

        <LI>Customized Website

        <LI>Wordpress Site</UL>
    </UL>
    <UL>

        <LI>Search Engine Optimization

        <UL TYPE = SQUARE>

        <LI>Back Linking

        <LI>Bookmarking

        <LI>Blogging</UL>

    </UL>

</BODY>
</HTML>

I hope this will help you to understand, practice it and if you found any problem let me know in comment or email me in srv2013@gmail.com. Feel free to share if it helped you. Best of Luck

All rights reserved by Tanjies Design

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