
When we start learning web designing, the first thing that we should have to learn is HTML because without html we can't create out website layout.
HTML is a web language that is used to create or structure webpages.
HTML is being used by every developer or designer in the whole world. You can call it the base of a website.
It is easy to learn and you create different layout with the help of HTML.
Lets have a look at our main section of this Lecture.
English Language
Urdu Language
Introduction to HTML
- HTML stands for Hypertext Markup Language.
- A markup language is language that is used to display content with the help of tags.
- HTML is used to create or structure web pages and different types layouts.
- HTML is based on elements that consist of opening and end tags.
- Two types of elements are present in HTML, one that contains both opening and end tags and the second one is self closing tag.
- The latest version of HTML is HTML5.
- All tags should be covered with left and right angle brackets.
- HTML is easy to understand and easy to use.
- HTML contains two main section, first is head and second is body (Like a Human)
HTML tools, file extension and Info
- HTML is a markup language that can be written on any text editor.
- You can use simple notepad or notepad++ or you can also use any other tool.
- I will use notepad++ as it has some advance features and it helps us to remember the code perfectly.
- The extension of HTML file is .html, means HTML file will be saved as Page.html.
- The home of website is called homepage and always saves as index.html and other are called subpages and always save as the designer’s choice like about.html, contact.html etc.
The Head section contains the webpage title and all other technical info that we don’t want to share with our visitors except title.
The Body section contains all elements that we want to share or show to our visitors.
Basic Structure of HTML
<!DOCTYPE html>
<html>
<head>
<title>My WebPage</title>
</head>
<body>
Site content will be placed here.
</body>
</html>
If you like the video then kindly share this with others so every one will benefit. Follow us and subscribe to get out upcoming updates.
Bhai Hassan Urdu bol ly mere samaj nahi araha...
ReplyDeleteBrother, urdu version has been uploaded.
Delete