• 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 » Introduction to basic tags in HTML

Introduction to basic tags in HTML

September 19, 2015 by techgoeasy Leave a Comment

I am discussing here the instroduction to basic tags in HTML

Tags Meaning
<html> and </html> <html> tags  tell the browser  that it is a html page. So it is basic steps of html and every other tags comes after that

<html>  beginning of the html

</html> end of the html

The beginning <html> and end </html> represent a container   and html tag is called container elements.  Any tags which has start and end  are called container elements

<br> It means break.It ask browser to move the text to another line

Example

This is cool <br>

This is bad

<p>  and </p> p stands for paragraph. It ask browser to leave a empty line and start from new paragraph

Example

<p>This is cool . This looks good</p>

<p>This is bad</p>

<hr> It stands for horizontal line
<head>  and </head> Head tags specify the information which are not shown on the web pages but are helpput for search engine like it contains the metatags

It has a beginning and end

<title> and </title> Title tag specify the web page name on the browser. The title is what shows in the top of your browser window when the page is loaded. This is a important item for search engine also
<body> and </body> Body portion of the html contains  the information which you want to show on the browser

 

Filed Under: HTML/CSS, Web development Tagged With: Introduction to basic tags in HTML

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar



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 use sed to remove comments and blank lines
  • How to recover database using RMAN
  • How to check Stale statistics
  • Java web start(JWS) in R12
  • How to delete the archive logs in Oracle

Copyright © 2023 : TechGoEasy

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