Tags - PowerPoint PPT Presentation

1 / 6
About This Presentation
Title:

Tags

Description:

START=numeric value to start list with LI TYPE=A VALUE=2 TYPE=A, a, I, i, 1 ... Attributes are an addition to the HTML code that give you more control over how ... – PowerPoint PPT presentation

Number of Views:21
Avg rating:3.0/5.0
Slides: 7
Provided by: Katherin6
Learn more at: http://www.neiu.edu
Category:
Tags: codes | html | list | of | tags

less

Transcript and Presenter's Notes

Title: Tags


1
Tags Attributes
  • Masters Project CS 490

2
Attributes
  • Many tags have special attributes that offer a
    variety of options for the contained text.
  • The attribute is entered between the command word
    and the final greater than symbol.
  • You can use a series of attributes in a single
    tag written one after the other, in any order,
    with a space between each one.

3
Examples
  • ltH1 ALIGNCENTERgt
  • (Attributes often have values.)
  • The accepted values for the ALIGN attribute are
    LEFT, RIGHT, CENTER when used with H(1-6), HR,
    and the P tags.
  • ltHR ALIGNCENTER SIZE7 WIDTH75 NOSHADEgt
  • Other attributes that work with HR
  • The width is in pixels or of page width.
  • The size is in pixels.

4
FONT BASEFONTAttributes
  • SIZE
  • Values from 1 - 7 or relative or - basefont.
  • COLOR
  • color if one of 16 base colors is specified
  • a020f0 purple in hexadecimal format
  • FACE
  • arial garamond works for some fonts

5
List List ItemAttributes
  • ltUL TYPESQUAREgt
  • TYPEshape
  • Values are disc, circle, square
  • ltOL TYPEA START5gt
  • TYPEA, a, I, i, 1
  • STARTnumeric value to start list with
  • ltLI TYPEA VALUE2gt
  • TYPEA, a, I, i, 1
  • VALUEnumeric value for this item

6
Attributes
  • Attributes are an addition to the HTML code that
    give you more control over how your Web pages
    look and act in the browser window.
Write a Comment
User Comments (0)
About PowerShow.com