Showing posts with label 2018. Show all posts
Showing posts with label 2018. Show all posts
Jquery Development
HTML TAGS EXAMPLES
HTML TAGS EXAMPLES

- Heading tags
Heading tags is use for creating heading in pages. There are six heading tags. For example.
<H1> Head 1 </H1>
<H2> Head 1 </H2>
<H3> Head 1 </H3>
<H4> Head 1 </H4>
<H5> Head 1 </H5>
<H6> Head 1 </H6>
2. Paragrah
Paragraph tag is use for writing paragraph.
For example.
<p> There is a paragraph </p>
3. Link tag
Link tag use for link one page to another page. In link tag we use a attribute (href). For example.
<a href="http://www.google.com"> Google </a>
4. Image tag
Image tag is use for show image in web page. In image tag we us attribute of src. For image tag we know the name and extantion of image.img tag we also use height and width attributes. For example.
<img src="Google.png" height="100" width="100
">
">
HTML Formatting Elements
Formatting Elements
Formatting elements were designed to display special types of text:
- <b> - Bold text
- <strong> - Important text
- <i> - Italic text
- <em> - Emphasized text
- <mark> - Marked text
- <small> - Small text
- <del> - Deleted text
- <ins> - Inserted text
- <sub> - Subscript text
- <sup> - Superscript text

Subscribe to:
Posts (Atom)
introduction of computer
A video introduction of computer very useful information in this video. ...
-
COMPUTER LANGUAGE Programming language , a formal language designed to communicate instructions to a machine, particularly a computer . Com...
-
Mouse Mouse is the item of computer hardware . For the pointer it controls, see Pointer (user interface).Physically, a mouse consists ...
-
Internet The Internet, sometimes called simply "the Net," is a worldwide system of computer networks - a network of networks i...


