• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Techgoeasy

Techgoeasy

Learn Oracle, PHP, HTML,CSS,Perl,UNIX shell scripts

  • Home
  • Oracle
    • Oracle database
    • Oracle Ebusiness Suite
    • Oracle weblogic
    • Oracle Performance Tuning
    • Oracle Hyperion
    • Oracle Cloud Tutorials
  • SQL
  • interview questions
  • Linux
  • PHP and HTML
  • Downloads
  • General
Home » Web development » HTML/CSS » text tags in HTML

text tags in HTML

September 19, 2015 by techgoeasy Leave a Comment


So far you have understood the introductory tags in html and here is the example of html based on that

<html>
<head>
<title>My fisrt Web page</title>
</head>
<body>
Hello techgoeasy
</body>
</html>

Now in this section , we will learning about text tags in HTML

Tags  

Meaning

<h1> and </h1> <h1> tags  tell the browser  to treat the text like heading  1

<h1>  beginning of the h1

</h1> end of the h1

Example

<h1> techgoeasy</h1>

 

<h2> and </h2> <h2> tags  tell the browser  to treat the text like heading  2

<h2>  beginning of the h2

</h1> end of the h2

 

Similarly we have h3,h4,h5 and h6 Same as above . H1 is bigges and H6 is lowest

 

<b> and </b> <b> tags  tell the browser  to convert the text into bold letter

<b>  beginning of the b

</b> end of the b

For example

<b> Name </b>

 

<Strong>  and </strong> <string> tags  tell the browser  to convert the text into strong bold letter

<strong>  beginning of the strong

</strong> end of the strong

For example

<strong> Name </strong>

 

<em> and </em> <em> tags  tell the browser  to convert the text into Emphasized Text

<em>  beginning of the em

</em> end of the em

For example

<em> Name </em>

 

<i> and </i> <i> tags  tell the browser  to convert the text into italic Text

<i>  beginning of the i

</i> end of the i

For example

<i> Italic</i>

 

<del> and </del> <del> stand for strikethrough the text.
<cod> and </cod> <cod> stand for computer code text

 


Filed Under: HTML/CSS, Web development Tagged With: text tags in HTML

Reader Interactions

Leave a Reply Cancel reply

Primary Sidebar

Top Posts & Pages

  • How to check Tablespace in Oracle -Size ,Free space,datafiles ,growth
  • how to check all constraints on a table in oracle
  • Oracle dba interview questions and answers
  • Oracle Indexes and types of indexes in oracle with example
  • How to use grep command in Unix and Linux with examples



Subscribe to our mailing list

Enter your email address to subscribe to this blog and receive notifications of new posts by email

Recent Posts

  • How to run Autoconfig on Patch system in R12.2
  • Admin scripts in R12.2 Ebuisness Suite
  • Timezone settings in Oracle database
  • how to enable trace in oracle apps r12
  • Transparent Data Encryption Queries

Copyright © 2021 : TechGoEasy

  • Hire me
  • Privacy Policy
  • Contact Us
  • New? Start Here
  • About Us