-->
Toneysoft Blog

*We are Inspire Our Technology,* Blogging, Tutorial,Download,Widget,Windows phone android Apps,Web design,Seo, Outsourcing,Antivirus ...

Latest Post Toneysoft blog:

Featured post

How to get 1000 up Visitor per video on your Youtube channel Make Money part 2

How to get 1000 up Visitor per vidos On your You Tube Visitor and And Money Money Hidden Tips Toneysoft :  উপরের টাইটেল দেখে হইত বুজ...

no image
  • Post Title : Web Design for Beginner Web design tutorial Html Part-003
  • Posted By :
  • Category:
  • Rating : 100% based on 10 ratings. 10 user reviews.
    | Post views: Viewed
Item Reviewed: Web Design for Beginner Web design tutorial Html Part-003 9 out of 10 based on 10 ratings. 9 user reviews.
Web Design for Beginner Web design tutorial Html Part-003

Like the Post? Do share with your Friends.

Web Design for Beginner Web design tutorial Html Part-003


                My Previous Two Tutorial of Web-Design



1. Web-Design for Beginner Web Design tutorial html Part #001

                    2. Web-Design for Beginner Web-Design Tutorial Html Part #002

HTML Elements

An HTML element is defined by a starting tag. If the element contains other
content, it ends with a closing tag, where the element name is preceded by a
forward slash as shown below with few tags:



Start Tag                Content               End Tag  
  <p>  This is paragraph content.   </p>
 <h>  This is heading content. </h>
 <div>  This is division content. </div>
 <br />


So here <p>....</p> is an HTML element, <h1>...</h1> is another HTML
element. There are some HTML elements which don't need to be closed, such
as <img.../>, <hr /> and <br /> elements. These are known as void elements.
HTML documents consist of a tree of these elements and they specify how
HTML documents should be built, and what kind of content should be placed
in what part of an HTML document.
HTML Tag vs. Element
An HTML element is defined by a starting tag. If the element contains other
content, it ends with a closing tag.
For example <p> is starting tag of a paragraph and </p> is closing tag of the
same paragraph but <p>This is paragraph</p> is a paragraph element.

Nested HTML Elements
It is very much allowed to keep one HTML element inside another HTML
element:

Example :

<!DOCTYPE html>
<html>
<head>
<title>Nested Elements Example</title>
</head>
<body>
<h1>This is <i>italic</i> heading</h1>
<p>This is <u>underlined</u> paragraph</p>
</body>
</html>


This will display following result:




0 Comments
Disqus
Fb Comments
Comments :

No comments:

Post a Comment

Copyright © 2015 Toneysoft Blog All Right Reserved
^