1.02. - Introduction To HTML
1.02. - Introduction To HTML
Outline
• Markup Language
Introduction to HyperText • What is HTML?
Markup Language (HTML) • HTML Documents
• Basic structure of an HTML document
Dr. Pankaj Kumar
• Creating an HTML document
• Markup Tags
• Heading-Paragraphs tags
• Line Breaks tag
3 4
5 6
1
25/10/2023
9 10
Strict Frameset
• The strict type of HTML is meant to return rules into HTML and make • Finally, a frameset allows web developer to create a HTML documents
it more reliable. where multiple documents can be connected into a single screen.
• For example, the strict type requires closing all tags for all opened • This technique is often used to create a menu system. We click on a
tags. This style of HTML is important on phones, where the processing menu item on the left side of the screen, and only the right side of
power may be limited. A clean and error-free code helps to load the screen re-loads. The menu stays in place.
pages faster.
11 12
2
25/10/2023
13 14
15 16
3
25/10/2023
19 20
21 22
23 24
4
25/10/2023
25 26
29 30
5
25/10/2023
31 32
33 34
35 36
6
25/10/2023
37 38
39 40