SlideShare a Scribd company logo
1 of 39
ASPIRATION WEBBERS
SESSION 1 : HTML AND WEB APP
PRESENTED BY:
MUSTAFA SAEED & MUHAMMAD HESHAM
WA
• Student at CU( Faculty of commerce ) Level 4
• Co-Founder & CTO Of Triple One Team
• EX Participant at MSP Tech Club CU15
• Aspiration Webbers Moderator at MSP Tech Club CU17
• Mobile App Developer
Mustafa Saeed
Who Are We ?
• Student at CU( Faculty of commerce ) Level 4
• Co-Founder & GM Of Triple One Team
• Microsoft Student Partner (MSP) 2017
• Aspiration Webbers Moderator at MSP Tech Club CU17
• Marketing Moderator At 4P Team 17
• Marketing EX Participant at MSP Tech Club CU16
• Mobile App Developer
• Tech Blogger & YouTube-er
Muhammad Hesham
1. Who is Reko
2. WEP APP AND WEBSITE
3. Basic to WEB Development (HTML)
4. Editors
5. Intro to HTML Code
REKO
WEB Site WEB APP
prerequisite
• HTML
• CSS
• Java Script
• C#
• Data Base
• ASP.net Framework
Road Map
HTML
CSS
Hyper Text Markup Language
Editors
Visual Studio Code
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
type
Gender
Name
Reko
Title
<!DOCTYPE html>
<html>
<head>
<title>My Web Site</title>
</head>
<body> </body>
</html>
meta
<Reko> </Reko >
<html>
<head>
<title></title>
</head>
<body></body>
</html>
HTML Elements
<br>
OR
<br></br>
<hr>
OR
<hr></hr>
<a></a>
Special Elements
<img/>
OR
<img>
OR
<img> </img>
HTML Headings
<html>
<body>
<h1>Some Text</h1>
<h2>Some Text</h2>
<h3>Some Text</h3>
<h4>Some Text</h4>
<h5>Some Text</h5>
<h6>Some Text</h6>
</body>
</html>
HTML Headings<!DOCTYPE html>
<html>
<body>
<h1>This is Heading 1</h1>
<p>This is some text.</p>
<hr>
<h1>This is Heading 2</h1>
<p>This is some text.</p>
<hr>
<h1>This is Heading 2</h1>
<p>This is some text.</p>
</body>
</html>
<html>
<body>
<p>This is paragraph</p>
<p>This is paragraph</p>
</body>
</html>
HTML Paragraph
<br>a paragraph</br>
<html>
<body>
<p>This is<br>a paragraph</br>
with line breaks</p>
</body>
</html>
<br>a paragraph<br>
HTML Paragraph
<html>
<body>
<img src="smiley.gif" alt="Smiley face" height="42“/>
</body>
</html>
<img src="smiley.gif" >
<img> src="smiley.gif" </img>
HTML Images
<html>
<body>
<a href="https://www.google.com">Google</a>
</body>
</html>
HTML Links
<a>google</a>
href="http://www.google.com"
<a > google</a>href ="http://www.google.com"
<html>
<body>
<a href="https://www.google.com">google</a>
</body>
</html>
Attribute of Elements
<img />
<html>
<body>
<img src= "smiley.gif" alt="Smiley face" height="42“/>
</body>
</html>
Attribute of Elements
src= "smiley.gif" alt="Smiley face" height="42"
<p><b>This text is bold</b></p>
<p><i>This is italic</i></p>
<p><ins>Some Text</ins></p>
<p><strong>Important text</strong></p>
Text Formatting
<p>H<sub>2</ sub >O</p>
<p>HTML<mark>Marked</mark></p>
<p>WWF’s<q>goal.</q>is to</p>
<p>color is<del>blue</del>red</p>
<p>4<sup>2</sup></p>
Text Formatting
Unordered List
<ul>
<li>Html</li>
<li>Html5</li>
<li>CSS</li>
</ul>
HTML Lists
<ol>
<li>Html</li>
<li>Html5</li>
<li>CSS</li>
</ol>
Ordered List
HTML Lists
Demo
Contact :
Muhammad.hesham7@outlook.com
phmustafasaeed@outlook.com
FB.com/groups/AWMSPCU17

