Home Answers Viewqa HTML HTML markup

 
 


samar
HTML markup
1 Answer(s)      2 years and 8 months ago
Posted in : HTML

What is contained in HTML markup?

View Answers

November 1, 2010 at 6:11 PM


Hi,

Here is the answer,

A ?markup tag? is the fundamental characteristic of HTML. Every markup tag is a command placed between ?wickets? or ?angle brackets??a left bracket (<) and a right bracket (>). Markup tags are not revealed by a web browser; they are invisible.

HTML markup tags are nothing but certain keywords. Tag is enclosed in angular brackets < and >

Tags are represented in two ways.

  1. Start and end tag (paired tags)

  2. An empty tag

Start and End Tag:

In most cases, markup tags (containing commands) come in pairs, with text or a graphic image located between the beginning and ending tags:

An HTML tag looks like

<tag> This is some content </tag>

Here is start/opening tag and is closing/end tag. Both together with content inside them are called as an HTML element.

Nesting Of Paired Tags:

Paired tags can be nested in one another in following way

<body>
<div>
<p>this is paragraph</p>
</div>
</body>

An Empty tag:

HTML defines certain tags as empty tags, means they don?t require closing tags and they do not contain any content. Such tags are closed in a start tag only.

<p>This is <br>a paragraph</p>

Thanks.









