This is First tutorial its basic things you need to know about web Development.
HTML and CSS are both use for making layout or we can say that interface of a webpage. and a website is the combination of webpages that are link together and make a great website.
HTML is used as tool for web development.HTML and CSS are both use for making layout or we can say that interface of a webpage. and a website is the combination of webpages that are link together and make a great website.HTML is used as tool for web development.
Lets start the journey of HTML!!!
You may know that HTML stands for HyperText Markup Language. The HyperText part refers to the fact that HTML allows you to create links that allow visitors to move from one page to another quickly and easily. A markup language allows you to annotate text, and these annotations provide additional meaning to the contents of a document. If you think of a webpage, we add code around the original text we want to display and the browser then uses the code to display the page correctly. So the tags we add are the markup.
information about very important tages are as following!!!
<body>
You met the <body> element in the first example we created. Everything inside this element is shown inside the main browser window.
<head>
Before the <body> element you will often see a <head> element. This contains information about the page (rather than information that is shown within the main part of the browser window that is highlighted in blue on the opposite page). You will usually find a <title> element inside the <head> element.
<title>
The contents of the <title> element are either shown in the top of the browser, above where
you usually type in the URL of the page you want to visit, or on the tab for that page (if your browser uses tabs to allow you to view multiple pages at the same time).
for more deep understanding see my video on this topic. its will help you allot.
Web Development video Tutorial
watch by clicking on HTML 1st video tutorial