SlideShare a Scribd company logo
1 of 15
ABOUT HTML
10-08-2015HYPER TEXT MARKUP LANGUAGE 2
• HTML or HyperText Markup Language is the standard markup
language used to create Web Pages.
• HTML is written in the form of HTML elements consisting of tags
enclosed in angle brackets (like <html>). HTML tags most
commonly come in pairs like <h1> and </h1>, although some tags
represent empty elements and so are unpaired, for example <img>.
• The first tag in a pair is the start tag, and the second tag is the end
tag.
HISTORY OF HTML
10-08-2015HYPER TEXT MARKUP LANGUAGE 3
• In 1989, Berners-Lee wrote a memo proposing an Internet-based hypertext system.
Berners-Lee specified HTML and wrote the browser and server software in late 1990. The
first publicly available description of HTML was a document called "HTML Tags", first
mentioned on the Internet by Berners-Lee in late 1991. It describes 18 elements
comprising the initial, relatively simple design of HTML. Except for the hyperlink tag, these
were strongly influenced by SGMLguide, an in-house Standard Generalized Markup
Language (SGML)-based documentation format at CERN. Eleven of these elements still
exist in HTML 4.
HOW TO CREATE AN HTML DOCUMENT?
10-08-2015HYPER TEXT MARKUP LANGUAGE 4
• Open Notepad by clicking START > ALL PROGRAMS > ACCESSORIES > NOTEPAD.
• The Notepad window will appear. Type the HTML coding in.
• Click on FILE > SAVE menu option. The SAVE AS dialog box will appear. Save the file
with all necessary details. Write the name of our file by putting extension ‘.html’ or ‘.htm’.
• Click on SAVE Button.
HTML TAGS
10-08-2015HYPER TEXT MARKUP LANGUAGE 5
• HTML is written in the form of HTML elements consisting of tags enclosed
in angle brackets (like <html>). HTML tags most commonly come in pairs
like <h1> and </h1>, although some tags represent empty elements and so
are unpaired, for example <img>. The first tag in a pair is the start tag, and
the second tag is the end tag (they are also called opening tags and
closing tags). Initially these are mainly of two types:
1. Container Elements
2. Empty Elements
TYPES OF TAGS
10-08-2015HYPER TEXT MARKUP LANGUAGE 6
1. Heading Tag - Used to define different heading levels from <h1> to <h6>.
2. Paragraph Tag - Used to display text in form of paragraph.
3. Center Tag - Used to center the text.
4. BR (Break) Tag - Used to break line and displays text from next line.
CHANGING APPEARANCE OF TEXT
10-08-2015HYPER TEXT MARKUP LANGUAGE 7
• Font style Tags - Used to change appearance of text.
1. Bold - Used to emphasize the text.
2. Italic - Marks the text in italic style.
3. Underline - Underlines the text.
CHANGING FONT, SIZE, TEXT COLOUR
,BACKGROUND AND MARGINS
10-08-2015HYPER TEXT MARKUP LANGUAGE 8
1. Font - To change typeface or name of the font.
2. Font Size - Used to change size of the font.
3. Font Color - Changes the colour of the text.
4. Background Color - Changes background colour.
5. Top margins - Used to set top margin of the web page.
6. Left margins - Used to set left margin of the web page.
ORDERED AND UNORDERED LIST
10-08-2015HYPER TEXT MARKUP LANGUAGE 9
• ORDERED LIST <OL> - Used to display items in a specific order.
• UNORDERED LIST <UL> - Used when items not to displayed in any order.
• LIST ITEM <LI> - Can display the listed items in an Ordered or Unordered list.
CREATING A TABLE
10-08-2015HYPER TEXT MARKUP LANGUAGE 10
• Tables arrange data in rows and columns and provide an
attractive way to represent information. Here is an example of
table:
• <table style="width:100%">
<tr>
<td>Jill</td>
<td>Smith</td>
<td>50</td>
</tr>
<tr>
<td>Eve</td>
<td>Jackson</td>
<td>94</td>
</tr>
</table>
ATTRIBUTES OF TABLE TAGS
10-08-2015HYPER TEXT MARKUP LANGUAGE 11
• Border Tag - Draws a table around the table.
• Bordercolor Tag - Used to set colour of the table.
• Bgcolor - Used to specify the background colour of the table.
• Align - Used to specify the alignment of the table.
• Cell padding - Sets the margin within a cell.
• Cell spacing - Used to set minimum distance between two adjacent cells.
• Height and Width - By default the size of the table is as large as the data that is entered.
ATTRIBUTES OF THE <TR><TD>AND <TH> TAGS
10-08-2015HYPER TEXT MARKUP LANGUAGE 12
• BORDER COLOR AND BG COLOR
We can set the border colour and back ground colour for the cells by using the border colour
and BG colour attributes of <TR> or <TD> tags. We can give different colours to every cell in
the same row by specifying different colours or a hexadecimal values, using <TD> or <TH>
tags.
LINKING THE WEB PAGES
10-08-2015HYPER TEXT MARKUP LANGUAGE 13
HTML Links - Hyperlinks
• HTML links are hyperlinks.
• A hyperlink is an element, a text, or an image that you can click on, and jump to another
document.
HTML Links - Syntax
• In HTML, links are defined with the <a> tag:
Link Syntax:
• <a href="url">link text</a>
Example:
• <a href="http://www.w3schools.com/html/">Visit our HTML tutorial</a>
INSERTING IMAGES
10-08-2015HYPER TEXT MARKUP LANGUAGE 14
• In HTML, images are defined with the <img> tag.
• The <img> tag is empty, it contains attributes only, and does not have a closing tag.
• The src attribute defines the url (web address) of the image:
<img src="url" alt="some_text">
Example
How to insert an image:
• <img src="smiley.gif" alt="Smiley face" height="42" width="42">
10-08-2015HYPER TEXT MARKUP LANGUAGE 15

