Program writing method
To write any program, you need to do coding using an editor. In order to write HTML program primarily, the default editor of the Windows operating system, notepad, can be used as an editor, and it is best to use Dreamweaver and Notepad ++ as an Advanced Editor for additional benefits. The program written in HTML will be seen by any browser such as Internet explorer, Mozilla Firefox, Google chrome and Opera by saving .html extensions such as index.html.
To write any program, you need to do coding using an editor. In order to write HTML program primarily, the default editor of the Windows operating system, notepad, can be used as an editor, and it is best to use Dreamweaver and Notepad ++ as an Advanced Editor for additional benefits. The program written in HTML will be seen by any browser such as Internet explorer, Mozilla Firefox, Google chrome and Opera by saving .html extensions such as index.html.
For writing HTML program, <2> </> two sign and some of it are used like keywords like html, head, title, body etc. <> Or </> mark and a keyword written between it is called the tag together. Such as <html> and </ html>. <Body> is the body's start tag and </ body> is the last tag of body.
Simple HTML tags
Tags
Description
<Html> </ html>
The HTML document indicates.
<Head> </ head>
The head portion of the program indicates.
<Title> </ title>
The document titles indicate.
<Body> </ body>
The main content portion of the program indicates.
<a> </a>
Anchor tag
<Abbr> </ abbr>
Abbreviation tags.
<B> </ b>
Bold indicates text.
<I> </ i>
Italic indicates text.
<Big> </ big>
Specifies the text larger than usual.
<Small> </ small>
Indicates text smaller than usual.
<Blockquote> </ blockquote>
Special quotes are used to express.
<br/>
Creates a line break.
<Code> </ code>
The computer code reveals the text.
<Table> </ table>
The table is used to make.
<Col> </ col>
Used to create table columns.
<Td> </ td>
The table is used to make the cell.
<Tr> </ tr>
Table row is used to make.
<Form> </ form>
Form is used to create.
<H1> </ h1>
Header tag is up to 1-6.
<Hr />
Create parallel lines.
<Img />
Used to add pictures.
<Input> </ input>
Form input field is used to create.
<Li> </ li>
Used to create lists.
<Meta> </ meta>
Meta tag
<Ol> </ ol>
Order is used to create a catalog.
<Ul> </ ul>
Unorders are used to create lists.
<P> </ p>
The paragraph indicates
<Pre> </ pre>
Used to create pre-formatted text.
<Tt> </ tt>
Teletype refers to the text.
<Strong> </ strong>
Strong text indicates.
<Sub> </ sub>
The subscripted text indicates.
<Sup> </ sup>
Superscripted text indicates.
No comments:
Post a Comment