EDUTAINMENT
EDUCATION + ENTERTAINMENT = EDUTAINMENT
Pages
Home
C Programs
C++Programs
Java Programs
Data Structures
Python Programs
HTML Programs
Download Books
GATE PAPERS
Auto AdSense
Sunday, 3 May 2015
HTML headings - HTML Programs
<html>
<body>
<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>
<h4>This is heading 4</h4>
<h5>This is heading 5</h5>
<h6>This is heading 6</h6>
</body>
</html>
Output
This is heading 1
This is heading 2
This is heading 3
This is heading 4
This is heading 5
This is heading 6
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment