Maniruzzaman Akash's Blog

Maniruzzaman Akash, A programmer, A web programmer, a helpful person to share knowledge and everything..

  • Home
  • Programming
    • C Programming
    • Java Programming
    • C++ Programming
    • C# Programming
    • Python Programming
    • Data Structure
  • Web
    • HTML
    • CSS
    • Javascript
    • PHP
    • AJAX
    • XML
  • FrameWork
    • Bootstrap(CSS)
    • Laravel 5(PHP)
  • Database
    • MySQL
    • Oracle
    • SQL Server
  • Android
    • Android Development
  • Mathematics
    • Numerical Methods
  • Others
    • My Articles
    • Download Ebooks
    • Mathematics
    • Difference Between
  • Contact
HTML

HTML- Lecture 4 - HTML heading tag and paragraph tag

Thursday, December 8, 2016 By Maniruzzaman Akash 0 Comments
Welcome Listeners to our HTML 4th lecture,
Today we'll learn about HTML heading and paragraph tag.

HTML Heading Tag

In HTML there are 6 heading tag. They are h1, h2, h3, h4, h5 and h6. They are exactly look like this:
Code :


<h1>Hello listeners, this is inside HTML h1 tag</h1>

<h2>Hello listeners, this is inside HTML h2 tag</h2>

<h3>Hello listeners, this is inside HTML h3 tag</h3>

<h4>Hello listeners, this is inside HTML h4 tag</h4>

<h5>Hello listeners, this is inside HTML h5 tag</h5>

<h6>Hello listeners, this is inside HTML h6 tag</h6>

Output:


Hello listeners, this is inside HTML h1 tag

Hello listeners, this is inside HTML h2 tag

Hello listeners, this is inside HTML h3 tag

Hello listeners, this is inside HTML h4 tag

Hello listeners, this is inside HTML h5 tag
Hello listeners, this is inside HTML h6 tag
So, I think html heading tags are clear to you. We use these tags mainly in highlighting more or get more bigger font easily. These font's are used basically in post title and these types of attributes.



HTML ParagraphTag

Now we will start another HTML tag called paragraph tag. Paragraph tag starts in <p> and end in </p>. This is a simple tag and almost most used tag in web browser. The use of HTML paragraph tag looks like this-


Code :


<p>Hello listeners, this is inside HTML paragraph tag and it is used to make any paragraph or something lke this</p>


Output:


Hello listeners, this is inside HTML paragraph tag and it is used to make any paragraph or something lke this

Ok Now see a complete practical example of using HTML heading tag with paragraph tag.


Code :


<html>
 <head>
  <title>Welcome to our HTML 4th lecture</title>
 </head>
 <body>
  <h1>Blog of Maniruzzaman Akash</h1><hr />
  <h2>About Today</h2>
  <p>Hello, listener's this is my 4th lecture and I think you've got the lecture clearly.</p>

  <h3>Note:</h3>
  <p>And in this lecture if you got any problem, please tell us by commenting or connecting in our facebook page</p>
  <p>Thank you so much for staying with me</p>
 </body>
</html>



Output:




Ok thanks again for staying with me, and wait for my 5th lecture on HTML. Hope I'll come back quickly.
HTML
Share:

Maniruzzaman Akash
Maniruzzaman Akash, an enthusiastic programmer, a web developer

Related Articles


0 comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments ( Atom )

Popular Posts

  • Numerical Methods 20 Multiple Choice Questions and Answers
  • Consider a hypothetical 32-bit microprocessor having 32-bit instructions: Solutions
  • List and briefly define two approaches to dealing with multiple interrupts
  • The hypothetical machine has two I/O instructions: 0011= Load AC fro I/O 0111= Store AC to I/O Solutions
  • What are the characteristics of Digital IC's?-Solution
  • Mid Square Method Code implementation in C and MatLab
  • List and briefly define the possible states that define an instruction execution
  • BFS, DFS, DLS in Tree implementation in C
  • Download Laravel Offline Documentation as HTML
  • Simpson's 1/3 Code in Matlab

