We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2
TAGS USES
<html> The Root element of every HTML Document.
<head> To write Meta Information. <title> To write Title of page(on top). <body> To write main content. <h1> To Write First heading(Main Heading). <p> To write Paragraph. <br> To move text in next line or line break. <hr> To Display a horizontal line in web page. <b>,<strong> To bold the text. <i>,<em> To make text italic. <u> To underline a Text. <sup> To write superscripted text. <sub> To write subscripted text(Like power of any number). <font> It is used to specify the characrtristics of font. <big> It is used to Formate the text one size BIGGER than surrounding text. <small> It is used to Formate the text one size SMALLER than surrounding text. <pre> It is used to display the as USER has typed. <div> To combine other elements together for styling, layout,and semantic purposes. <span> To provide additional information about HTML Document. <marquee> It can be used to scroll Text or Image in Different Directions. <comment> To add comments(<!--comments are written here-->). <ol> To write or create ordered List. <li> To add List of Items in ordered or unordered list <ul> To write or add Unordered List. <dl> To add Definition List. <dt> To add Definition Term. <dd> To write Definition Description. <img> To insert image using attribute(SRC). <table> To Insert a Table in a Web Page. <tr> To insert or define ROW in Table. <td> To insert or define DATA CELL in Table. <th> To insert or define HEADER ROW in Table. <a> To define links using attribute(HREF). <map> To define the map for creating an IMAGE MAP. <frameset> To define the STYLE and number of frames in web page. <frame> To specify a WEB PAGE that will be displayed in that frame. <form> To create a FORM in web page. <file> To create file uploaded field. <input> To indicate the type of form element to be inserted in the form. <button> To create a button in a form. <select> To create a list. <option> To create an item in the list. <del> To delete the text. <alt> For alternative text to image. <caption> To add CAPTION in the Table and displayed in center bydefault. <textarea> To create a text area in a form. <link> To define relationships between the current document and external resources.