Elements of HTML(Hyper Text Markup Language)
HTML markup tags are usually called HTML tags
- HTML tags are keywords (tag names) surrounded by angle brackets like <html>
- HTML tags normally come in pairs like <b> and </b>
- The first tag in a pair is the start tag, the second tag is the end tag
- The end tag is written like the start tag, with a forward slash before the tag name
- Start and end tags are also called opening tags and closing tags
- A – How to display hyperlink?
- B – How to display text in BOLD style?
- Body – How and where to write content in the HTML file?
- Br – How to create a line break in html page?
- Code – How to display computer code in html page?
- Div – How to display division (section) in the html content?
- Font – How to format text in color, size and font style in HTML?
- Form – How to display HTML form to submit data to other page?
- Input – How to display Check box, FileUpload control, Image button, password textbox, radiobutton, reset button, submit button, multi-line textbox and button on the html page?
- How to limit the number of characters allowed in the text box?
- IFrame – How to display a sub window in the html page?
- H1 to H6- How to display headings in html page?
- Head – How & where to write title, meta, link and script tags in html page?
- Hr – How to display horizontal line in html page?
- HTML – What is the use of html tag in html page?
- Img – How to display image or picture in html page?
- Label – how to display a label or associate a control with a label in html page?
- FieldSet – Legend – How to group or create a block of html controls in html page?
- OL/UL – LI – How to display ordered and un-ordered list in html page?
- Link - How to reference external css file in html page?
- Meta – How & why to write meta tags in html page?
- P – How to display a paragraph in html page?
- Select - OptGroup – Option – How to display a dropdown list in html page?
- How to display a list box in html page?
- How to display a list box and enable user to select multiple items from the listbox?
- Pre – How to display pre-formatted content in html page?
- Script – How to write client side scripting language code in html page?
- Span- How to write inline text with style in html page?
- Style – How to specify CSS style information for an element or write CSS style class in the html page?
- Sub – How to write subscript text in html page?
- Sup- How to write superscript text in html page?
- Table, Tr, Th, Td – How to write data in tabular format in html page?
- TextArea
- Title
No comments:
Post a Comment