Sharp Tutorial
HTML Home

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

HTML Home

  • HTML (Hyper Text Mark up Language)is used to create web pages and web applications.
  • HTML is mark up language rather than programming language like java , python etc.
  • Using HTML we can create a document that can be open in browser like google chrome, internet explorer, safari etc.

Features of HTML

  • HTML is not a case sensitive language and html file may be saved with .html or .htm extension.
  • HTML web page may contain simple text , video or images.
  • HTML uses mainly tags to apply different effects.
  • HTML may be embedded in other languages also like PHP, JSP etc.

HTML Sample Web page [test.html]

<!DOCTYPE html> 
<html>
<head>
<title>HTML Sample Page</title>
</head>
<body>
<h1>First HTML Web Page</h1>
</body>
</html>
Save the above page like test.html and you will get the following output:

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