More Related Content

What's hot (20)

Html presentation
Html presentationHtml presentation
Html presentation
 
Html
HtmlHtml
Html
 
Basic html
Basic htmlBasic html
Basic html
 
What is html xml and xhtml
What is html xml and xhtmlWhat is html xml and xhtml
What is html xml and xhtml
 
Mark-up languages
Mark-up languagesMark-up languages
Mark-up languages
 
Web I - 02 - XHTML Introduction
Web I - 02 - XHTML IntroductionWeb I - 02 - XHTML Introduction
Web I - 02 - XHTML Introduction
 
HTML5 Topic 1
HTML5 Topic 1HTML5 Topic 1
HTML5 Topic 1
 
HTML 5 Topic 2
HTML 5 Topic 2HTML 5 Topic 2
HTML 5 Topic 2
 
Iwt module 1
Iwt  module 1Iwt  module 1
Iwt module 1
 
Grade 10 COMPUTER
Grade 10 COMPUTERGrade 10 COMPUTER
Grade 10 COMPUTER
 
Introduction to XHTML
Introduction to XHTMLIntroduction to XHTML
Introduction to XHTML
 
Wp unit 1 (1)
Wp  unit 1 (1)Wp  unit 1 (1)
Wp unit 1 (1)
 
Wp unit III
Wp unit IIIWp unit III
Wp unit III
 
Html starting
Html startingHtml starting
Html starting
 
Xhtml
XhtmlXhtml
Xhtml
 
Html
HtmlHtml
Html
 
Computer fundamentals-internet p2
Computer fundamentals-internet p2Computer fundamentals-internet p2
Computer fundamentals-internet p2
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
HTML TAGS
HTML TAGSHTML TAGS
HTML TAGS
 
HTML
HTMLHTML
HTML
 

Viewers also liked

Nimfopoulos_Milopoulos_Katirtzoglou_2002
Nimfopoulos_Milopoulos_Katirtzoglou_2002Nimfopoulos_Milopoulos_Katirtzoglou_2002
Nimfopoulos_Milopoulos_Katirtzoglou_2002Miltiadis Nimfopoulos
 
My Professional cv
My Professional cvMy Professional cv
My Professional cvHumayun Khan
 
Superstition dr shriniwas kashalikar
Superstition  dr shriniwas kashalikarSuperstition  dr shriniwas kashalikar
Superstition dr shriniwas kashalikarshriniwas kashalikar
 
