SlideShare a Scribd company logo
Frontend Sessions
HTML5, CSS3, Javascript and Jquery
by: Seshu Puvvada
1
What ?
 what is web / static / dynamic application ?
 what is mobile web / native / hybrid application ?
2
By: Seshu Puvvada
What?
 What is HTML ?
 What is CSS ?
 What is Javascript ?
 What is HTTP?
3
By: Seshu Puvvada
Technologies and Frameworks
4
By: Seshu Puvvada
IDE ?
 Eclipse
 Notepad++
 Visual studio
 Webstrom
 Atom etc…
5
By: Seshu Puvvada
HTML Document Structure
 Parent and child structure
 doctype – declaration of standards compliance
 html – Root element
 head – Document metadata
 Used by browsers and search engines
 body – Document data
 Displayed to the users by the client browser
6
<!DOCTYPE html>
<html>
<head>
<title>Welcome</title>
</head>
<body>
<h1>Welcome to HTML</h1>
</body>
</html>
By: Seshu Puvvada
<head> metadata
•Title of the document<title>
•Includes metadata of the application such as keywords,
description etc..<meta>
•Includes script<script>
•Define styles for body elements<style>
•Directive indicating related documents<link>
•Define base address for all relative links on the page<base>
7
By: Seshu Puvvada
Basic HTML Elements
 Headings h1 to h6
 Paragraph (p, pre)
 Links(a)
 Images(img)
 Attributes – provides additional information about an element
 Title
 Href
 Src
 Width, height
 Alt etc…
8
By: Seshu Puvvada
Text elements
 <b> - bold
 <strong> - strong
 <i> - italic
 <em> - emphasized
 <small> - small
 <mark> - marked
 <del> - deleted
 <sub> - subscript
 <sup> - superscript
9
By: Seshu Puvvada
HTML Style
 What is Style
 Inline styling
 <p style="color:red">This is a paragraph.</p>
 Internal styling - Using Style tag
 <style> p { color: red; } </style>
 External Style sheet
 mystyle.css
 Basic styling properties
 background-color, color, font-size, font-family, text-align, border, padding, margin
etc…
10
By: Seshu Puvvada
CSS Selectors
 Id selector
 #tagid{ css properties }
 Element selector
 h1{ css properties }
 Class selector
 .myheader{ css properties }
11
By: Seshu Puvvada
Block Vs Inline
 Block elements
 Container elements for grouping
 May contain other block or inline elements
 New lines appear
 Can have width and height, it takes whole page width
 Div, h1, p, form etc…
 Inline elements
 Container for text and other inline elements
 No new line before or after
 Has no width and height
 span, a, img etc..
12
By: Seshu Puvvada
CSS Box Model
13
By: Seshu Puvvada
HTML Links
 Anchor Element
 <a href="http://www.syntelinc.com">Welcome to syntel</a>
 What is target -- _self and _blank
 <a href="http://www.syntelinc.com" target="_blank">Welcome to syntel</a>
 Image with link
 <a href="http://www.syntelinc.com" target="_blank“>
<img src="welcome.jpg" />
</a>
 Bookmarking Section
 <a href="#Zaheer">Zaheer Khan Open to Bowling Coach Role in Indian Team </a>
14
By: Seshu Puvvada
HTML List
 Unordered list
 <ul>
<li>item name</li>
</ul>
 list-style-type:square, circle, disc
 Ordered list
 <ol>
<li>item name</li>
</ol>
 type = “1”, A, a, I, i
 List item
15
By: Seshu Puvvada
HTML Input elements
•<input type="text" name="username">
Text
•<input type="password" name="psw">
Password
•<input type="submit" value="Submit">
Submit
•<input type="radio" name=“accept" value=“yes" checked>
Radio
•<input type="checkbox" name=“country" value=“India">
Checkbox
16
By: Seshu Puvvada
Ad

More Related Content

What's hot (20)

HTML Introduction
HTML IntroductionHTML Introduction
HTML Introduction
Jainul Musani
 
Java script
Java scriptJava script
Java script
rajshreemuthiah
 