More Related Content

What's hot

What’s new in LightSwitch 2013?
What’s new in LightSwitch 2013?What’s new in LightSwitch 2013?
What’s new in LightSwitch 2013?
Robert MacLean
 

What's hot (20)

Top Web Development Frameworks Comparison: All You Need To Know
Top Web Development Frameworks Comparison: All You Need To KnowTop Web Development Frameworks Comparison: All You Need To Know
Top Web Development Frameworks Comparison: All You Need To Know
 
WordPress Plugins For Website Development
WordPress Plugins For Website DevelopmentWordPress Plugins For Website Development
WordPress Plugins For Website Development
 
Web development
Web developmentWeb development
Web development
 
Get Started with JavaScript Frameworks
Get Started with JavaScript FrameworksGet Started with JavaScript Frameworks
Get Started with JavaScript Frameworks
 
Full-Stack Development
Full-Stack DevelopmentFull-Stack Development
Full-Stack Development
 
Learn web development: Front-end vs Back-end development
Learn web development: Front-end vs Back-end developmentLearn web development: Front-end vs Back-end development
Learn web development: Front-end vs Back-end development
 
Micro-Frontends JSVidCon
Micro-Frontends JSVidConMicro-Frontends JSVidCon
Micro-Frontends JSVidCon
 
11 Live Node.js CMS Frameworks
11 Live Node.js CMS Frameworks11 Live Node.js CMS Frameworks
11 Live Node.js CMS Frameworks
 
Web development company
Web development companyWeb development company
Web development company
 
Website Application Developers
Website Application Developers Website Application Developers
Website Application Developers
 
Php launch
Php launchPhp launch
Php launch
 
JavaScript Framework Smackdown
JavaScript Framework SmackdownJavaScript Framework Smackdown
JavaScript Framework Smackdown
 
What’s new in LightSwitch 2013?
What’s new in LightSwitch 2013?What’s new in LightSwitch 2013?
What’s new in LightSwitch 2013?
 
Blibli.com Technology Team
Blibli.com Technology TeamBlibli.com Technology Team
Blibli.com Technology Team
 
Real World Rails 5 Programming for Web Developers
Real World Rails 5 Programming for Web DevelopersReal World Rails 5 Programming for Web Developers
Real World Rails 5 Programming for Web Developers
 
Visual Studio: The best tool for web developers.
Visual Studio: The best tool for web developers.Visual Studio: The best tool for web developers.
Visual Studio: The best tool for web developers.
 
Developing An Effective e-Learning Platform From Ready-Made Script
Developing An Effective e-Learning Platform From Ready-Made ScriptDeveloping An Effective e-Learning Platform From Ready-Made Script
Developing An Effective e-Learning Platform From Ready-Made Script
 
Web development
Web developmentWeb development
Web development
 
Our Battle Against Technical Debt
Our Battle Against Technical DebtOur Battle Against Technical Debt
Our Battle Against Technical Debt
 
Building SaaS with WordPress - WordCamp Netherlands 2016
Building SaaS with WordPress - WordCamp Netherlands 2016Building SaaS with WordPress - WordCamp Netherlands 2016
Building SaaS with WordPress - WordCamp Netherlands 2016
 

Similar to Session One HTML

web -development- course - Continued - Learning
web -development- course - Continued - Learningweb -development- course - Continued - Learning
web -development- course - Continued - Learning
Continued Learning
 
Apps_Strategy_for_Business_and_IT
Apps_Strategy_for_Business_and_ITApps_Strategy_for_Business_and_IT
Apps_Strategy_for_Business_and_IT
Rajesh Agadi
 

