SlideShare a Scribd company logo
1 of 11
Download to read offline
ATP
1
ATP
2
TABLE OF CONTACT
1 define the HTML ...................................................................................................................................4
2 The Tags ................................................................................................................................................4
3 Concept the tags ...................................................................................................................................4
4 Fames Tags............................................................................................................................................5
4.1 Heeder...........................................................................................................................................5
4.2 image.............................................................................................................................................5
4.3 video....................................................................................................................................................5
5 Example.................................................................................................................................................6
5.1 example for header and table.............................................................................................................6
5.2 example for list .............................................................................................................................7
5.3 example for video and pictures ....................................................................................................8
6 questions...............................................................................................................................................9
7 Reference:...........................................................................................................................................11
TABLE OF Figure
Figure 1 .........................................................................................................................................................4
Figure 2 .........................................................................................................................................................4
Figure 3 .........................................................................................................................................................4
Figure 4 .........................................................................................................................................................5
Figure 5 .........................................................................................................................................................5
Figure 6 .........................................................................................................................................................5
Figure 7 .........................................................................................................................................................6
Figure 8 .........................................................................................................................................................7
Figure 9 .........................................................................................................................................................8
Figure 10 .......................................................................................................................................................9
Figure 11 .......................................................................................................................................................9
Figure 12 .....................................................................................................................................................10
ATP
3
HTML TAGS
Contents
• Introduction to Building a website.
• Code.
• Tags.
Objective of this chapter student will be able to:
• Understand what a website is.
• Learn the design web programming.
• Informing the importance of the web programming.
• Know tags in web page design.
ATP
4
1 define the HTML
Hypertext markup language (HTML) is the major markup language
used to display Web pages on the Internet. In other words, Web
pages are composed of HTML, which is used to display text, images
or other resources through a Web browser.
2 The Tags
HTML tags have always been important in the
history of Web design. During the early days of
the World Wide Web, they were responsible for
a majority of Web code. That may not be the
case anymore, but HTML tags are still at the
center of how Web pages are formatted.
3 Concept the tags
HTML tags include tags for references, tags for tables,
tags for headlines or titles, etc. An HTML tag consists of
the tag name in angular brackets and may come in pair,
which makes up the beginning and ending tag that frame
a particular piece of code, text or other tags.
Figure 1
Figure 2
Figure 3
ATP
5
4 Fames Tags
4.1 Heeder
The HTML <h1>–<h6> elements represent six levels of
section headings. <h1> is the highest section level
and <h6> is the lowest.
4.2 image
The image tag is used to place an image on the web page. In its
most simple form it looks like this:
<img src="image1.jpg"> It is very important to understand that
images are not technically "part" of the web page file, they are
separate files which are inserted into the page when it is viewed
by a browser. So, a simple web page with one image is actually
two files - the HTML file and the image file. The example on the right illustrates this.
4.3 video
The HTML <video> Element
To show a video in HTML, use the <video> element:
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
Figure 4 Figure 5
Figure 6
ATP
6
5 Example
5.1 example for header and table
This is example for write the header big to small and insert table.
Figure 7
ATP
7
5.2example for list
this example for write the list on HTML and I have many list for that.
Figure 8
ATP
8
5.3 example for video and pictures
this example for insert video and pictures and how to but the line
Figure 9
ATP
9
6 questions
Q1. How write like the figure 10
1. h1, h2, h3, h4 2. h1, h3, h2, h5
3. h1, h2, h5, h6 4. h1, h4, h2, h5
Q2. How to insert picture like figure 11?
1. <img src="ex1.jpg> 2. < src="ex1.jpg>
3. <img src="ex1 > 4. <img src=".jpg>
Figure 10
Figure 11
ATP
10
Q3. How insert video like figure 12
1. <video width="400" controls >
<source src="html.mp4" type="video/mp4">
</video>
3. <source src="html.mp4" type="video/mp4">
2. <video width="400" controls >
<source src="html.mp4"
type="video/mp4">
4. <video width="400" controls >
type="video/mp4">
Figure 12
Q4. How to insert the table like figure 13
Figure 1
1
2
3
4
ATP
11
7 Reference:
Tempelman-Kluit, N. (2006). Multimedia learning theories and online instruction. College & Research
Libraries, 67(4), 364-369.
Retrieved from URL: https://goo.gl/VDDk4S
Date of access: 03/02/2018
Baldauf, S. L. (2003). Phylogeny for the faint of heart: a tutorial. TRENDS in Genetics, 19(6), 345-
351. ISO 690
Retrieved from URL: https://goo.gl/tdKHQp
Date of access: 03/02/2018

