0% found this document useful (0 votes)
18 views

HTML Tags: Header Tag

The document describes various HTML tags used to format text and structure web pages. Some of the key tags mentioned are <html> and </html> which define an HTML document, <head> and </head> for the document head, and <body> and </body> which contain the visible page content. Other common tags are <p> for paragraphs, <h1>-<h6> for headings, <b> for bold, and <i> for italics. Additional tags covered include those for images, links, lists, tables, forms, frames, and metadata.

Uploaded by

Afeefa
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

HTML Tags: Header Tag

The document describes various HTML tags used to format text and structure web pages. Some of the key tags mentioned are <html> and </html> which define an HTML document, <head> and </head> for the document head, and <body> and </body> which contain the visible page content. Other common tags are <p> for paragraphs, <h1>-<h6> for headings, <b> for bold, and <i> for italics. Additional tags covered include those for images, links, lists, tables, forms, frames, and metadata.

Uploaded by

Afeefa
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

HTML TAGS

<html> </html> The main tag <head> </head>

header tag

<body> </body> body tag <font> </font> sets font color, size, type <img> </img> used to add image <a> </a> linking tag <marquee> </marquee> make text move <blink> </blink> make text blink <b> </b> makes the font bold <center> </center> aligns things in center <br> break

line tag

&nbsp; space tag <p> </p> define paragraph <H1> </H1> makes the font as a heading <H2> </H2> makes the font as a heading <H3> </H3> makes the font as a heading <H4> </H5> makes the font as a heading <H5> </H5> makes the font as a heading <u> </u> underlines the font <i> </i> makes the font italic <pre> </pre> to create pre formated text <form> </form> define forms <textarea> </textarea> shows text area <input> </input> creates form types <select> </select> used to create combo box

meta tags are used to redirect, refreh pages <iframe> </iframe> used to create internal frames
<meta> <strike> </strike> makes striked text or word <ul> </ul> used to list things <li> </li> used to list things <table> </table> to define table <tr> </tr> table row inside table <td> </td> table column inside row

<hr>

horizontal line tag

<embed> </embed> Embed audio in web page <input type="image"> button as an image <area> </area> Links using the image <fieldset> </fieldset> Fieldset with legend <!DOCTYPE> Document Type Definiton <ol="value"> Bullet styles <acronym> </acronym> Acronym tag <a href title="value"> Create Tooltip <canvas> Canvas <object> </object> Include video in web page <frameset> </frameset> Frameset

Inline frame <meta> Meta tag for page ranking


<iframe> </iframe> <sub> </sub> Subscript and superscript <phrase> <phrase> Phrase tag

You might also like