Similar to Session One HTML (20)

Html5
Html5Html5
Html5
 
web development course | web development training in Pune India
web development course | web development training in Pune Indiaweb development course | web development training in Pune India
web development course | web development training in Pune India
 
Web development Course, Web development training, Learn With Continued-Learning
Web development Course, Web development training, Learn With Continued-LearningWeb development Course, Web development training, Learn With Continued-Learning
Web development Course, Web development training, Learn With Continued-Learning
 
web -development- course - Continued - Learning
web -development- course - Continued - Learningweb -development- course - Continued - Learning
web -development- course - Continued - Learning
 
Muhammed Saleeem
Muhammed SaleeemMuhammed Saleeem
Muhammed Saleeem
 
mts-13-5104.pptx
mts-13-5104.pptxmts-13-5104.pptx
mts-13-5104.pptx
 
Dinesh rawat new
Dinesh rawat newDinesh rawat new
Dinesh rawat new
 
mandip_darji
mandip_darjimandip_darji
mandip_darji
 
Bhaskar_Profile_Latest
Bhaskar_Profile_LatestBhaskar_Profile_Latest
Bhaskar_Profile_Latest
 
best .net course in Bhubaneswar.
best .net course in Bhubaneswar.best .net course in Bhubaneswar.
best .net course in Bhubaneswar.
 
PPT on Digital Marketing
PPT on Digital Marketing PPT on Digital Marketing
PPT on Digital Marketing
 
MuleSoft Surat Meetup#50 - Ask the MuleSoft Ambassadors + CloudHub 2.0 Overvi...
MuleSoft Surat Meetup#50 - Ask the MuleSoft Ambassadors + CloudHub 2.0 Overvi...MuleSoft Surat Meetup#50 - Ask the MuleSoft Ambassadors + CloudHub 2.0 Overvi...
MuleSoft Surat Meetup#50 - Ask the MuleSoft Ambassadors + CloudHub 2.0 Overvi...
 
Singapore Salesforce Architect Group Meetup 28July2022.pptx
Singapore Salesforce Architect Group Meetup 28July2022.pptxSingapore Salesforce Architect Group Meetup 28July2022.pptx
Singapore Salesforce Architect Group Meetup 28July2022.pptx
 
Salesforce Apex Hours :- Introduction to lightning components
Salesforce Apex Hours :- Introduction to lightning componentsSalesforce Apex Hours :- Introduction to lightning components
Salesforce Apex Hours :- Introduction to lightning components
 
ARJUN RAJAN Resume Updated - 19Feb2017
ARJUN RAJAN Resume Updated - 19Feb2017ARJUN RAJAN Resume Updated - 19Feb2017
ARJUN RAJAN Resume Updated - 19Feb2017
 
Anish Gupta CV (UI and SharePoint developer)
Anish Gupta CV (UI and SharePoint developer)Anish Gupta CV (UI and SharePoint developer)
Anish Gupta CV (UI and SharePoint developer)
 
PHP/MySQL Training Course in Delhi, India by IT People
PHP/MySQL Training Course in Delhi, India by IT PeoplePHP/MySQL Training Course in Delhi, India by IT People
PHP/MySQL Training Course in Delhi, India by IT People
 
Digital Marketing Demo PPT
Digital Marketing Demo PPTDigital Marketing Demo PPT
Digital Marketing Demo PPT
 
Apps_Strategy_for_Business_and_IT
Apps_Strategy_for_Business_and_ITApps_Strategy_for_Business_and_IT
Apps_Strategy_for_Business_and_IT
 
How to become senior .net developer
How to become senior .net developerHow to become senior .net developer
How to become senior .net developer
 

More from Mustafa Saeed (6)

Session six ASP.net (MVC) View
Session six ASP.net (MVC) ViewSession six ASP.net (MVC) View
Session six ASP.net (MVC) View
 
