SURAJ
SURAJ
68
Objective 1: Create an XHTML web page that demonstrates the use
of the following XHTML tags – Paragraphs,Heading, and characters
entities.
HTML Code:
<!DOCTYPE html>
<html>
<body>
<h1><center>objective 1</center></h1>
<p>Hypertext markup language (HTML) is a scripting language that
web browser use to structure and display web pages .HTML
elements which are a series of instructions, tell the browser how to
display content , such as heading , paragraphs and links. for example,
html can structure content into lists, paragraphs ,images, and data
tables.</p>
<h1>HTML heading 1</h1>
<h2>HTML heading 2</h2>
<h3>HTML heading 3</h3>
<h4>HTML heading 4</h4>
<h5>HTML heading 5</h5>
<h6>HTML heading 6</h6>
<h1>HTML Entity Example</h1>
<h2>Use of   space character: </h2>
<h2>Use of single quote sign: '</h2>
<h2>Use of double quote sign: "</h2>
<h2>Use of less than : <</h2>
<h2>Use of less than : <</h2>
Name : SURAJ SINGH Course/Sec : BCA/F2 ROLL NO :
68
<h2>Use of greater than : ></h2>
<h2>Use of Copyright : ©</h2>
<h2>Use of Trademark : ®</h2>
<h2>Use of Ampersand(and) sign : &</h2>
</body>
</html>
Name : SURAJ SINGH Course/Sec : BCA/F2 ROLL NO :
68
OUTPUT:
Hypertext markup language (HTML) is a scripting language that web browser use
to structure and display web pages .HTML elements which are a series of
instructions, tell the browser how to display content , such as heading , paragraphs
and links. for example, html can structure content into lists, paragraphs ,images,
and data tables.
HTML heading 1
HTML heading 2
HTML heading 3
HTML heading 4
HTML heading 5
HTML heading 6