Related Pages:
HTML markup
HTML markup  What is contained in HTML markup
Print out html markup with h:outputText
Print out html markup with h:outputText  How to print out html markup with h:outputText
How to Check Markup in PHP File from Command Line
HTML mrkup in your PHP code using PHP command. Just use the -s switch with php command and php file. It will show the HTML markup of your php file. can also...How to Check Markup in PHP File from Command Line  Check Markup
HTML
HTML  Hi, What is the full form of HTML? Thanks   Hi, The HTML stands for HyperText Markup Language. HTML is used to create webpage for world wide web. Web pages are accessed by web browsers and then shown
html
html  For what is used HTML?   Using HTML we can create a Web Page which can be viewed through a Web Browser over Internet. HTML describes the contents of a web page with Markup Tags. Tags are defined by angle brackets
HTML questions
HTML questions       HTML questions The HTML is also known as Hypertext Markup Language. It is developed by World Wide Web Consortium. The HTML is markup language
HTML
HTML - Hypertext markup language tutorials Learn HTML with the help of many examples. We have created many easy to understand HTML examples. These examples will help you in understanding HTML very quickly HTML is used to create web
Introduction to HTML
Introduction to HTML       Here, we will introduce you to the basics of HTML. HTML stands for Hyper Text Markup Language. Using HTML we can create a Web Page which can
HTML
Markup Language. Using HTML we can create a Web Page which can be viewed... HTML       Introduction to HTML
What Exactly is HTML?
; Now lets see what exactly is HTML (Hyper Text Markup Language... Markup Language. An HTML file is a text file containing small markup tags. The markup tags tell the Web browser how to display the page. An HTML file must
HTML pages.
HTML  pages. Description : HTML is a hypertext markup language. Every HTML page has two part one head part another is body. It will  run...;HTML is a markup language</title> <!--Head part--> <
What is HTML web designing
What is HTML web designing Hypertext Mark-up Language (HTML) is the principal markup language for web... of a newspaper editor's markup symbols. HTML is a way of describing what kind of data
HTML Tutorial
markup language which is used to write HTML...HTML Tutorial This is the series of HTML tutorials, which will teach you HTML from scratch. This HTML tutorial is for beginners. After learning
HTML Editor Open Source
HTML Editor Open Source Bluefish  HTML Editor Bluefish... many programming and markup languages, but it focuses on editing dynamic... document interface, easily opens 500+ documents     Free HTML
What HTML 5 can Offer?
the newest version of our good old Hypertext Markup Language or HTML 5 as just another tech event. What HTML 5 can offer and how it would add value to our web... that previous HTML versions just could not put in place. From initial reactions we
HTML - Strikethrough code.
Markup Language</strike> Code : <!DOCTYPE html PUBLIC "...;Example of HTML strike tag.</h1> <p>HTML is a markup language... style="color:purple"><strike> HTML stands for Hypertext Markup
HTML font tag.
" /> <title>HTML is a markup language</title> <...;Please visit on this link</p> <p>HTML is a markup language. <...="color:purple"> HTML stands for Hypertext Markup Language.<
HTML - Text Size
://www.w3.org/1999/xhtml"> <head> <title>HTML is a markup language<... HTML.</h1> <p><font size="3"> HTML is a markup...;5">HTML stands for Hypertext Markup Language.</font> </p>
HTML - base tag example.
;title>HTML is a markup language</title> </head> <body> <h1>HTML -- base tag. </h1> &nbsp;<a href="...HTML - base tag example. Description : The base tag is a HTML tag
Introduction to HTML
Introduction to HTML       Here, we will introduce you to the basics of HTML. HTML stands for Hyper Text Markup Language. Using HTML we can create a Web Page which can
HTML - Q (quotation) tag.
; <head> <title>HTML is a markup language</title> <...HTML - Q (quotation) tag. Description : It generates a quotation over the text. Code : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
HTML - I tag example.
HTML - I tag example. Description : It is a text formatting tag. It display...;head> <base href="http://roseindia.net"> <title>HTML is a markup language</title> </head> <body> <h1
HTML - textarea tag example.
; <head> <title>HTML is a markup language</title> </head> <body> <h1>HTML -- textarea tag Example. </h1>...HTML - textarea tag example. Description : It is a input tag. You can enter
HTML - menu tag example
;HTML is a markup language</title> </head> <body> <h1...HTML - menu tag example Description : The <menu> is a tag of HTML... html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"  "
HTML - Email example
is a markup language</title> </head> <body> <h1>HTML...HTML - Email example Description : There is not any specific tag for email in HTML. But with the help of HTML, we can easily add mail facility in our HTML
HTML - Image tag.
;HTML is a markup language</title> </head> <body> <...HTML - Image tag. Description : HTML supports two type tags. 1-Singular tag... and end tag. The img tags is used for embedding image in HTML page
HTML link code.
;text/html; charset=utf-8" /> <title>HTML is a markup language<...HTML link code. Description : It is also called hyper link. HTML provides...;/a> Code : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
HTML - Image link code.
;HTML is a markup language</title> </head> <body> <...HTML - Image link code. Description : HTML image link is a combination of two HTML tags. One is anchor and another is image tag.  Image tag image
HTML - table background color.
HTML - table background color. Description : Here, you will see how to specifies the table back ground color in html page. The <table > is a html... the background color of table.  Code : <!DOCTYPE html PUBLIC "
Comparing XML with HTML
Comparing XML with HTML XML and HTML are both designed for different purposes. Although they have some similarities in markup syntax but they are created for different types of goals. XML is not at all the replacement of HTML
HTML -- form tag.
="text/html; charset=utf-8" /> <title>HTML is a markup...HTML -- form tag. Description : HTML provides a form tag. It takes user... within form tag. Code : <!DOCTYPE html PUBLIC "-//W3C//DTD
HTML - bold tag.
;title>HTML is a markup language</title> </head> <body>...HTML - bold tag. Description : The bold tag is also a font tag. Which... within bold tag will be display as bold. Code : <!DOCTYPE html
Understanding HTML
Understanding HTML In this unit we are going to learn some basic of hyper text markup language which is used to write HTML. Once you create an HTML... the basic tags required for creating the HTML document HTML is basically a language
HTML - lists example.
;title>HTML is a markup language</title> </head> <body>...HTML - lists example. Description : HTML has three type of  list.1- Unordered list2- Ordered list3-Defination list Code : <!DOCTYPE html
Button Size HTML
HTML Button Size can be changed according to programmer use. HTML button submits HTML page. In the following example we will learn how to change the size of a HTML button. First we create a HTML page. Then we display a HTML Button
HTML line break tag
is a markup language. It is used for designing not for development. HTML stands for Hypertext Markup Language. </p> <p>HTML is a markup.../>HTML stands for Hypertext Markup Language. </p> </body>
HTML
HTML  What is Semantic HTML? What are the reasons for validating a HTML
HTML
HTML  What is Semantic HTML? What are the reasons for validating a HTML
HTML
HTML  What is SPAN in HTML
HTML
HTML  What is HTML? What is a Hypertext link
Html
Html  What is HTML? What is a Hypertext link
HTML
HTML  What is HTML? What is a Hypertext link
HTML
HTML  What is BODY in HTML document
html
html  diffrence between html and xml
html
html  How to add the calendar in html code
html
add a header in the html page  what we can do to add a header in the html page
HTML
HTML  how can we give the unlimited size in the html
HTML
HTML  How do we specify page breaks in HTML
HTML
HTML  What is a tag? How can we use MARQUEE in HTML