HTML Tutorial || Networking Assignment || Computer Full Forms || Ms-Office Shortcut Keys || Ms-Office Notes || Number System Notes || Internet Assignment
JavaScript Tutorial || CSS Tutorial || Operating System Notes || History of Computer Assignment || Netwoking Notes || Computer Fundamentals Notes

(PDF) What is HTML? Theory with Example :- Infinity4Education

HTML Full Tutorial in English HTML Form Tag HTML Element Tag

HTML Home
HTML Stands for Hyper Text Markup Language.
HTML is the standard markup language for Web pages.
With HTML you can create your own Website.
HTML Editors
HTML Editors are Notepad, Notepad++, Sublime Text, Etc.
Example
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>
Bottom of Form



Comments