• 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

Primary Sidebar

Top Posts & Pages

  • Oracle Indexes and types of indexes in oracle with example
  • Top 30 Most Useful Concurrent Manager Queries
  • Top 46 Oracle ASM Interview Questions
  • Oracle dba interview questions and answers
  • 40 question you must know about R12.2



Subscribe to our mailing list

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

Recent Posts

  • Multi Language Support in 11i/R12
  • EBS PDB service name disappear from listener in 19c
  • how to download oracle e-business suite 12.2 software
  • Step by step upgrade process to R12.2 Upgrade part -2(Main Upgrade Driver for R12.2.0)
  • Step by step upgrade process for R12.2 Upgrade Part -1

Copyright © 2021 : TechGoEasy

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