Session Two css
Session Two cssSession Two css
Session Two css
 
Seesion 7 ASP.Net (MVC) Model
Seesion 7 ASP.Net (MVC) ModelSeesion 7 ASP.Net (MVC) Model
Seesion 7 ASP.Net (MVC) Model
 
Session Four C#
Session Four C# Session Four C#
Session Four C#
 
Session three *JavaScript*
Session three *JavaScript*Session three *JavaScript*
Session three *JavaScript*
 
Asp.net Overview and Controllers
Asp.net Overview and ControllersAsp.net Overview and Controllers
Asp.net Overview and Controllers
 

Recently uploaded

%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
masabamasaba
 

Recently uploaded (20)

WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
 
WSO2CON 2024 - How CSI Piemonte Is Apifying the Public Administration
WSO2CON 2024 - How CSI Piemonte Is Apifying the Public AdministrationWSO2CON 2024 - How CSI Piemonte Is Apifying the Public Administration
WSO2CON 2024 - How CSI Piemonte Is Apifying the Public Administration
 
WSO2CON 2024 - How CSI Piemonte Is Apifying the Public Administration
WSO2CON 2024 - How CSI Piemonte Is Apifying the Public AdministrationWSO2CON 2024 - How CSI Piemonte Is Apifying the Public Administration
WSO2CON 2024 - How CSI Piemonte Is Apifying the Public Administration
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open SourceWSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
 
WSO2Con2024 - Organization Management: The Revolution in B2B CIAM
WSO2Con2024 - Organization Management: The Revolution in B2B CIAMWSO2Con2024 - Organization Management: The Revolution in B2B CIAM
WSO2Con2024 - Organization Management: The Revolution in B2B CIAM
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
 
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
 
WSO2CON 2024 Slides - Unlocking Value with AI
WSO2CON 2024 Slides - Unlocking Value with AIWSO2CON 2024 Slides - Unlocking Value with AI
WSO2CON 2024 Slides - Unlocking Value with AI
 
WSO2CON 2024 - Not Just Microservices: Rightsize Your Services!
WSO2CON 2024 - Not Just Microservices: Rightsize Your Services!WSO2CON 2024 - Not Just Microservices: Rightsize Your Services!
WSO2CON 2024 - Not Just Microservices: Rightsize Your Services!
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
 
WSO2Con2024 - Simplified Integration: Unveiling the Latest Features in WSO2 L...
WSO2Con2024 - Simplified Integration: Unveiling the Latest Features in WSO2 L...WSO2Con2024 - Simplified Integration: Unveiling the Latest Features in WSO2 L...
WSO2Con2024 - Simplified Integration: Unveiling the Latest Features in WSO2 L...
 
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
 
WSO2CON 2024 - Architecting AI in the Enterprise: APIs and Applications
WSO2CON 2024 - Architecting AI in the Enterprise: APIs and ApplicationsWSO2CON 2024 - Architecting AI in the Enterprise: APIs and Applications
WSO2CON 2024 - Architecting AI in the Enterprise: APIs and Applications
 
AzureNativeQumulo_HPC_Cloud_Native_Benchmarks.pdf
AzureNativeQumulo_HPC_Cloud_Native_Benchmarks.pdfAzureNativeQumulo_HPC_Cloud_Native_Benchmarks.pdf
AzureNativeQumulo_HPC_Cloud_Native_Benchmarks.pdf
 
Artyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptxArtyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptx
 
WSO2CON 2024 - Unlocking the Identity: Embracing CIAM 2.0 for a Competitive A...
WSO2CON 2024 - Unlocking the Identity: Embracing CIAM 2.0 for a Competitive A...WSO2CON 2024 - Unlocking the Identity: Embracing CIAM 2.0 for a Competitive A...
WSO2CON 2024 - Unlocking the Identity: Embracing CIAM 2.0 for a Competitive A...
 
%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 

Session One HTML