Introduction
HTML is commonly known as Hyper Text Markup Language . IT decsribes how the web pages should like to be using markup. An elements are the basic building block of the HTML pages. The elements are closed with the angular brackets on both sides, ie, with opening and closing angles,The elements are represented by the tags like heading, paragraph, title, table and so on which are closed by the angular brackets. Browser do not display the HTML tag but its converts it and show us the content of the page in a dynamic view.
As being the basic web developer one should know about these following things of HTML.
- Html Editor
- HTML Basic
- HTML Elements
- HTML Attributes
- HTML Quotation
- HTML Computer Code
- HTML Comment
- HTML Color
- HTML Links
- HTML Image
- HTML Table
- HTML List
- HTML Blocks
- HTML Class
HTML VERSIONS
There are different version of HTML have been updated since long
HTML was firstly started on 1991
HTML 2.0 was updated on 1995
HTML 3.2 was updated on 1997
HTML 4.01 was updated on 1999
XHTML was updated on 2000
Finally HTML 5 was updated on 2014
BASIC THING
These are the most basic things for HTML if you are the learner
The
<!DOCTYPE html>
declaration defines this document to be HTML5
The
<html>
element is the root element of an HTML page
The
<head>
element contains meta information about the document
The
<title>
element specifies a title for the document
The
<body>
element contains the visible page content
The
<h1>
element defines a large heading
The
<p>
element defines a paragraph
Html is the basic thing for the design of the web page. Although its embedded by other programming langusges like php css and other but html is always a basic code for the web design. Its the first step you need to learn about web designing. Differents tags are used in html. we are about to discuss about those tags here.
First of all we are here to discuss about the head tag.
We know heat tag includes the title tag which means the name you used insite title tag will be showing in the browser.
<html>
<head>
<title>
Guffadi Corner
</title>
</head><body>
...here you can write your codes and other things you want to have in your page....
..faceboon twitter etc .....
</body>
</html>
This is the required code for all the pages where you design. Designing a normal webpage is done from using the html and css but for the advance pages people use php java and and other advance codes.
Comment Down Freely What You Think About this Post
EmoticonEmoticon