Sharp Tutorial
Introduction to HTML

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

Introduction to HTML

  • HTML is a very simple and very widely used language.
  • Only basic knowledge is required to learn HTML .
  • We try to design our course material with simple and easy examples.
  • To create html files you may use any of the editors.

HTML Editors

  • Notepad: Already there with Operating system
  • Notepad++ : You can download that very simple and light software to use.
  • Dreamviewer: If you are on expert level you can high leven editors like dreamviewer.

HTML Rules

  • In HTML ony the incorrect tag does not work but the rest html page works fine.
  • Commonly used tags in html is used as paired like <> and closing with </>
  • eg.<html>and closed </html>
  • HTML tag may have its attribute also but closing is only for tag not for attribute.
  • <body bgcolor=”cyan”>

HTML Sample Web page [test.html]

<!DOCTYPE html> 
<html>
<head>
<title>HTML Sample Page</title>
</head>
<body bgcolor="green" >
<center>
<font color="red" >
First HTML Web Page
</font>
</center>
</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