Html
What is Html ?
⇛ HTML (Hypertext Markup Language) is the set of makeup symbols or codes inserted in a file intended for display on a world wide web browser page. The markup tells the web browser how to display a web page’s words and image for the user’s.
What is on Html tag ?
⇛ Html are the hidden keywords within a web page that define how the browser must format and display the content. Most tags must have two parts, an opening and a closing part. For Example , <html> is the opening tag and </html> is the closing tag.
⇛Hypertext is simply a piece of text that works as a link.
⇛Markup language is a way of writing layout information within documents.
Notepad
⇛Notepad is a simple text editor program which is used to write notes about something.
How to start Notepad ?
↪ Click on start Button
↪ Click on Program
↪ Click on Accessories
↪ Click on Notepad.
Tags For Html
<Html>..........</Html>
⇛ It tells the browser how to read the documents.
<Head>..........</Head>
⇛This tag contains the title of the page which is seen at the title bar of the browser.
<Title>..........</Title>
⇛ It contains the title of the documents. It is used inside the head tag.
<Body>..........</Body>
⇛It contains the body of the document where we place text.
<Br>..tag...LineBreak.....
⇛ This tag is used to break the line. This is an unpaired tag.
<P>..........</P>
⇛This is used to giving Paragraph break.
Attribute ➖
↪ Align
<Pre>..........</Pre>
⇛This tag is used to display the text in similar manner type on Notepad.
<Centre>..........</Centre>
⇛This tag is used to Shift the text or Paragraph at the Centre.
<U>..........</U>
⇛This tag is used to Underline.
<B>..........</B>
⇛This tag is used to make the text Bold.
<i>..........</i>
⇛This tag is used to display the text italic Face.
<Blockquote>..........</Blockquote>
⇛This tag is used to giving indent.
<H1>..........</H1>
⇛This tag is used for display the text in different size.
<H1> is the biggest font and <H6> is Smallest font.
<Hr>..........</Hr>
⇛This tag is used to draw horizontal line.
This is an unpaired tag.
Attribute ➖
Aglin
Size
Width in pixel just as “800”
Colour
<Marque>..........</Marque>
⇛This tag is used to display the scrolling.
Attribute ➖
Behaviour (Just as ➖ Alternate,
Scroll, Slide)
Bgcolor
Direction (Just as ➖ Left, Right, Up, Down)
<Font>..........</Font>
⇛Attribute ➖
Size :- 1 to 7 where 1 is smallest , 7 is biggest and 3 is default
Colour :- Font Colour
Font :- Font Name
<ol>..........</ol>
⇛It is used for numbering its helping tag is <li>
<ul>..........</ul> (Unordering List)
⇛It is used for Bulletin.
<img>..........</img>
⇛It is used to insert image.
Size = (With, Height in pixel)
SRC = (Define the picture)
Align = (Position for picture)
Alt = (Comment for Picture)
<Sup>..........</Sup>
⇛It is used to display the text in Superscript Format
(e.g - a2+b2)
<Sub>..........</Sub>
⇛It is used to display the text on Subscript Format
(e.g - H2O)
<Table>..........</Table>
⇛It is used to create table on web page. Inside the tag no.
<Tr>..........</Tr>
⇛This tag is used to Create a row.
<Th>..........</Th>
⇛This tag is used for defining the heading of a Table.
<Td>..........</Td>
⇛ This tag is used to insert the data inside the Table.
Attribute of Table
⇛Border ➖ This is used to specified border
around the Table
⇛Width ➖ This is used to specified the
width of a Table
⇛Align ➖ This is used to align Table.
⇛Bgcolor ➖ This is used to set the BAckground
color of Table.
⇛Bordercolor ➖ This is used to define the color
of border of Table.
⇛Cellspacing ➖ This is used to increase the size of cell.
⇛Cellpadding ➖ This is used to decrease the size of cell.
⇛Rowspan ➖ This is used to merge
the row of TAble.
⇛Clospan ➖ This is used to merge the column of table.