Category

Advanced PHP Android Developement Articles Artificial Intelligenece Blogger Tips Blogging Career Bootstrap Offline Documentation Bootstrap Templates C Programming Computer Architecture Data Structure Difference Between Download Documentation Download Ebook Download Free Blog Template Earning Money Electrical Electronics Guest Posts HTML Java Programming Laravel Laravel Bangla Tutorial MatLab Code My Videos MySQL Database Numerical Methods Offline Documentation Recent Topics Simulation and Modeling Unity Game Development Web Design Web Development

LIKE ME ON FACEBOOK

TAGS

  • Advanced PHP (3)
  • Android Developement (5)
  • Articles (6)
  • Artificial Intelligenece (3)
  • Blogger Tips (5)
  • Blogging Career (1)
  • Bootstrap Offline Documentation (1)
  • Bootstrap Templates (1)
  • C Programming (14)
  • Computer Architecture (5)
  • Data Structure (11)
  • Difference Between (1)
  • Download Documentation (2)
  • Download Ebook (3)
  • Download Free Blog Template (2)
  • Earning Money (1)
  • Electrical Electronics (1)
  • Guest Posts (1)
  • HTML (4)
  • Java Programming (2)
  • Laravel (3)
  • Laravel Bangla Tutorial (1)
  • MatLab Code (2)
  • My Videos (3)
  • MySQL Database (7)
  • Numerical Methods (9)
  • Offline Documentation (1)
  • Recent Topics (1)
  • Simulation and Modeling (2)
  • Unity Game Development (3)
  • Web Design (3)
  • Web Development (1)

Join Google+

Maniruzzaman Akash
View my complete profile

Join With Me

Site Visitors

Best Sites For a programmer

  • URI Online Judge Solution By Me
  • StackOverFlow
  • W3 School
  • Git Hub - Store your Every Document

Popular Posts

  • What are the characteristics of Digital IC's?-Solution
  • The hypothetical machine has two I/O instructions: 0011= Load AC fro I/O 0111= Store AC to I/O Solutions
  • Consider a hypothetical 32-bit microprocessor having 32-bit instructions: Solutions
  • Mid Square Method Code implementation in C and MatLab
  • How to import Excel,CSV file in Laravel And insert data in database
  • Numerical Methods 20 Multiple Choice Questions and Answers
  • How to browse files on Android outside of Unity app folder
  • Depth First Search DFS code using Binary Tree in C language
  • Numerical method Codes simple MatLab implementation
  • ফিফা ওয়ার্ল্ড কাপ ২০১৮ শিডিউল এবং সমস্ত আপডেট- FIFA World Cup 2018 - Bangladesh Time Schedule

Earn Money From Your site

Translate To your language

Categories

Advanced PHP (3) Android Developement (5) Articles (6) Artificial Intelligenece (3) Blogger Tips (5) Blogging Career (1) Bootstrap Offline Documentation (1) Bootstrap Templates (1) C Programming (14) Computer Architecture (5) Data Structure (11) Difference Between (1) Download Documentation (2) Download Ebook (3) Download Free Blog Template (2) Earning Money (1) Electrical Electronics (1) Guest Posts (1) HTML (4) Java Programming (2) Laravel (3) Laravel Bangla Tutorial (1) MatLab Code (2) My Videos (3) MySQL Database (7) Numerical Methods (9) Offline Documentation (1) Recent Topics (1) Simulation and Modeling (2) Unity Game Development (3) Web Design (3) Web Development (1)

Subscribe To This Site To Get Latest Article On Programming or web

Posts
Atom
Posts
Comments
Atom
Comments
© 2016 Maniruzzaman Akash's Blog | All rights reserved
Developed By Maniruzzaman Akash Created By Responsive Blogger Templates | Distributed By Gooyaabi Templates