<!– –> | To provide comments or information. The sentence which is located on this tag is invisible on the browser |
<a href> | Make a link to other pages or to other parts of the page |
<a name> | Make section names defined on the links on the same page |
<applet> | As a beginning of Java applets |
<area> | Defines a area that can be click (link) on the image map |
<b> | Make bold text |
<basefont> | Make the default text attributes such as type, size and font color |
<bgsound> | Giving background noise in web pages |
<big> | Increase text size by one point from the default |
<blink> | Create a blinking text |
<body> | Tag is used to make various arrangements of text, link and visited link color. The body of html documents. |
<br> | Break, new row |
<caption> | Create a caption in the table |
<center> | For smoothing the middle of the text or image |
<comment> | Leaving a comment on the web page. It will not appear on the browser |
<dd> | Text indents |
<div> | Represents different sections of text. |
<embed> | Adding sound, avi or flash files to a web page |
<fn> | Is like <a name> tag |
<font> | Changing the type, size, color of letters to be used for text |
<form> | Defining input form |
<frame> | Defining frame |
<frameset> | Defining attributes of pages to use frames |
<h1> … <h6> | Font Size |
<head> | Defining document head |
<hr> | Make a horizontal line |
<html> | html document |
<i> | Make text italics |
<img> | Insert image, imagemap, or an animation |
<input> | Defining input fields on the form |
<li> | Make a bullet point or a new line in the list (paired with <dir>, <menu>, <ol> and <ul> tag) |
<map> | Defining the client-side folder |
<marquee> | Creating scrolling text (the text runs) |
<nobr> | Preventing line breaks in text or images |
<noframes> | If a user's browser does not support frames |
<ol> | Defining the beginning and end of list (Ordered List) |
<p> | Make new paragraph |
<pre> | Create text with the same font size |
<script> | Defining the beginning of the script |
<table> | Creating tables |
<td> | column in the table |
<tr> | column in the table |
<title> | Defining title |
<u> | Create underlined text |
0 comments:
Post a Comment