Chord a scalable peer to-peer lookup service for internet applications
Chord a scalable peer to-peer lookup service for internet applicationsChord a scalable peer to-peer lookup service for internet applications
Chord a scalable peer to-peer lookup service for internet applicationsHenri van den Bulk
 
Warehouse scale computer
Warehouse scale computerWarehouse scale computer
Warehouse scale computerHassan A-j
 
Curso: Seguridad física y criptografía: Centro de datos
Curso: Seguridad física y criptografía: Centro de datosCurso: Seguridad física y criptografía: Centro de datos
Curso: Seguridad física y criptografía: Centro de datosJack Daniel Cáceres Meza
 
Warehouse scale computing - Dive into the detail
Warehouse scale computing - Dive into the detail Warehouse scale computing - Dive into the detail
Warehouse scale computing - Dive into the detail Paul Yang
 
Proposta di indici di performance per la quantificazione delle criticità del ...
Proposta di indici di performance per la quantificazione delle criticità del ...Proposta di indici di performance per la quantificazione delle criticità del ...
Proposta di indici di performance per la quantificazione delle criticità del ...ARERA
 
REMIT - La registrazione in funzione del reporting di contratti OTC: obblighi...
REMIT - La registrazione in funzione del reporting di contratti OTC: obblighi...REMIT - La registrazione in funzione del reporting di contratti OTC: obblighi...
REMIT - La registrazione in funzione del reporting di contratti OTC: obblighi...ARERA
 
Godtestsabrahamslovespanishpda 120221232807-phpapp01 (1)
Godtestsabrahamslovespanishpda 120221232807-phpapp01 (1)Godtestsabrahamslovespanishpda 120221232807-phpapp01 (1)
Godtestsabrahamslovespanishpda 120221232807-phpapp01 (1)monserrat herrrera
 

Viewers also liked (13)

Palma09
Palma09Palma09
Palma09
 
Nimfopoulos_Milopoulos_Katirtzoglou_2002
Nimfopoulos_Milopoulos_Katirtzoglou_2002Nimfopoulos_Milopoulos_Katirtzoglou_2002
Nimfopoulos_Milopoulos_Katirtzoglou_2002
 
My Professional cv
My Professional cvMy Professional cv
My Professional cv
 
Superstition dr shriniwas kashalikar
Superstition  dr shriniwas kashalikarSuperstition  dr shriniwas kashalikar
Superstition dr shriniwas kashalikar
 
MIN._MAG._As
MIN._MAG._AsMIN._MAG._As
MIN._MAG._As
 
Spy - Thriller Genre Analysis
Spy - Thriller Genre AnalysisSpy - Thriller Genre Analysis
Spy - Thriller Genre Analysis
 
Chord a scalable peer to-peer lookup service for internet applications
Chord a scalable peer to-peer lookup service for internet applicationsChord a scalable peer to-peer lookup service for internet applications
Chord a scalable peer to-peer lookup service for internet applications
 
Warehouse scale computer
Warehouse scale computerWarehouse scale computer
Warehouse scale computer
 
Curso: Seguridad física y criptografía: Centro de datos
Curso: Seguridad física y criptografía: Centro de datosCurso: Seguridad física y criptografía: Centro de datos
Curso: Seguridad física y criptografía: Centro de datos
 
Warehouse scale computing - Dive into the detail
Warehouse scale computing - Dive into the detail Warehouse scale computing - Dive into the detail
Warehouse scale computing - Dive into the detail
 
Proposta di indici di performance per la quantificazione delle criticità del ...
Proposta di indici di performance per la quantificazione delle criticità del ...Proposta di indici di performance per la quantificazione delle criticità del ...
Proposta di indici di performance per la quantificazione delle criticità del ...
 
REMIT - La registrazione in funzione del reporting di contratti OTC: obblighi...
REMIT - La registrazione in funzione del reporting di contratti OTC: obblighi...REMIT - La registrazione in funzione del reporting di contratti OTC: obblighi...
REMIT - La registrazione in funzione del reporting di contratti OTC: obblighi...
 
Godtestsabrahamslovespanishpda 120221232807-phpapp01 (1)
Godtestsabrahamslovespanishpda 120221232807-phpapp01 (1)Godtestsabrahamslovespanishpda 120221232807-phpapp01 (1)
Godtestsabrahamslovespanishpda 120221232807-phpapp01 (1)
 