More Related Content

Similar to Coruclam

Similar to Coruclam (20)

POLITEKNIK MALAYSIA
POLITEKNIK MALAYSIAPOLITEKNIK MALAYSIA
POLITEKNIK MALAYSIA
 
4. html css-java script-basics
4. html css-java script-basics4. html css-java script-basics
4. html css-java script-basics
 
Html basics
Html basicsHtml basics
Html basics
 
Additional HTML
Additional HTML Additional HTML
Additional HTML
 
Html presentation
Html presentationHtml presentation
Html presentation
 
HTML Basic, CSS Basic, JavaScript basic.
HTML Basic, CSS Basic, JavaScript basic.HTML Basic, CSS Basic, JavaScript basic.
HTML Basic, CSS Basic, JavaScript basic.
 
Html
HtmlHtml
Html
 
Basic of HTML
Basic of  HTMLBasic of  HTML
Basic of HTML
 
Basic HTML
Basic HTMLBasic HTML
Basic HTML
 
Title, heading and paragraph tags
Title, heading and paragraph tagsTitle, heading and paragraph tags
Title, heading and paragraph tags
 
HTML guide for beginners
HTML guide for beginnersHTML guide for beginners
HTML guide for beginners
 
HTML/HTML5
HTML/HTML5HTML/HTML5
HTML/HTML5
 
HTML.pdf
HTML.pdfHTML.pdf
HTML.pdf
 
HTML.pdf
HTML.pdfHTML.pdf
HTML.pdf
 
INTRODUCTION FOR HTML
INTRODUCTION  FOR HTML INTRODUCTION  FOR HTML
INTRODUCTION FOR HTML
 
If you know nothing about HTML, this is where you can start !!
If you know nothing about HTML, this is where you can start !!If you know nothing about HTML, this is where you can start !!
If you know nothing about HTML, this is where you can start !!
 
Intro to html
Intro to htmlIntro to html
Intro to html
 
Intro to html
Intro to htmlIntro to html
Intro to html
 
02 HTML-01.pdf
02 HTML-01.pdf02 HTML-01.pdf
02 HTML-01.pdf
 
Web Designing.docx
Web Designing.docxWeb Designing.docx
Web Designing.docx
 

More from aiabid

Unit 4
Unit 4Unit 4
Unit 4aiabid
 
Unit 3 final
Unit 3   finalUnit 3   final
Unit 3 finalaiabid
 
Report
ReportReport
Reportaiabid
 
Unit 2 final
Unit 2   finalUnit 2   final
Unit 2 finalaiabid
 
Classroom management
Classroom management Classroom management
Classroom management aiabid
 
Unit 1 final
Unit 1   final Unit 1   final
Unit 1 final aiabid
 
Instructional strategies
Instructional strategiesInstructional strategies
Instructional strategiesaiabid
 
Differentiation
DifferentiationDifferentiation
Differentiationaiabid
 
Html tags
Html tagsHtml tags
Html tagsaiabid
 

More from aiabid (9)

Unit 4
Unit 4Unit 4
Unit 4
 
Unit 3 final
Unit 3   finalUnit 3   final
Unit 3 final
 
Report
ReportReport
Report
 
Unit 2 final
Unit 2   finalUnit 2   final
Unit 2 final
 
Classroom management
Classroom management Classroom management
Classroom management
 