Web Development
Web DevelopmentWeb Development
Web Development
Harshdeep Singh
 
Web development basics (Part-1)
Web development basics (Part-1)Web development basics (Part-1)
Web development basics (Part-1)
Rajat Pratap Singh
 
Html / CSS Presentation
Html / CSS PresentationHtml / CSS Presentation
Html / CSS Presentation
Shawn Calvert
 
Java script writing javascript
Java script writing javascriptJava script writing javascript
Java script writing javascript
Jesus Obenita Jr.
 
Intro to HTML, CSS & JS - Internship Presentation Week-3
Intro to HTML, CSS & JS - Internship Presentation Week-3Intro to HTML, CSS & JS - Internship Presentation Week-3
Intro to HTML, CSS & JS - Internship Presentation Week-3
Devang Garach
 
What's a web page made of?
What's a web page made of?What's a web page made of?
What's a web page made of?
Charlie Allen
 
Html & CSS - Best practices 2-hour-workshop
Html & CSS - Best practices 2-hour-workshopHtml & CSS - Best practices 2-hour-workshop
Html & CSS - Best practices 2-hour-workshop
Vero Rebagliatte
 
Basic JS
Basic JSBasic JS
Basic JS
alexisabril
 
Component-Oriented Web Development with Dart
Component-Oriented Web Development with DartComponent-Oriented Web Development with Dart
Component-Oriented Web Development with Dart
C4Media
 
JavaScript & Dom Manipulation
JavaScript & Dom ManipulationJavaScript & Dom Manipulation
JavaScript & Dom Manipulation
Mohammed Arif
 
JavaScript and jQuery Basics
JavaScript and jQuery BasicsJavaScript and jQuery Basics
JavaScript and jQuery Basics
Kaloyan Kosev
 
Suggest.js
Suggest.jsSuggest.js
Suggest.js
Mohd Saeed
 
Web Components - The Future is Here
Web Components - The Future is HereWeb Components - The Future is Here
Web Components - The Future is Here
Gil Fink
 
HTML CSS Best Practices
HTML CSS Best PracticesHTML CSS Best Practices
HTML CSS Best Practices
hoctudau
 
JS basics
JS basicsJS basics
JS basics
Mohd Saeed
 
Introduction to HTML and CSS
Introduction to HTML and CSSIntroduction to HTML and CSS
Introduction to HTML and CSS
danpaquette
 
ActiveDOM
ActiveDOMActiveDOM
ActiveDOM
Felix Geisendörfer
 
JavaScript and BOM events
JavaScript and BOM eventsJavaScript and BOM events
JavaScript and BOM events
Jussi Pohjolainen
 
Web development basics (Part-1)
Web development basics (Part-1)Web development basics (Part-1)
Web development basics (Part-1)
Rajat Pratap Singh
 
Html / CSS Presentation
Html / CSS PresentationHtml / CSS Presentation
Html / CSS Presentation
Shawn Calvert
 
Java script writing javascript
Java script writing javascriptJava script writing javascript
Java script writing javascript
Jesus Obenita Jr.
 
Intro to HTML, CSS & JS - Internship Presentation Week-3
Intro to HTML, CSS & JS - Internship Presentation Week-3Intro to HTML, CSS & JS - Internship Presentation Week-3
Intro to HTML, CSS & JS - Internship Presentation Week-3
Devang Garach
 
What's a web page made of?
What's a web page made of?What's a web page made of?
What's a web page made of?
Charlie Allen
 
Html & CSS - Best practices 2-hour-workshop
Html & CSS - Best practices 2-hour-workshopHtml & CSS - Best practices 2-hour-workshop
Html & CSS - Best practices 2-hour-workshop
Vero Rebagliatte
 
Component-Oriented Web Development with Dart
Component-Oriented Web Development with DartComponent-Oriented Web Development with Dart
Component-Oriented Web Development with Dart
C4Media
 
JavaScript & Dom Manipulation
JavaScript & Dom ManipulationJavaScript & Dom Manipulation
JavaScript & Dom Manipulation
Mohammed Arif
 