Similar to Html

Similar to Html (20)

HTML.pdf
HTML.pdfHTML.pdf
HTML.pdf
 
HTML Basics.pdf
HTML Basics.pdfHTML Basics.pdf
HTML Basics.pdf
 
introdution-to-html.ppt
introdution-to-html.pptintrodution-to-html.ppt
introdution-to-html.ppt
 
2a web technology html basics 1
2a web technology html basics 12a web technology html basics 1
2a web technology html basics 1
 
static dynamic html tags
 static dynamic html tags static dynamic html tags
static dynamic html tags
 
Html ppt computer
Html ppt computerHtml ppt computer
Html ppt computer
 
static dynamic html tags
static dynamic html tagsstatic dynamic html tags
static dynamic html tags
 
Slides 2 - HTML
Slides 2 - HTMLSlides 2 - HTML
Slides 2 - HTML
 
Html
HtmlHtml
Html
 
Html presentation
Html presentationHtml presentation
Html presentation
 
html tutorial
html tutorialhtml tutorial
html tutorial
 
introdution-to-html.pptx
introdution-to-html.pptxintrodution-to-html.pptx
introdution-to-html.pptx
 
Introdution to HTML
Introdution to HTMLIntrodution to HTML
Introdution to HTML
 
PSK TECHNOLOGIES (1) (1) (1).pdf
PSK TECHNOLOGIES (1) (1) (1).pdfPSK TECHNOLOGIES (1) (1) (1).pdf
PSK TECHNOLOGIES (1) (1) (1).pdf
 
Html
HtmlHtml
Html
 
HTML AND XML ppt.pptx
HTML AND XML ppt.pptxHTML AND XML ppt.pptx
HTML AND XML ppt.pptx
 
WEB PAGE DESIGN USING HTML
WEB PAGE DESIGN USING HTMLWEB PAGE DESIGN USING HTML
WEB PAGE DESIGN USING HTML
 
HTML.ppt
HTML.pptHTML.ppt
HTML.ppt
 
introdution-to-html (1).ppt
introdution-to-html (1).pptintrodution-to-html (1).ppt
introdution-to-html (1).ppt
 
Learn html Basics
Learn html BasicsLearn html Basics
Learn html Basics
 

Recently uploaded

Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - InfographicHr365.us smith
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio, Inc.
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEOrtus Solutions, Corp
 
Engage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyEngage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyFrank van der Linden
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about usDynamic Netsoft
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...Christina Lin
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxTier1 app
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantAxelRicardoTrocheRiq
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)OPEN KNOWLEDGE GmbH
 
Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...aditisharan08
 

Recently uploaded (20)

Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - Infographic
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
 
Engage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyEngage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The Ugly
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about us
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service Consultant
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)
 
Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...
 

