HTML (Hyper Text Markup Language ) :-
What Is Html Language ?
Meaning of these words-
Hyper -Perform An Action
Text - (0-9,A-Z,Symbol $,#,&,* ect.)
Markup- Tag Base language (<h1>,<h2>,<hr>,<p><table> ect..)
language -it mean A language to make web page.
- HTML Stand For Hyper Text markup Language.
- This language use for design web page.
- Every Web Page Is Html File.
- HTML elements are represented by tags
- HTML tags label pieces of content such as "heading", "paragraph", "table", and so on
- Browsers do not display the HTML tags, but use them to render the content of the page
- Collection of webpage is called Website.
How to Make A Web Page in HTML-
1. First We Open Notepad.
Step to Open Note Pad ->Start Button->Accessories-> Notepad icon-> Click on that.
2.Then Type HTML Syntax
Syntax is :
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
In Body Section We Write that we want to show on web page.
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
In Body Section We Write that we want to show on web page.
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
3.Then save page with (.html ) extension.
HTML Some Useful Tag:-
Image Show Tag:-
1. Image Tag
Text Formatting Tags:-
1.<u>
2. Marquee Tag
3<br>
4.<hr>
5.<p>
6.<a>
7.<b>
8.<i>
Table Design Tag:-
1.<table>
2.<tr>
3.<td>
4.<th>
List Tags:-
1.<ul>
2.<li>
3.<ol>
Form Design Tag:-
1.<input>
Click Here For Next Part :-
If you know a bit HTML you can start doing websites with OnceBuilder IDE
ReplyDelete