OL TAG - This type of list are Ordered or Numbered list and these are marked by tag <OL> and </OL> and <li> to write list ...
Read More
Home / HTML Elements
Showing posts with label HTML Elements. Show all posts
Showing posts with label HTML Elements. Show all posts
UL Tag HTML
UL TAG - This type of list are bulleted list and these are marked by tag <UL> and </UL> and <li> to write list items. <...
Read More
Heading Tags HTML
HEADING TAGS - Heading tags are used to write headings and these are larger and bolder than normal body text. HTML has six levels of heading...
Read More
Basefont Tag HTML
BASEFONT - Basefont tag define the basic size for the font of which no other font size setting has been provided. Basefont tag is used with ...
Read More
IMG Tag HTML
IMG - By using IMG tag and its SRC attribute we can add picture into our HTML document. It is empty tag. <HTML> <HEAD> <TIT...
Read More
Font Tag HTML
FONT - By using Font tag we can specify Size, Color and Face of the body text. It is container tag Attributes of Font Tag Face Color Size F...
Read More
HTML Elements
HTML Elements 1. HTML- HTML elements identifies the document as an HTML document and HTML document begins with <HTML> and ends ...
Read More
Container and Empty elements
Container and Empty elements 1. Container elements- This type of HTML elements require pair tags i.e. starting as well as ending tag ...
Read More
Creating an HTML document
Creating an HTML document We can create HTML document by using text editor software such as Notepad, GEdit. By using following steps we c...
Read More
HTML document structure
HTML document structure <Html> <Head> <Title> Title of the HTML document </Title> </Head> <Body>...
Read More
Subscribe to:
Posts
(
Atom
)