JavaScript and jQuery Basics
JavaScript and jQuery BasicsJavaScript and jQuery Basics
JavaScript and jQuery Basics
Kaloyan Kosev
 
Web Components - The Future is Here
Web Components - The Future is HereWeb Components - The Future is Here
Web Components - The Future is Here
Gil Fink
 
HTML CSS Best Practices
HTML CSS Best PracticesHTML CSS Best Practices
HTML CSS Best Practices
hoctudau
 
Introduction to HTML and CSS
Introduction to HTML and CSSIntroduction to HTML and CSS
Introduction to HTML and CSS
danpaquette
 

Viewers also liked (10)

SOLIDWORKS 2016 Enterprise PDM
SOLIDWORKS 2016 Enterprise PDMSOLIDWORKS 2016 Enterprise PDM
SOLIDWORKS 2016 Enterprise PDM
DPS Software Sp. z o.o.
 
S e r_v_i_c_i_o_w_e_b_2.0
S e r_v_i_c_i_o_w_e_b_2.0S e r_v_i_c_i_o_w_e_b_2.0
S e r_v_i_c_i_o_w_e_b_2.0
carlosedustorms
 
sulfuric_acid process
sulfuric_acid processsulfuric_acid process
sulfuric_acid process
Tarik Bakeli
 
15 august.2016
15 august.201615 august.2016
15 august.2016
Md Islam
 
Overview of Enforced Disappearance in Thailand
Overview of Enforced Disappearance in ThailandOverview of Enforced Disappearance in Thailand
Overview of Enforced Disappearance in Thailand
Meawgyver Narak
 
Mutual fund
Mutual fundMutual fund
Mutual fund
Rahul Chawla
 
July 2016 Resume (DS)
July 2016 Resume (DS)July 2016 Resume (DS)
July 2016 Resume (DS)
George Pisaruk
 
Filipino 8 Alamat ng Durian
Filipino 8 Alamat ng DurianFilipino 8 Alamat ng Durian
Filipino 8 Alamat ng Durian
Juan Miguel Palero
 
Maikling Kwento
Maikling KwentoMaikling Kwento
Maikling Kwento
Mirasol Rocha
 
Alamat ng langka
Alamat ng langkaAlamat ng langka
Alamat ng langka
Mi L
 
S e r_v_i_c_i_o_w_e_b_2.0
S e r_v_i_c_i_o_w_e_b_2.0S e r_v_i_c_i_o_w_e_b_2.0
S e r_v_i_c_i_o_w_e_b_2.0
carlosedustorms
 
sulfuric_acid process
sulfuric_acid processsulfuric_acid process
sulfuric_acid process
Tarik Bakeli
 
15 august.2016
15 august.201615 august.2016
15 august.2016
Md Islam
 
Overview of Enforced Disappearance in Thailand
Overview of Enforced Disappearance in ThailandOverview of Enforced Disappearance in Thailand
Overview of Enforced Disappearance in Thailand
Meawgyver Narak
 
Alamat ng langka
Alamat ng langkaAlamat ng langka
Alamat ng langka
Mi L
 
Ad

Similar to Introduction to html & css (20)

Introduction to HTML and CSS
Introduction to HTML and CSSIntroduction to HTML and CSS
Introduction to HTML and CSS
Mario Hernandez
 
New Css style
New Css styleNew Css style
New Css style
BUDNET
 
Css
CssCss
Css
zayhard99
 
What is CSS.pptx power point presentation
What is CSS.pptx power point presentationWhat is CSS.pptx power point presentation
What is CSS.pptx power point presentation
Coderkids
 
GDI Seattle Intermediate HTML and CSS Class 1
GDI Seattle Intermediate HTML and CSS Class 1GDI Seattle Intermediate HTML and CSS Class 1
GDI Seattle Intermediate HTML and CSS Class 1
Heather Rock
 
HTML - hypertext markup language
HTML - hypertext markup languageHTML - hypertext markup language
HTML - hypertext markup language
Basmaa Mostafa
 