Html

  • 1.
  • 2. ABOUT HTML 10-08-2015HYPER TEXT MARKUP LANGUAGE 2 • HTML or HyperText Markup Language is the standard markup language used to create Web Pages. • HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like <html>). HTML tags most commonly come in pairs like <h1> and </h1>, although some tags represent empty elements and so are unpaired, for example <img>. • The first tag in a pair is the start tag, and the second tag is the end tag.
  • 3. HISTORY OF HTML 10-08-2015HYPER TEXT MARKUP LANGUAGE 3 • In 1989, Berners-Lee wrote a memo proposing an Internet-based hypertext system. Berners-Lee specified HTML and wrote the browser and server software in late 1990. The first publicly available description of HTML was a document called "HTML Tags", first mentioned on the Internet by Berners-Lee in late 1991. It describes 18 elements comprising the initial, relatively simple design of HTML. Except for the hyperlink tag, these were strongly influenced by SGMLguide, an in-house Standard Generalized Markup Language (SGML)-based documentation format at CERN. Eleven of these elements still exist in HTML 4.
  • 4. HOW TO CREATE AN HTML DOCUMENT? 10-08-2015HYPER TEXT MARKUP LANGUAGE 4 • Open Notepad by clicking START > ALL PROGRAMS > ACCESSORIES > NOTEPAD. • The Notepad window will appear. Type the HTML coding in. • Click on FILE > SAVE menu option. The SAVE AS dialog box will appear. Save the file with all necessary details. Write the name of our file by putting extension ‘.html’ or ‘.htm’. • Click on SAVE Button.
  • 5. HTML TAGS 10-08-2015HYPER TEXT MARKUP LANGUAGE 5 • HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like <html>). HTML tags most commonly come in pairs like <h1> and </h1>, although some tags represent empty elements and so are unpaired, for example <img>. The first tag in a pair is the start tag, and the second tag is the end tag (they are also called opening tags and closing tags). Initially these are mainly of two types: 1. Container Elements 2. Empty Elements
  • 6. TYPES OF TAGS 10-08-2015HYPER TEXT MARKUP LANGUAGE 6 1. Heading Tag - Used to define different heading levels from <h1> to <h6>. 2. Paragraph Tag - Used to display text in form of paragraph. 3. Center Tag - Used to center the text. 4. BR (Break) Tag - Used to break line and displays text from next line.
  • 7. CHANGING APPEARANCE OF TEXT 10-08-2015HYPER TEXT MARKUP LANGUAGE 7 • Font style Tags - Used to change appearance of text. 1. Bold - Used to emphasize the text. 2. Italic - Marks the text in italic style. 3. Underline - Underlines the text.
  • 8. CHANGING FONT, SIZE, TEXT COLOUR ,BACKGROUND AND MARGINS 10-08-2015HYPER TEXT MARKUP LANGUAGE 8 1. Font - To change typeface or name of the font. 2. Font Size - Used to change size of the font. 3. Font Color - Changes the colour of the text. 4. Background Color - Changes background colour. 5. Top margins - Used to set top margin of the web page. 6. Left margins - Used to set left margin of the web page.
  • 9. ORDERED AND UNORDERED LIST 10-08-2015HYPER TEXT MARKUP LANGUAGE 9 • ORDERED LIST <OL> - Used to display items in a specific order. • UNORDERED LIST <UL> - Used when items not to displayed in any order. • LIST ITEM <LI> - Can display the listed items in an Ordered or Unordered list.
  • 10. CREATING A TABLE 10-08-2015HYPER TEXT MARKUP LANGUAGE 10 • Tables arrange data in rows and columns and provide an attractive way to represent information. Here is an example of table: • <table style="width:100%"> <tr> <td>Jill</td> <td>Smith</td> <td>50</td> </tr> <tr> <td>Eve</td> <td>Jackson</td> <td>94</td> </tr> </table>
  • 11. ATTRIBUTES OF TABLE TAGS 10-08-2015HYPER TEXT MARKUP LANGUAGE 11 • Border Tag - Draws a table around the table. • Bordercolor Tag - Used to set colour of the table. • Bgcolor - Used to specify the background colour of the table. • Align - Used to specify the alignment of the table. • Cell padding - Sets the margin within a cell. • Cell spacing - Used to set minimum distance between two adjacent cells. • Height and Width - By default the size of the table is as large as the data that is entered.
  • 12. ATTRIBUTES OF THE <TR><TD>AND <TH> TAGS 10-08-2015HYPER TEXT MARKUP LANGUAGE 12 • BORDER COLOR AND BG COLOR We can set the border colour and back ground colour for the cells by using the border colour and BG colour attributes of <TR> or <TD> tags. We can give different colours to every cell in the same row by specifying different colours or a hexadecimal values, using <TD> or <TH> tags.
  • 13. LINKING THE WEB PAGES 10-08-2015HYPER TEXT MARKUP LANGUAGE 13 HTML Links - Hyperlinks • HTML links are hyperlinks. • A hyperlink is an element, a text, or an image that you can click on, and jump to another document. HTML Links - Syntax • In HTML, links are defined with the <a> tag: Link Syntax: • <a href="url">link text</a> Example: • <a href="http://www.w3schools.com/html/">Visit our HTML tutorial</a>
  • 14. INSERTING IMAGES 10-08-2015HYPER TEXT MARKUP LANGUAGE 14 • In HTML, images are defined with the <img> tag. • The <img> tag is empty, it contains attributes only, and does not have a closing tag. • The src attribute defines the url (web address) of the image: <img src="url" alt="some_text"> Example How to insert an image: • <img src="smiley.gif" alt="Smiley face" height="42" width="42">