Skip to main content

HTML tutorial All code and tag

Html all code and tag

HTML Tutorial

HTML tutorial

HTML tutorial or HTML 5 tutorial provides basic and advanced concepts of HTML. Our HTML tutorial is developed for beginners and professionals. In our tutorial, every topic is given step-by-step so that you can learn it in a very easy way. If you are new in learning HTML, then you can learn HTML from basic to a professional level and after learning HTML with CSS and JavaScript you will be able to create your own interactive and dynamic website. But Now We will focus on HTML only in this tutorial.

The major points of HTML are given below:


ADVERTISEMENT



HTML stands for HyperText Markup Language.

HTML is used to create web pages and web applications.

HTML is widely used language on the web.

We can create a static website by HTML only.

Technically, HTML is a Markup language rather than a programming language.

HTML Example with HTML Editor

In this tutorial, you will get a lot of HTML examples, at least one example for each topic with explanation. You can also edit and run these examples, with our online HTML editor. Learning HTML is fun, and it's very ea

sy to learn.

<!DOCTYPE>  

<html>  

<head>  

<title>Web page title</title>  

</head>  

<body>  

<h1>Write Your First Heading</h1>  

<p>Write Your First Paragraph.</p>  

</body>  

</html>  

HTML 5 Tags

In this tutorial, we will learn HTML 5 tags such as audio tag, video tag, canvas tag, HTML svg, HTML geolocation, HTML drag and drop etc.


All HTML Tags

At last, we will learn all HTML tags one by one for example, marquee tag, textarea tag, br tag, hr tag, pre tag, h tag, code tag, input tag, title tag, meta tag, script tag, style tag etc.


ADVERTISEMENT

Prerequisite

Before learning HTML, you must have the basic knowledge of Computer Fundamental.

Audience

Our HTML tutorial is designed to help beginners and professionals both.

ADVERTISEMENT

Problem

We assure, you will not find any problem in HTML tutorial. But, if you find any problem or mistake in our HTML tutorial, you can report to us.



  1. <!DOCTYPE>  
  2. <html>  
  3. <head>  
  4. <title>Web page title</title>  
  5. </head>  
  6. <body>  
  7. <h1>Write Your First Heading</h1>  
  8. <p>Write Your First Paragraph.</p>  
  9. </body>  
  10. </html>  



Comments

Popular posts from this blog

What is HTML

What is HTML HTML is an acronym which stands for  Hyper Text Markup Language  which is used for creating web pages and web applications. Let's see what is meant by Hypertext Markup Language, and Web page. Hyper Text:  HyperText simply means "Text within Text." A text has a link within it, is a hypertext. Whenever you click on a link which brings you to a new webpage, you have clicked on a hypertext. HyperText is a way to link two or more web pages (HTML documents) with each other. Markup language:  A markup language is a computer language that is used to apply layout and formatting conventions to a text document. Markup language makes text more interactive and dynamic. It can turn text into images, tables, links, etc. Web Page:  A web page is a document which is commonly written in HTML and translated by a web browser. A web page can be identified by entering an URL. A Web page can be of the static or dynamic type.  With the help of HTML only, we can create...

what is xampp

what is xampp  XAMPP is a free and open-source cross-platform web server solution stack package developed by Apache Friends. It stands for Cross-Platform (X), Apache (A), MariaDB/MySQL (M), PHP (P), and Perl (P). etc XAMPP is designed to be easy to install and use, providing developers with a local development environment for creating and testing web applications. It includes all the necessary components for running dynamic web applications, such as a web server (Apache), a database server (MariaDB/MySQL), and scripting languages (PHP and Perl). The primary purpose of XAMPP is to enable developers to set up a local server environment on their computers, which mimics a production server, allowing them to develop and test websites or web applications without the need for internet connectivity or a remote server. This local development environment helps streamline the development process and allows developers to work offline and make rapid iterations to their projects. XAMPP is...

How to make 3d photo

3D Photo Tool