Fecrash10:3:17 sd
Fecrash10:3:17 sdFecrash10:3:17 sd
Fecrash10:3:17 sd
Thinkful
 
Fecc cg-cb-11.14.17
Fecc cg-cb-11.14.17 Fecc cg-cb-11.14.17
Fecc cg-cb-11.14.17
Thinkful
 
web development presentation computer science
web development presentation computer scienceweb development presentation computer science
web development presentation computer science
girijasharma7777
 
Introduction to Html5, css, Javascript and Jquery
Introduction to Html5, css, Javascript and JqueryIntroduction to Html5, css, Javascript and Jquery
Introduction to Html5, css, Javascript and Jquery
valuebound
 
Teched Inetrgation ppt and lering in simple
Teched Inetrgation ppt  and lering in simpleTeched Inetrgation ppt  and lering in simple
Teched Inetrgation ppt and lering in simple
JagadishBabuParri
 
Unit 2-CSS & Bootstrap.ppt
Unit 2-CSS & Bootstrap.pptUnit 2-CSS & Bootstrap.ppt
Unit 2-CSS & Bootstrap.ppt
TusharTikia
 
Webpage style with CSS
Webpage style with CSSWebpage style with CSS
Webpage style with CSS
Hemant Patidar
 
Introduction to HTML5 and CSS3
Introduction to HTML5 and CSS3Introduction to HTML5 and CSS3
Introduction to HTML5 and CSS3
Nivedhitha Venugopal
 
Html and html5 cheat sheets
Html and html5 cheat sheetsHtml and html5 cheat sheets
Html and html5 cheat sheets
Zafer Galip Ozberk
 
Day1-HTML-CSS some basic css and html.pdf
Day1-HTML-CSS some basic css and html.pdfDay1-HTML-CSS some basic css and html.pdf
Day1-HTML-CSS some basic css and html.pdf
enasashri12
 
Fecc 12517-sd
Fecc 12517-sdFecc 12517-sd
Fecc 12517-sd
Thinkful
 
Css
CssCss
Css
Sumit Gupta
 
Styles.docx
Styles.docxStyles.docx
Styles.docx
suryanarayana272799
 
Styles.docx
Styles.docxStyles.docx
Styles.docx
suryanarayana272799
 
Introduction to HTML and CSS
Introduction to HTML and CSSIntroduction to HTML and CSS
Introduction to HTML and CSS
Mario Hernandez
 
New Css style
New Css styleNew Css style
New Css style
BUDNET
 
What is CSS.pptx power point presentation
What is CSS.pptx power point presentationWhat is CSS.pptx power point presentation
What is CSS.pptx power point presentation
Coderkids
 
GDI Seattle Intermediate HTML and CSS Class 1
GDI Seattle Intermediate HTML and CSS Class 1GDI Seattle Intermediate HTML and CSS Class 1
GDI Seattle Intermediate HTML and CSS Class 1
Heather Rock
 
HTML - hypertext markup language
HTML - hypertext markup languageHTML - hypertext markup language
HTML - hypertext markup language
Basmaa Mostafa
 
Fecrash10:3:17 sd
Fecrash10:3:17 sdFecrash10:3:17 sd
Fecrash10:3:17 sd
Thinkful
 
Fecc cg-cb-11.14.17
Fecc cg-cb-11.14.17 Fecc cg-cb-11.14.17
Fecc cg-cb-11.14.17
Thinkful
 
web development presentation computer science
web development presentation computer scienceweb development presentation computer science
web development presentation computer science
girijasharma7777
 
Introduction to Html5, css, Javascript and Jquery
Introduction to Html5, css, Javascript and JqueryIntroduction to Html5, css, Javascript and Jquery
Introduction to Html5, css, Javascript and Jquery
valuebound
 
Teched Inetrgation ppt and lering in simple
Teched Inetrgation ppt  and lering in simpleTeched Inetrgation ppt  and lering in simple
Teched Inetrgation ppt and lering in simple
JagadishBabuParri
 
