SlideShare a Scribd company logo
2
Most read
3
Most read
12
Most read
SHRI GURU NANAK
H/S PUBLIC SCHOOL
REPORT FILE ON
COMPUTER
SUBMITTED TO SUBMITTED BY
XYZ ABC
CONTENTS
<HEAD> Tag
<TITLE> Tag
<BODY> Tag
<CENTER> Tag
<P> Tag
Bold <B> Tag
Italic <I> Tag
Underline <U> Tag
Unordered List <UL>
Ordered List <OL>
<HEAD> Tag
This element is a container for all the header elements. The <HEAD> must
include a title for the document that can include scripts, styles, meta
information and many more. The second line of your HTML document should
be <HEAD>.
The content contained in the head section of your document provides
information to the browsers and search engines but, it is not displayed
directly on the web page. The end of the head tag is indicated by </HEAD>.
e.g.
<HTML>
<HEAD>
Header information comes here
</HEAD>
</HTML>
<TITLE> Tag
This tag defines the title of the document. Title must be a simple text and
should not be same as the file name. It is placed between <HEAD> and
</HEAD> tag.
e.g.
<HTML>
<HEAD>
<TITLE>
This is the title of my page.
</TITLE>
</HEAD>
</HTML>
Output
<BODY> Tag
This tag defines the document’s body. It is used to set the basic page
characteristics. It contains all the necessary contents of a HTML document,
such as text, hyperlinks, images, tables, lists etc. The document of your Web
page is placed in between the opening <BODY> and closing </BODY> tag.
The <BODY> tag is opened just after the head section is closed. It is closed
just before closing the <HTML> tag.
e.g.
<HTML>
<HEAD>
<TITLE>
My First Web Page
</TITLE>
</HEAD>
<BODY>
Hello world. This is my first web page.
</BODY>
</HTML>
Output
<CENTER> Tag
This tag is used to centralize a segment of the text to be displayed on
browser’s window. With the <CENTER> tag, closing tag </CENTER> is always
used. Anything between these two tags will be centered including text,
images or tables.
Syntex
<CENTER> … </CENTER>
e.g.
<HTML>
<HEAD>
<TITLE>
Center
</TITLE>
</HEAD>
<BODY>
<CENTER>
This text will be center-aligned.
</CENTER>
</BODY>
</HTML>
Output
Paragraph <P> Tag
This tag is used to mark the block of text as a paragraph. It is used to insert a
line break with extra space in the beginning. This is a container tag.
Syntax
<P> …… </P>
e.g.
<HTML>
<HEAD>
<TITLE>
Paragraph
</TITLE>
</HEAD>
<BODY>
<P> This is some text in a paragraph.</P>
</BODY>
</HTML>
Output
Bold <B> Tag
This tag specifies the text into bold text. It is a container element.
Syntax
<B> ……. </B>
e.g.
<HTML>
<HEAD>
<TITLE> Bold </TITLE>
</HEAD>
<BODY>
<P>
This is normal text and <B> this is bold text.
</B>
</P>
</BODY>
</HTML>
Output
Italic <I> Tag
This tag is used to make the text in italic form. It is also a container element.
Syntax
<I> ….. </I>
e.g.
<HTML>
<HEAD>
<TITLE> Italic </TITLE>
</HEAD>
<BODY>
<I> Hello </I>
</BODY>
</HTML>
Output
Underline <U> Tag
This tag is used to underline the text. It is also container element.
Syntax
<U> ……. </U>
e.g.
<HTML>
<HEAD>
<TITLE> Underline </TITLE>
</HEAD>
<BODY>
<P> This is a <U> text </U></P>
</BODY>
</HTML>
Output
UnorderedList <UL>
This list (also known as unnumberedlist) is an indented list with a bullet symbolin front
of each list item.
An unordered list starts with the <UL> tag. Each list item starts with the <LI>tag. The list
names are marked with bullets (typically small black circle).
The unordered list tag is a container tag. The default type for mostWeb browsers is a
full disc (black circle), but this can be adjusted using an HTML attribute called type.
Syntax
<UL> ……. </UL>
e.g.
<HTML>
<HEAD>
<TITLE>
Unordered List
</TITLE>
</HEAD>
<BODY>
<UL>
<LI>My firstitem on the list.</LI>
<LI>My second item on the list.</LI>
<LI>My third item on the list.</LI>
<LI>My fourth item on the list.</LI>
</UL>
</BODY>
</HTML>
Output
Ordered List <OL>
This list starts with the <OL> tag. Each list item starts with the <LI> tag. The
list items are marked with numbers. The ordered list tag is a container tag
which is used for numbered lists. By default, the numbering will be 1, 2, 3 ….
You can also adjust numbering type attribute.
Syntax
<OL> …… </OL>
e.g.
<HTML>
<HEAD>
<TITLE> Ordered List </TITLE>
</HEAD>
<BODY>
<OL>
<LI> Rose </LI>
<LI> Lotus </LI>
<LI> Lily </LI>
</OL>
</BODY>
</HTML>
Output

