HTML :- Hyper Text Markup Language
hello and welcome.
today we are going to learn about basic of HTML Structure and tags ...
let's go....
uses :- is used to design & format the web page.
Now guys we will see the most important tags of HTML
This Tags is always used for HTML.
with this Tags we will do any HTML program and website and without this tags we can't do anything.
First Tag :- HTML
<html>
use:- it indicates that the code is written is a html language
syntax :- <html>................. </html>
- type of tag :- container tag
Second Tag :- HEAD
<head>
use:- it displays the message on the title bar in a web browser
syntax :- <head>.......................</head>
type of tag:- container tag
Third Tag :-TITLE
<title>
use:- it is used inside the head section to displays the meassge on the title bar
syntax :- <title>........................</title>
type of tag:- container tag
Forth Tag :-
<body>
use :- it displays the content on the web page
syntax:-<body>......................</body>
type of tag:- container tag
attribute : BGColor, Alink,Vlink,background (image)
HTML :- Hyper Text Markup Language <html>
structure of HTML
<HTML>-opening tag
<HEAD>
<TITLE>................</title>
</HEAD>
<BODY>
..........
..........
..........
</BODY>
<HTML > - closing tag
Post a Comment
Please do not any spam link in the comment