Unit 2-CSS & Bootstrap.ppt
Unit 2-CSS & Bootstrap.pptUnit 2-CSS & Bootstrap.ppt
Unit 2-CSS & Bootstrap.ppt
TusharTikia
 
Webpage style with CSS
Webpage style with CSSWebpage style with CSS
Webpage style with CSS
Hemant Patidar
 
Day1-HTML-CSS some basic css and html.pdf
Day1-HTML-CSS some basic css and html.pdfDay1-HTML-CSS some basic css and html.pdf
Day1-HTML-CSS some basic css and html.pdf
enasashri12
 
Fecc 12517-sd
Fecc 12517-sdFecc 12517-sd
Fecc 12517-sd
Thinkful
 
Ad

Recently uploaded (20)

Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
Quantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur MorganQuantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Cybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure ADCybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure AD
VICTOR MAESTRE RAMIREZ
 
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-UmgebungenHCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
panagenda
 
Web and Graphics Designing Training in Rajpura
Web and Graphics Designing Training in RajpuraWeb and Graphics Designing Training in Rajpura
Web and Graphics Designing Training in Rajpura
Erginous Technology
 
Mastering Advance Window Functions in SQL.pdf
Mastering Advance Window Functions in SQL.pdfMastering Advance Window Functions in SQL.pdf
Mastering Advance Window Functions in SQL.pdf
Spiral Mantra
 
Cyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of securityCyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of security
riccardosl1
 
HCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser EnvironmentsHCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser Environments
panagenda
 
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Aqusag Technologies
 
Linux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdfLinux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdf
RHCSA Guru
 
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptxIncreasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Anoop Ashok
 
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
BookNet Canada
 
Social Media App Development Company-EmizenTech
Social Media App Development Company-EmizenTechSocial Media App Development Company-EmizenTech
Social Media App Development Company-EmizenTech
Steve Jonas
 
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdfSAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
Precisely
 
Technology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data AnalyticsTechnology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data Analytics
InData Labs
 
Heap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and DeletionHeap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and Deletion
Jaydeep Kale
 
Build 3D Animated Safety Induction - Tech EHS
Build 3D Animated Safety Induction - Tech EHSBuild 3D Animated Safety Induction - Tech EHS
Build 3D Animated Safety Induction - Tech EHS
TECH EHS Solution
 
Generative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in BusinessGenerative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in Business
Dr. Tathagat Varma
 
Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)
Ortus Solutions, Corp
 
Build Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For DevsBuild Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For Devs
Brian McKeiver
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
Quantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur MorganQuantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Cybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure ADCybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure AD
VICTOR MAESTRE RAMIREZ
 
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-UmgebungenHCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
panagenda
 
Web and Graphics Designing Training in Rajpura
Web and Graphics Designing Training in RajpuraWeb and Graphics Designing Training in Rajpura
Web and Graphics Designing Training in Rajpura
Erginous Technology
 
Mastering Advance Window Functions in SQL.pdf
Mastering Advance Window Functions in SQL.pdfMastering Advance Window Functions in SQL.pdf
Mastering Advance Window Functions in SQL.pdf
Spiral Mantra
 
Cyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of securityCyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of security
riccardosl1
 
HCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser EnvironmentsHCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser Environments
panagenda
 
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Aqusag Technologies
 
Linux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdfLinux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdf
RHCSA Guru
 
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptxIncreasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Anoop Ashok
 
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
BookNet Canada
 
Social Media App Development Company-EmizenTech
Social Media App Development Company-EmizenTechSocial Media App Development Company-EmizenTech
Social Media App Development Company-EmizenTech
Steve Jonas
 
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdfSAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
SAP Modernization: Maximizing the Value of Your SAP S/4HANA Migration.pdf
Precisely
 
Technology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data AnalyticsTechnology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data Analytics
InData Labs
 
Heap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and DeletionHeap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and Deletion
Jaydeep Kale
 