More Related Content

What's hot (20)

PPTX
HTML Forms
Ravinder Kamboj
 
PPT
Html text formatting
derekoei
 
PPTX
Images and Tables in HTML
Aarti P
 
PPT
Control Structures In Php 2
Digital Insights - Digital Marketing Agency
 
PPT
Learning HTML
Md. Sirajus Salayhin
 
PPT
Learning Html
Damian Gonz
 
PPT
Arrays
archikabhatia
 
PPTX
Pointers in C Programming
Jasleen Kaur (Chandigarh University)
 
PPT
Queue data structure
anooppjoseph
 
PPSX
Html introduction
Dalia Elbadry
 
PPT
Html project
arsh7511
 
PPTX
Xslt elements
Sindhu VL
 
PPT
Python Control structures
Siddique Ibrahim
 
PPT
Html ppt
Sanmuga Nathan
 
PPTX
stack & queue
manju rani
 
PPT
Hash table
Rajendran
 
PDF
Algorithms Lecture 6: Searching Algorithms
Mohamed Loey
 
PPTX
Css selectors
Parth Trivedi
 
PPTX
Html images
Denni Domingo
 
PDF
Html text and formatting
eShikshak
 
HTML Forms
Ravinder Kamboj
 
Html text formatting
derekoei
 
Images and Tables in HTML
Aarti P
 
Control Structures In Php 2
Digital Insights - Digital Marketing Agency
 
Learning HTML
Md. Sirajus Salayhin
 
Learning Html
Damian Gonz
 
Pointers in C Programming
Jasleen Kaur (Chandigarh University)
 
Queue data structure
anooppjoseph
 
Html introduction
Dalia Elbadry
 
Html project
arsh7511
 
Xslt elements
Sindhu VL
 
Python Control structures
Siddique Ibrahim
 
Html ppt
Sanmuga Nathan
 
stack & queue
manju rani
 
Hash table
Rajendran
 
Algorithms Lecture 6: Searching Algorithms
Mohamed Loey
 
Css selectors
Parth Trivedi
 
Html images
Denni Domingo
 
Html text and formatting
eShikshak
 

Similar to Project Report on HTML (20)

PDF
web technology
Ankit Dubey
 
PDF
Title, heading and paragraph tags
Sara Corpuz
 
PPT
static dynamic html tags
teach4uin
 
PPTX
TagsL1.pptx
KrishRaj48
 
PPT
basic-tags.PPT
Faruk Hossen
 
PDF
Web designing
Prof. Dr. K. Adisesha
 
PDF
WEB DESIGNING.pdf
Prof. Dr. K. Adisesha
 
PPTX
Web technologies Clent server communication
SylviaS9
 
PPT
Html for beginners part I
Unaib Aslam
 
PPTX
dfgg.pptx dfvdrf rfgegver dfversdv efdwsfw efdsxc
drpreetiwctm
 
PPTX
Html
NithyaD5
 
PPTX
Introduction to HTML
Shehzad Yaqoob
 
PPT
Htmlppt 100604051515-phpapp01
ramya116
 
PPT
static dynamic html tags
teach4uin
 
PPTX
HTML/HTML5
People Strategists
 
PPTX
Learn HTML Easier
Karthick Mathesh
 
PDF
Html update1(30 8-2009)
himankgupta31
 
PPT
HTML (Hyper Text Markup Language)
Jishan Ali
 
PPTX
HTML, CSS BASICS OF HTML AND CSS USED IN WEBSITE.pptx
shahmirmirza30
 
web technology
Ankit Dubey
 
Title, heading and paragraph tags
Sara Corpuz
 
static dynamic html tags
teach4uin
 
TagsL1.pptx
KrishRaj48
 
basic-tags.PPT
Faruk Hossen
 
Web designing
Prof. Dr. K. Adisesha
 
WEB DESIGNING.pdf
Prof. Dr. K. Adisesha
 
Web technologies Clent server communication
SylviaS9
 
Html for beginners part I
Unaib Aslam
 
dfgg.pptx dfvdrf rfgegver dfversdv efdwsfw efdsxc
drpreetiwctm
 
