HTML FULL REPORT
#2

HTML

[attachment=17448]

THEORY:-
HTML is a language for describing web page.
• HTML stands for Hyper Text Markup Language.
• HTML is not a programming language , it is a markup language.
• A markup language is a set of markup tags.
• HTML uses markup tags to describe web pages.

# HTML Tags:-
HTML markup tags are usually called HTML tags.
• HTML tags are keywords surrounded by angle brackets like <html>.
• HTML tags normally come in pairs like <b> and </b>.
• The first tag in a pair is the start tag , the scond tag is the end tag.
• Start and end tags are also called opening tags and closing tags.

# HTML Documents = Web Pages :
• HTML documents describe web pages.
• HTML documents contain HTML tags and plain text.
• HTML documents are also called web pages.

# Syntax Of HTML Page :
<html>
<body>
<h1>My First Heading </h1>
<p>My First Paragraph</p>
</body>
</html>
• The <html> element defines the whole HTML document.
• The element has a start tag <html> and an end tag </html>. The element has a start tag <body> and an end tag </body>.
• HTML headings are defined with the <h1> to <h6> tags.
• The <p> element defines a paragraph in the HTML document. The element has a start tag <p> and an end tag </p>.


# HTML Formatting Tags :
HTML uses tags like <b> and <i> for formatting output , like bold or italic text.These HTML tags are called formattinf tags.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: html 5 full report, descriptive paragraph, paragraph about shramdan, bobi chamnoor paragraph,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Messages In This Thread
HTML FULL REPORT - by seminar class - 22-04-2011, 03:34 PM
RE: HTML FULL REPORT - by seminar paper - 10-02-2012, 03:28 PM

Possibly Related Threads...
Thread Author Replies Views Last Post
  computer networks full report seminar topics 8 45,876 06-10-2018, 12:35 PM
Last Post: jntuworldforum
  OBJECT TRACKING AND DETECTION full report project topics 9 33,024 06-10-2018, 12:20 PM
Last Post: jntuworldforum
  imouse full report computer science technology 3 27,121 17-06-2016, 12:16 PM
Last Post: ashwiniashok
  Implementation of RSA Algorithm Using Client-Server full report seminar topics 6 28,812 10-05-2016, 12:21 PM
Last Post: dhanabhagya
  Optical Computer Full Seminar Report Download computer science crazy 46 69,761 29-04-2016, 09:16 AM
Last Post: dhanabhagya
  ethical hacking full report computer science technology 41 77,740 18-03-2016, 04:51 PM
Last Post: seminar report asees
  broadband mobile full report project topics 7 25,654 27-02-2016, 12:32 PM
Last Post: Prupleannuani
  steganography full report project report tiger 15 43,808 11-02-2016, 02:02 PM
Last Post: seminar report asees
  Digital Signature Full Seminar Report Download computer science crazy 20 47,156 16-09-2015, 02:51 PM
Last Post: seminar report asees
  Mobile Train Radio Communication ( Download Full Seminar Report ) computer science crazy 10 28,910 01-05-2015, 03:36 PM
Last Post: seminar report asees

Forum Jump: