Html Tutorial

  • Uploaded by: netpirate.dev4381
  • 0
  • 0
  • November 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Html Tutorial as PDF for free.

More details

  • Words: 485
  • Pages: 8
Using START and VALUE Attribute in an OL The start attribute in an OL start tag is used to start the numbering sequence at a particular number. You can use the VALUE attribute in a LI tag to restart the numbering sequence at a particular number. .
  1. THIS SHOULD BE NUMBERED AS 3.
  2. THIS SHOULD BE NUMBERED AS 4.
  3. THIS SHOULD BE NUMBERED AS 8.
  4. THIS SHOULD BE NUMBERED AS 9.


Linking to a place in the Same HTML File To link to another place in the same HTML file requires both an HREF anchor and a NAME anchor. An HREF anchor that links to a NAME anchor has a special form: anchortext LINKING TO ANOTHER PLACE
LINKING TO A PLACE ON THE SAME PAGE

. . LINKING TO ANOTHER PAGE

You can form a link with anything on the web that has an address, or URL...

Linking to a place on the same page




The HR (Horizontal Rule) tag is a stand-alone, or empty, document element that allows you to add horizontal rules to your Web page.


To change the height of a horizontal rule, the SIZE attribute value in the HR tag can be used. The value you set is the rule’s height or thickness in pixels.


The default setting for a rule is "Shaded". To set an "Unshaded" horizontal rule add the NOSHADE attribute to the HR tag.




You can also change the width of a horizontal rule, either by setting the width in actual pixels or by specifying a percentage of the total width of the browser window.


The ALIGN attribute in the HR tag is used to left-align or right-align a horizontal rule (Center-alignment is the default).

ADDRESS TAG The address tag is used to define a signature block for Web Page. It might contain your name, title, organizational or business affiliation, as well as information on how to contact you.
IIPM TOWER AHMEDABAD IIPM


MARQUEE TAG

<MARQUEE BEHAVIOUR="MOTION" DIRECTION="SCROLL DIRECTION" HEIGHT="PIXEL" WIDTH="PIXEL" BGCOLOR="COLOR" LOOP="NUMBER" SCROLLDELAY="MILLISECONDS">

IIPM

Behaviour= Motion Type The values can be Alternate, Scroll or Slide BGCOLOR="Color"

Establishes the color for the rectangular space reserved for the Marquee tag. Direction = Scroll Direction Specifies the scrolling direction of the text. Direction can be UP, Down, Left

Height, width tag override the default size of this rectangle by assigning values to the Height and width attributes. The default value for the Height is determined by the font size of the largest font assigned to the content in the Marquee. LOOP= number Sets the number of times the marquee text scrolls its content. Scrolldelay="milliseconds" Increasing the scroll delay value slows the scroll

Related Documents

Html Tutorial
May 2020 8
Html Tutorial
November 2019 38
Html Tutorial
October 2019 48
Html Tutorial
June 2020 29
Html Tutorial
June 2020 4
Html Tutorial
November 2019 3