Html
NithyaD5
 
Introduction to HTML
Shehzad Yaqoob
 
Htmlppt 100604051515-phpapp01
ramya116
 
static dynamic html tags
teach4uin
 
HTML/HTML5
People Strategists
 
Learn HTML Easier
Karthick Mathesh
 
Html update1(30 8-2009)
himankgupta31
 
HTML (Hyper Text Markup Language)
Jishan Ali
 
HTML, CSS BASICS OF HTML AND CSS USED IN WEBSITE.pptx
shahmirmirza30
 
Ad

Recently uploaded (20)

PPTX
Birth-after-Previous-Caesarean-Birth (1).pptx
fermann1
 
PDF
DORA - MobileOps & MORA - DORA for Mobile Applications
Willy ROUVRE
 
PPTX
Slides ZPE - QFS Eco Economic Epochs.pptx
Steven McGee
 
PDF
Pas45789-Energs-Efficient-Craigg1ing.pdf
lafinedelcinghiale
 
PDF
APNIC's Role in the Pacific Islands, presented at Pacific IGF 2205
APNIC
 
PDF
Technical Guide to Build a Successful Shopify Marketplace from Scratch.pdf
CartCoders
 
PPTX
02 IoT Industry Applications and Solutions (1).pptx
abuizzaam
 
PPTX
1.10-Ruta=1st Term------------------------------1st.pptx
zk7304860098
 
PPTX
Internet Basics for class ix. Unit I. Describe
ASHUTOSHKUMAR1131
 
PDF
Azure Devops Introduction for CI/CD and agile
henrymails
 
PPTX
Internet_of_Things_Presentation_KaifRahaman.pptx
kaifrahaman27593
 
PDF
Real Cost of Hiring a Shopify App Developer_ Budgeting Beyond Hourly Rates.pdf
CartCoders
 
PDF
AiDAC – Custody Platform Overview for Institutional Use.pdf
BobPesakovic
 
PDF
The AI Trust Gap: Consumer Attitudes to AI-Generated Content
Exploding Topics
 
PPTX
InOffensive Security_cybersecurity2.pptx
wihib17507
 
PDF
123546568reb2024-Linux-remote-logging.pdf
lafinedelcinghiale
 
PPTX
ipv6 very very very very vvoverview.pptx
eyala75
 
PPTX
Random Presentation By Fuhran Khalil uio
maniieiish
 
PPTX
Finally, My Best IPTV Provider That Understands Movie Lovers Experience IPTVG...
Rafael IPTV
 
PDF
The Power and Impact of Promotion most useful
RajaBilal42
 
Birth-after-Previous-Caesarean-Birth (1).pptx
fermann1
 
DORA - MobileOps & MORA - DORA for Mobile Applications
Willy ROUVRE
 
Slides ZPE - QFS Eco Economic Epochs.pptx
Steven McGee
 
Pas45789-Energs-Efficient-Craigg1ing.pdf
lafinedelcinghiale
 
APNIC's Role in the Pacific Islands, presented at Pacific IGF 2205
APNIC
 
Technical Guide to Build a Successful Shopify Marketplace from Scratch.pdf
CartCoders
 
02 IoT Industry Applications and Solutions (1).pptx
abuizzaam
 
1.10-Ruta=1st Term------------------------------1st.pptx
zk7304860098
 
Internet Basics for class ix. Unit I. Describe
ASHUTOSHKUMAR1131
 
Azure Devops Introduction for CI/CD and agile
henrymails
 
Internet_of_Things_Presentation_KaifRahaman.pptx
kaifrahaman27593
 
Real Cost of Hiring a Shopify App Developer_ Budgeting Beyond Hourly Rates.pdf
CartCoders
 
AiDAC – Custody Platform Overview for Institutional Use.pdf
BobPesakovic
 
The AI Trust Gap: Consumer Attitudes to AI-Generated Content
Exploding Topics
 
InOffensive Security_cybersecurity2.pptx
wihib17507
 
123546568reb2024-Linux-remote-logging.pdf
lafinedelcinghiale
 
ipv6 very very very very vvoverview.pptx
eyala75
 
Random Presentation By Fuhran Khalil uio
maniieiish
 
Finally, My Best IPTV Provider That Understands Movie Lovers Experience IPTVG...
Rafael IPTV
 
The Power and Impact of Promotion most useful
RajaBilal42
 
Ad

