Download presentation
Presentation is loading. Please wait.
Published byRandall Park Modified over 8 years ago
1
HTML HyperText Markup Language
2
1.Introduction HTML is used to describe web pages. HTML stands for Hyper Text Markup Language. Tim Berners-Lee and others to invent the HTML in 1990. Versions: VersionYear HTML1991 HTML 2.01995 HTML 3.01997 HTML 4.01999 HTML 5.02012
3
2.Softwares Required 1. Any Text Editor like notepad. 2. Any Web Browser like firefox. 3. Color Picker.
4
3.How to save and run? To save html file: save file with.html as extension. To run html file: open the html file with browser.
5
4.Structure of HTML WEB ROBO welcome to HTML
6
5.Heading tags Heading tags are used to display heading. h1,h2,h3,h4,h5,h6 web robo
7
6.Paragraph tags Paragraph tags are used to display texts as paragraphs. paragraph1 paragraph2
8
7.Text formats The below tags are used to format text bold italics underline strike block quote superscript subscript line break horizontal rule
9
8.Special characters non breaking space © © copyright ® ® registered trademark < < less than $gt; > greater than ASCII Code: A A Z Z © © copyright
10
9.Lists 1. Unordered list. 2. Ordered list. 3. Definition list. Unordered list: html CSS PHP Types: circle, disc, fillround, square
11
Ordered list: HTML CSS PHP Types: A, a, 1, I, i
12
Definition list: HTML hyper text markup language CSS Cascading Style Sheet
13
10.Hyperlink Used to jump other document during click on it. is an hyperlink tag. visit webrobo http://www.webrobo.in visit webrobo http://www.webrobo.in _blank is used to open document in new tab
14
11.Image Used to display image.
15
12.Table Normal Table: html css php mysql
16
13.Rowspan Table with rowspan: Course html css php mysql
17
14.Colspan Table with colspan: Course html css php mysql
18
15.Frames Frames are used to divide the browser screen into two or more. Frames should be placed in head section, no need of body section.
19
16.Nested frames A frame can be nested in another frame.
20
17.Iframe An iframe is used to display a web page within a web page. Eg: google map.
21
18.Media Media tag is used to embed media.
22
19.Marquee Marquee tag is used to move elements. Webrobo
23
20.Form Forms are used to collect input from users. 1. Text box 2. Text area 3. Password 4. Radio button 5. Check box 6. List box 7. File field 8. Buttons Button Submit Reset
24
Text box: You Name textarea: ADDRESS:
25
Password: PASSWORD: Radio button: GENDER: Male Female
26
Check box: QUALIFICATION: Under Graduate Post Graduate Engineering
27
listbox: Country: -select- INDIA USA File field: Upload Image:
28
Buttons: button: submit: reset:
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.