Unit 1 final
Unit 1   final Unit 1   final
Unit 1 final
 
Instructional strategies
Instructional strategiesInstructional strategies
Instructional strategies
 
Differentiation
DifferentiationDifferentiation
Differentiation
 
Html tags
Html tagsHtml tags
Html tags
 

Recently uploaded

Cosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable BricksCosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable Bricksabhishekparmar618
 
Architecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfArchitecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfSumit Lathwal
 
SCRIP Lua HTTP PROGRACMACION PLC WECON CA
SCRIP Lua HTTP PROGRACMACION PLC  WECON CASCRIP Lua HTTP PROGRACMACION PLC  WECON CA
SCRIP Lua HTTP PROGRACMACION PLC WECON CANestorGamez6
 
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一Fi sss
 
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)jennyeacort
 
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130Suhani Kapoor
 
VIP Kolkata Call Girl Gariahat 👉 8250192130 Available With Room
VIP Kolkata Call Girl Gariahat 👉 8250192130  Available With RoomVIP Kolkata Call Girl Gariahat 👉 8250192130  Available With Room
VIP Kolkata Call Girl Gariahat 👉 8250192130 Available With Roomdivyansh0kumar0
 
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,bhuyansuprit
 
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024CristobalHeraud
 
3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdf3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdfSwaraliBorhade
 
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai DouxDubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Douxkojalkojal131
 
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...Amil baba
 
Design Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryDesign Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryWilliamVickery6
 
306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social MediaD SSS
 
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts ServiceCall Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Servicejennyeacort
 
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130Suhani Kapoor
 
shot list for my tv series two steps back
shot list for my tv series two steps backshot list for my tv series two steps back
shot list for my tv series two steps back17lcow074
 
Call Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full NightCall Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full Nightssuser7cb4ff
 

Recently uploaded (20)

Cosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable BricksCosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable Bricks
 
Architecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfArchitecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdf
 
SCRIP Lua HTTP PROGRACMACION PLC WECON CA
SCRIP Lua HTTP PROGRACMACION PLC  WECON CASCRIP Lua HTTP PROGRACMACION PLC  WECON CA
SCRIP Lua HTTP PROGRACMACION PLC WECON CA
 
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
 
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
 
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
 
Cheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk GurgaonCheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk Gurgaon
 
VIP Kolkata Call Girl Gariahat 👉 8250192130 Available With Room
VIP Kolkata Call Girl Gariahat 👉 8250192130  Available With RoomVIP Kolkata Call Girl Gariahat 👉 8250192130  Available With Room
VIP Kolkata Call Girl Gariahat 👉 8250192130 Available With Room
 
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,
 
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
 
3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdf3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdf
 
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai DouxDubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
 
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
 
Design Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryDesign Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William Vickery
 
306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media
 
Call Girls in Pratap Nagar, 9953056974 Escort Service
Call Girls in Pratap Nagar,  9953056974 Escort ServiceCall Girls in Pratap Nagar,  9953056974 Escort Service
Call Girls in Pratap Nagar, 9953056974 Escort Service
 
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts ServiceCall Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
 
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
 
shot list for my tv series two steps back
shot list for my tv series two steps backshot list for my tv series two steps back
shot list for my tv series two steps back
 
Call Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full NightCall Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full Night
 

