Sharp Tutorial
Commonly used HTML Tags

Python

Java

C

C++

HTML/CSS

Java Script

PHP

SQL

C Programs

HTML

  • HTML Home
  • Introduction
  • HTML Element
  • Commonly used tags
  • Hyperlinks
  • Images in HTML
  • Div in HTML
  • Html Forms
  • Html Tables
  • Miscellaneous Topics

CSS

  • Introduction to CSS
  • How to apply CSS
  • CSS Selectors
  • Border in CSS
  • Text Formatting in CSS
  • Font Properties
  • Margin in CSS
  • CSS in List
  • CSS in Link
  • CSS Animation
  • CSS Effects
  • CSS Pagination
  • CSS Media Query

Java Script

  • Java Script Home
  • Introduction to Java Script
  • Variable in Java Script
  • Operators in Java Script
  • If-Else in Java Script
  • Loops in Java Script
  • Array in Java Script
  • Function in Java Script
  • Objects in Java Script
  • Java Script DOM

Commonly used HTML Tags

HTML uses a variety of Tags some commonly used tags you can try out are as following.

Enquiry about Course

Ask your Question

Click Here

Sharp (2) Tutorials

Video/ C Introduction

Watch video in full size

Video tutorial

Follow by Email
Facebook
Facebook
fb-share-icon
YouTube
Copyright © Sharp Tutorial
Build with WordPress
Wordpress Social Share Plugin powered by Ultimatelysocial
Sharp Tutorial
Opening tag Description of tag Closing tag
<html> To start and end the HTML document </html>
<title> To make the text in title of the web page </title>
<head> To make the text in head part of the web page </head>
<body> Body tag is used for the entire body part of the web page </body>
<script> This tag is used to embed the java script(internal or external)code </script>
<div> This is very common used tag to make the division in the web page </div>
<p> This is used for making paragraphs </p>
<img src=”path”> This tag is used to insert the images in the web page </img>
<a href=”url”> Anchor tag to create hyperlinks between different web pages. </a>
<marquee src=”path”> To move the text from one direction to another </marquee>