HTML Language
HTML
Hyper text markup language
hyper : hyper is representing next location
ex. home, about
text : text is collection of number character and symbols.
ex. raj@123
markup : markup is a library it contain defination of all tags.
(html cannot use compiler)
Programming categories
1.code based programming : we workout based on code
2.form based programming : we workout on tools
HTML Syntax(tags)
<> : less than and greater than
<b>
<u>
types of tag
1. Open tag - <> <b>
2. close tag - <> </>
ex: <u> </u>
<i> </i>
what is slash (/)
-tag closing operator
HTML structure:
<html> -- representing web browser
<body> -- reperenting output location
All Tags
</body>
</html>
how to create first html program
1. create your directories(folder) (without space)
2. development directories cannot use blank space
3. inner html : any types of message is called inner html written between opening and closing tag
Comments
Post a Comment