Thursday, September 26, 2013

Information about how to learn HTML (1st to Last) – Part-04






Underline Element
This tag is used for Underlined portion of the text or write down any special spots. This is the tag format - <u> ............... </U>

For example, make the following coding
<html>
<head>
<title>
This is my first html program
</title>
</head>
<body>
This is normal. <u> This is underline. </u>
</body>
</html>

With the browser open the following results can be found at -



Strike Element
This tag is use for Effects of a particular type of text being cut off in spots along the middle of the frame to bring the effects.. Format of this tag-
<s> .............. </s> or <strike> ........ </strike>

For example, the following code as follow -
<html>
<head>
<title>
This is my first html program
</title>
</head>
<body>
This is normal. <strike> This is strike. </strike>
</body>
</html>

When you open it with the browser following results can be found at







Citation Element
This element is used for normal fonts separately to reveal a little. Generally, it is used for any portion of the presentation as a referral.  Format of this tag is-
<cite> ........... </cite>

For example, the following code

<html>
<head>
<title>
This is my first html program
</title>
</head>
<body>
This is normal. <cite> This is citation. </cite>
</body>
</html>

When you open it with the browser following results can be found at






Emphasis Element
This tag is used for special parts and a little bit of text bold italic effects. Format of this tag is-  <em> ........ </em>

For example, the following code

<html>
<head>
<title>
This is my first html program
</title>
</head>
<body>
This is normal. <em> This is emphasis. </em>
</body>
</html>

When you open it with the browser following results can be found at




Strong Element
It's like a bold element. Use of the Strong command for a specific part of the more intense. Format of this tag is- <strong> .............. </strong>

For example, the following code

<html>
<head>
<title>
This is my first html program
</title>
</head>
<body>
This is normal. <strong> This is strong. </strong>
</body>
</html>

When you open it with the browser following results can be found at




Big Element
Normal size is larger than the portion of the text of this tag is used to represent. Format of this tag is- <big> ............ </big>

For example, the following code

<html>
<head>
<title>
This is my first html program
</title>
</head>
<body>
This is normal. <big> This is big. </big>
</body>
</html>

When you open it with the browser following results can be found at







Small Element is same like big element. Just replace small with big.

Subscript Element

These tags can be used in any part of the text of the note below for the main line. Format of this tag is- <sub> .......... </sub>

For example, the following code

<html>
<head>
<title>
This is my first html program
</title>
</head>
<body>
This is normal H2O. <big> This is subscript H<sub>2</sub>O
</body>
</html>

When you open it with the browser following results can be found at




Superscript Element
These tags can be used in any part of the text of the original note for top of the line. For example - a2, b2, 510, etc., for the format of this tag is - <sup> ........... </sup>

For example, the following code

<html>
<head>
<title>
This is my first html program
</title>
</head>
<body>
This is normal a2+b2. This is superscript A<sup>2</sup>+b<sup>2</sup>
</body>
</html>

When you open it with the browser following results can be found at




Code Element
If a fixed-width text format that's part of the special style of programming code that is written in the style you want to use this tag. Format of this tag is- <code> .................. </code>

Variables Elements
This tag is used in the same way as the variable part of the text style display. Format of this tag is - <var> ............ </var>

TT Element
TT is another example of fixed-width format. This tag is a special kind of text font like type Writer (MONDSPACED Font)'s effects. Format of this tag is-
<tt> ............. </tt>





Keep this up today. Keep your eyes on this site for the next part. Please visit this site regularly to see the new tutorials. Best of luck of all & Please take care of you & your parents.
 

 


 











No comments:

Post a Comment