Coruclam

  • 2. ATP 2 TABLE OF CONTACT 1 define the HTML ...................................................................................................................................4 2 The Tags ................................................................................................................................................4 3 Concept the tags ...................................................................................................................................4 4 Fames Tags............................................................................................................................................5 4.1 Heeder...........................................................................................................................................5 4.2 image.............................................................................................................................................5 4.3 video....................................................................................................................................................5 5 Example.................................................................................................................................................6 5.1 example for header and table.............................................................................................................6 5.2 example for list .............................................................................................................................7 5.3 example for video and pictures ....................................................................................................8 6 questions...............................................................................................................................................9 7 Reference:...........................................................................................................................................11 TABLE OF Figure Figure 1 .........................................................................................................................................................4 Figure 2 .........................................................................................................................................................4 Figure 3 .........................................................................................................................................................4 Figure 4 .........................................................................................................................................................5 Figure 5 .........................................................................................................................................................5 Figure 6 .........................................................................................................................................................5 Figure 7 .........................................................................................................................................................6 Figure 8 .........................................................................................................................................................7 Figure 9 .........................................................................................................................................................8 Figure 10 .......................................................................................................................................................9 Figure 11 .......................................................................................................................................................9 Figure 12 .....................................................................................................................................................10
  • 3. ATP 3 HTML TAGS Contents • Introduction to Building a website. • Code. • Tags. Objective of this chapter student will be able to: • Understand what a website is. • Learn the design web programming. • Informing the importance of the web programming. • Know tags in web page design.
  • 4. ATP 4 1 define the HTML Hypertext markup language (HTML) is the major markup language used to display Web pages on the Internet. In other words, Web pages are composed of HTML, which is used to display text, images or other resources through a Web browser. 2 The Tags HTML tags have always been important in the history of Web design. During the early days of the World Wide Web, they were responsible for a majority of Web code. That may not be the case anymore, but HTML tags are still at the center of how Web pages are formatted. 3 Concept the tags HTML tags include tags for references, tags for tables, tags for headlines or titles, etc. An HTML tag consists of the tag name in angular brackets and may come in pair, which makes up the beginning and ending tag that frame a particular piece of code, text or other tags. Figure 1 Figure 2 Figure 3
  • 5. ATP 5 4 Fames Tags 4.1 Heeder The HTML <h1>–<h6> elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest. 4.2 image The image tag is used to place an image on the web page. In its most simple form it looks like this: <img src="image1.jpg"> It is very important to understand that images are not technically "part" of the web page file, they are separate files which are inserted into the page when it is viewed by a browser. So, a simple web page with one image is actually two files - the HTML file and the image file. The example on the right illustrates this. 4.3 video The HTML <video> Element To show a video in HTML, use the <video> element: <video width="320" height="240" controls> <source src="movie.mp4" type="video/mp4"> <source src="movie.ogg" type="video/ogg"> Your browser does not support the video tag. </video> Figure 4 Figure 5 Figure 6
  • 6. ATP 6 5 Example 5.1 example for header and table This is example for write the header big to small and insert table. Figure 7
  • 7. ATP 7 5.2example for list this example for write the list on HTML and I have many list for that. Figure 8
  • 8. ATP 8 5.3 example for video and pictures this example for insert video and pictures and how to but the line Figure 9
  • 9. ATP 9 6 questions Q1. How write like the figure 10 1. h1, h2, h3, h4 2. h1, h3, h2, h5 3. h1, h2, h5, h6 4. h1, h4, h2, h5 Q2. How to insert picture like figure 11? 1. <img src="ex1.jpg> 2. < src="ex1.jpg> 3. <img src="ex1 > 4. <img src=".jpg> Figure 10 Figure 11
  • 10. ATP 10 Q3. How insert video like figure 12 1. <video width="400" controls > <source src="html.mp4" type="video/mp4"> </video> 3. <source src="html.mp4" type="video/mp4"> 2. <video width="400" controls > <source src="html.mp4" type="video/mp4"> 4. <video width="400" controls > type="video/mp4"> Figure 12 Q4. How to insert the table like figure 13 Figure 1 1 2 3 4
  • 11. ATP 11 7 Reference: Tempelman-Kluit, N. (2006). Multimedia learning theories and online instruction. College & Research Libraries, 67(4), 364-369. Retrieved from URL: https://goo.gl/VDDk4S Date of access: 03/02/2018 Baldauf, S. L. (2003). Phylogeny for the faint of heart: a tutorial. TRENDS in Genetics, 19(6), 345- 351. ISO 690 Retrieved from URL: https://goo.gl/tdKHQp Date of access: 03/02/2018