Build 3D Animated Safety Induction - Tech EHS
Build 3D Animated Safety Induction - Tech EHSBuild 3D Animated Safety Induction - Tech EHS
Build 3D Animated Safety Induction - Tech EHS
TECH EHS Solution
 
Generative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in BusinessGenerative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in Business
Dr. Tathagat Varma
 
Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)
Ortus Solutions, Corp
 
Build Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For DevsBuild Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For Devs
Brian McKeiver
 

Introduction to html & css

  • 1. Frontend Sessions HTML5, CSS3, Javascript and Jquery by: Seshu Puvvada 1
  • 2. What ?  what is web / static / dynamic application ?  what is mobile web / native / hybrid application ? 2 By: Seshu Puvvada
  • 3. What?  What is HTML ?  What is CSS ?  What is Javascript ?  What is HTTP? 3 By: Seshu Puvvada
  • 5. IDE ?  Eclipse  Notepad++  Visual studio  Webstrom  Atom etc… 5 By: Seshu Puvvada
  • 6. HTML Document Structure  Parent and child structure  doctype – declaration of standards compliance  html – Root element  head – Document metadata  Used by browsers and search engines  body – Document data  Displayed to the users by the client browser 6 <!DOCTYPE html> <html> <head> <title>Welcome</title> </head> <body> <h1>Welcome to HTML</h1> </body> </html> By: Seshu Puvvada
  • 7. <head> metadata •Title of the document<title> •Includes metadata of the application such as keywords, description etc..<meta> •Includes script<script> •Define styles for body elements<style> •Directive indicating related documents<link> •Define base address for all relative links on the page<base> 7 By: Seshu Puvvada
  • 8. Basic HTML Elements  Headings h1 to h6  Paragraph (p, pre)  Links(a)  Images(img)  Attributes – provides additional information about an element  Title  Href  Src  Width, height  Alt etc… 8 By: Seshu Puvvada
  • 9. Text elements  <b> - bold  <strong> - strong  <i> - italic  <em> - emphasized  <small> - small  <mark> - marked  <del> - deleted  <sub> - subscript  <sup> - superscript 9 By: Seshu Puvvada
  • 10. HTML Style  What is Style  Inline styling  <p style="color:red">This is a paragraph.</p>  Internal styling - Using Style tag  <style> p { color: red; } </style>  External Style sheet  mystyle.css  Basic styling properties  background-color, color, font-size, font-family, text-align, border, padding, margin etc… 10 By: Seshu Puvvada
  • 11. CSS Selectors  Id selector  #tagid{ css properties }  Element selector  h1{ css properties }  Class selector  .myheader{ css properties } 11 By: Seshu Puvvada
  • 12. Block Vs Inline  Block elements  Container elements for grouping  May contain other block or inline elements  New lines appear  Can have width and height, it takes whole page width  Div, h1, p, form etc…  Inline elements  Container for text and other inline elements  No new line before or after  Has no width and height  span, a, img etc.. 12 By: Seshu Puvvada
  • 13. CSS Box Model 13 By: Seshu Puvvada
  • 14. HTML Links  Anchor Element  <a href="http://www.syntelinc.com">Welcome to syntel</a>  What is target -- _self and _blank  <a href="http://www.syntelinc.com" target="_blank">Welcome to syntel</a>  Image with link  <a href="http://www.syntelinc.com" target="_blank“> <img src="welcome.jpg" /> </a>  Bookmarking Section  <a href="#Zaheer">Zaheer Khan Open to Bowling Coach Role in Indian Team </a> 14 By: Seshu Puvvada
  • 15. HTML List  Unordered list  <ul> <li>item name</li> </ul>  list-style-type:square, circle, disc  Ordered list  <ol> <li>item name</li> </ol>  type = “1”, A, a, I, i  List item 15 By: Seshu Puvvada
  • 16. HTML Input elements •<input type="text" name="username"> Text •<input type="password" name="psw"> Password •<input type="submit" value="Submit"> Submit •<input type="radio" name=“accept" value=“yes" checked> Radio •<input type="checkbox" name=“country" value=“India"> Checkbox 16 By: Seshu Puvvada