Project Report on HTML

  • 1. SHRI GURU NANAK H/S PUBLIC SCHOOL REPORT FILE ON COMPUTER SUBMITTED TO SUBMITTED BY XYZ ABC
  • 2. CONTENTS <HEAD> Tag <TITLE> Tag <BODY> Tag <CENTER> Tag <P> Tag Bold <B> Tag Italic <I> Tag Underline <U> Tag Unordered List <UL> Ordered List <OL>
  • 3. <HEAD> Tag This element is a container for all the header elements. The <HEAD> must include a title for the document that can include scripts, styles, meta information and many more. The second line of your HTML document should be <HEAD>. The content contained in the head section of your document provides information to the browsers and search engines but, it is not displayed directly on the web page. The end of the head tag is indicated by </HEAD>. e.g. <HTML> <HEAD> Header information comes here </HEAD> </HTML>
  • 4. <TITLE> Tag This tag defines the title of the document. Title must be a simple text and should not be same as the file name. It is placed between <HEAD> and </HEAD> tag. e.g. <HTML> <HEAD> <TITLE> This is the title of my page. </TITLE> </HEAD> </HTML> Output
  • 5. <BODY> Tag This tag defines the document’s body. It is used to set the basic page characteristics. It contains all the necessary contents of a HTML document, such as text, hyperlinks, images, tables, lists etc. The document of your Web page is placed in between the opening <BODY> and closing </BODY> tag. The <BODY> tag is opened just after the head section is closed. It is closed just before closing the <HTML> tag. e.g. <HTML> <HEAD> <TITLE> My First Web Page </TITLE> </HEAD> <BODY> Hello world. This is my first web page. </BODY> </HTML> Output
  • 6. <CENTER> Tag This tag is used to centralize a segment of the text to be displayed on browser’s window. With the <CENTER> tag, closing tag </CENTER> is always used. Anything between these two tags will be centered including text, images or tables. Syntex <CENTER> … </CENTER> e.g. <HTML> <HEAD> <TITLE> Center </TITLE> </HEAD> <BODY> <CENTER> This text will be center-aligned. </CENTER> </BODY> </HTML> Output
  • 7. Paragraph <P> Tag This tag is used to mark the block of text as a paragraph. It is used to insert a line break with extra space in the beginning. This is a container tag. Syntax <P> …… </P> e.g. <HTML> <HEAD> <TITLE> Paragraph </TITLE> </HEAD> <BODY> <P> This is some text in a paragraph.</P> </BODY> </HTML> Output
  • 8. Bold <B> Tag This tag specifies the text into bold text. It is a container element. Syntax <B> ……. </B> e.g. <HTML> <HEAD> <TITLE> Bold </TITLE> </HEAD> <BODY> <P> This is normal text and <B> this is bold text. </B> </P> </BODY> </HTML> Output
  • 9. Italic <I> Tag This tag is used to make the text in italic form. It is also a container element. Syntax <I> ….. </I> e.g. <HTML> <HEAD> <TITLE> Italic </TITLE> </HEAD> <BODY> <I> Hello </I> </BODY> </HTML> Output
  • 10. Underline <U> Tag This tag is used to underline the text. It is also container element. Syntax <U> ……. </U> e.g. <HTML> <HEAD> <TITLE> Underline </TITLE> </HEAD> <BODY> <P> This is a <U> text </U></P> </BODY> </HTML> Output
  • 11. UnorderedList <UL> This list (also known as unnumberedlist) is an indented list with a bullet symbolin front of each list item. An unordered list starts with the <UL> tag. Each list item starts with the <LI>tag. The list names are marked with bullets (typically small black circle). The unordered list tag is a container tag. The default type for mostWeb browsers is a full disc (black circle), but this can be adjusted using an HTML attribute called type. Syntax <UL> ……. </UL> e.g. <HTML> <HEAD> <TITLE> Unordered List </TITLE> </HEAD> <BODY> <UL> <LI>My firstitem on the list.</LI> <LI>My second item on the list.</LI> <LI>My third item on the list.</LI> <LI>My fourth item on the list.</LI> </UL> </BODY> </HTML> Output
  • 12. Ordered List <OL> This list starts with the <OL> tag. Each list item starts with the <LI> tag. The list items are marked with numbers. The ordered list tag is a container tag which is used for numbered lists. By default, the numbering will be 1, 2, 3 …. You can also adjust numbering type attribute. Syntax <OL> …… </OL> e.g. <HTML> <HEAD> <TITLE> Ordered List </TITLE> </HEAD> <BODY> <OL> <LI> Rose </LI> <LI> Lotus </LI> <LI> Lily </LI> </OL> </BODY> </HTML> Output