Download presentation
Presentation is loading. Please wait.
Published byNigel Gallagher Modified over 9 years ago
1
1anoop.help4ever@gmail.com
2
2
3
Internet is a hot topic today. It has opened new ways of opportunities for education and helped increase productivity, as well efficiency in areas like fashion, publicity, marketing, healthcare, banking, governance, and manufacturing all over the world. 3
4
4 As IT Professionals we have to deal with the whole range of Web Technologies starting from the Internet, i.e. to HTML, Advanced HTML, CSS, Java Script, VB Script, XML, COM, JSP, ASP, PHP etc. The purpose of the course is to introduce with some of these technologies and to teach that ‘How a Web Page is created?’. After the creation of Web Page we have to upload this Web Page on the Internet known as Hosting of Website.
5
Computer 5anoop.help4ever@gmail.com
6
6 Editor Program (for input) anoop.help4ever@gmail.com
7
7 Browser (for Output) anoop.help4ever@gmail.com
8
8 Hosting Program anoop.help4ever@gmail.com
9
9 Free Space through ISP or other Domain Names. anoop.help4ever@gmail.com
10
10
11
anoop.help4ever@gmail.com11
12
Static, Advanced, and Dynamic 12 anoop.help4ever@gmail.com
13
13 Background Headings Horizontal Rows Alignments (left, right, center, justify) Paragraphs Text Formatting (color, size, and type) Images Hyperlinks
14
anoop.help4ever@gmail.com 14 Tables Option Values Radio Buttons Check Box Input Box Text Area Buttons (Submit, Reset, Login, etc.)
15
anoop.help4ever@gmail.com 15 Dynamic Animations Flash Videos
17
Index Here type your information or document that you want to look on the Web page.
18
HTML CODEOUTPUT This is first line. This is second line. This is first line. This is second line.
19
HTML CODEOUTPUT This is first para. This is second para. This is first para. This is second para.
20
HTML CODEOUTPUT This is first para. This is second para. This is central para. This para is highly justified. This is first para. This is second para. This is central para. This is highly justified para.
21
Hyper Text Markup Language
22
Hyper Text Markup Language Hyper Text Markup Language
23
Hyper Text Markup Language Hyper Text Markup Language
24
This is the background color of the WEB PAGE….
25
We are able to type upon this picture.
26
Note: “jpg” in the above code is a format type of image it can be change with the formats of picture as PNG, GIF also.. Note: For getting the path of any image you need to Right Click on that picture and click on Properties option after this you have to copy its Location…
27
To set an image in center of the page
28
To set an image in right of the page
29
To set an image in Left of the page By default a picture comes automatically in Left side of a page…
30
To set the height of the image… To set the width of the image…
31
To set the height and with also of the image…
32
Hyper Text Markup Language BEFORE : Hyper Text Markup Language AFTER: Hyper Text Markup Language
33
As: Hyper Text Markup Language. Hyper Text Markup Language Note: Here default colour of the text is BLUE as we had done before.
34
This is in Arial Font This is in Arial Font.
35
This is in size 10 Before: This is in normal form. After: This is in size 10.
36
All the attributes had used in a tag like this….
37
is used to draw a simple line. is used to draw a solid line.
39
Where as will show a complete line- We can use all the attributes of tag as-
40
There are 6 Levels of headings by default- HTML HTML HTML HTML HTML HTML HTML
41
IN H 2 O ‘2’ IS IN SUBSCRIPT FORM, WE SHALL USE TAG We shall write H 2 O like this: IN A 2 ‘2’ IS IN SUPERSCRIPT FORM, WE WILL USE TAG. We shall write A 2 like this: H 2 O A 2
42
ORDERED LIST It shows an order of sequence. Order List may be in following kinds- 1, 2, 3, 4, 5, ………… A, B, C, D, E, ………. a, b, c, d, e, ……….. I, II, III, IV, V, ………. i, ii, iii, iv, v, ……….. UNORDERED LIST It does not show any order of sequence. Order List may be in following kinds- Disc ( ) Circle ( ) Square( ) There is two types of lists in HTML:
43
HTML CODE <<ol>Four Directions: <<li>EAST</li> <<li>WEST</li> <<NORTH</li> <<li>SOUTH</li> <</ol> OUTPUT Four Directions: 1. EAST 2. WEST 3. NORTH 4. SOUTH
44
<<OL TYPE=“A”> <LI>EAST</LI> <LI>WEST</LI> <LI>NORTH</LI> <LI>SOUTH</LI> </OL> A.EAST B.WEST C.NORTH D.SOUTH NOTE: You can change the List Type ‘A’ in ‘I’ for Capital Roman numbers, ‘i’ for smallcaps roman numbers and ‘a’ for smallcaps english alphabets also but by default it creats the list in regular Numerals…
45
INPUT CODE (HTML) Four Directions: EAST WEST NORTH SOUTH <<OL start=“11”>Four Directions: <<li>EAST</li> <<li>WEST</li> <<li>NORTH</li> <<li>SOUTH</li> <</OL> OUTPUT Four Directions: 11. EAST 12. WEST 13. NORTH 14. SOUTH Four Directions: 11. EAST 12. WEST 13. NORTH 14. SOUTH
46
Unordered List HTML CODE OUTPUT EAST WEST NORTH SOUTH EAST WEST NORTH SOUTH
47
Unordered List with ‘TYPE’ attribute… HTML CODE OUTPUT EAST WEST NORTH SOUTH o EAST o WEST o NORTH o SOUTH
48
<html> <head><title>Nested List</title> <head> <body> <ol>Tags <li>Physical Tags</li> <ul><li>Bold</li> <li>Italic</li></ul> <li>Logical Tag</li> <ul><li>Emphasis</li> <li>Strong</li></ul> </ol> </body> </html> 1. Physical Tag Bold Italic 2. Logical Tag Emphasis Strong
49
Input Output Noun A noun is the name of a person, things or a place. Pronoun Pronoun are the words that are used in place of nouns to avoid the repetition of nouns. <body> <dl> <dt>Noun <dd>A noun is the name of a person, things or a place. <dt>Pronoun <dd>Pronoun are the words that are used in place of nouns to avoid the repetition of nouns. </dl> Noun A noun is the name of a person, things or a place. Pronoun Pronoun are the words that are used in place of nouns to avoid the repetition of nouns. Noun A noun is the name of a person, things or a place. Pronoun Pronoun are the words that are used in place of nouns to avoid the repetition of nouns.
50
CODEs in HTML Name Class OUTPUT Name Class
52
HTML CODE Name Class Address Aditya 10 Sikandrabad OUTPUT NameClassAddress Aditya10Sikandrabad
53
HTML CODE Name Class Address Aditya 10 Sikandrabad OUTPUT NameClassAddress Aditya10Sikandrabad
54
Name Class Address Aditya 10 Sikandrabad Akash 10 Khurja Ajay 10 Ghaziabad
55
Output of Table NameClassAddress Aditya10Sikandrabad Akash10Khurja Ajay10Ghaziabad
56
Name Class Aditya 10 NameClass Aditya10
57
Name Class Aditya 10 NameClass Aditya10
58
My Table Name Class Aditya 10 NameClass Aditya10
59
My Table Name Class Aditya 10 NameClass Aditya10
60
I carry 2 Columns 1 2 3 4 I carry 2 Columns 12 34 HTML CODEOUTPUT
61
I carry 2 Rows 1 2 3 4 HTML CODEOUTPUT I Carry 2 Rows 12 34
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.