SlideShare a Scribd company logo
Web Designing Workshop

IEEE
Jay Kanakiya
Objective
• Student has got to be able to code a simple
website and upload it to http://neocities.org
What you can do with html,css,js
•
•
•
•
•
•

Web apps
Chrome Extensions
Chrome Apps
iOS & Android [ PhoneGap ]
FireFox OS
Windows 8
Hello World
• Open a new File in Sublime Text .Copy Below
<html>
<head>
</head>
<body>
<p>Hello World</p>
</body>
</html>
• Save it as index.html
• Open that file in Chrome Browser
History
• The founder of HTML was Tim Berners-Lee
• Html => Hyper text Markup Language
• The HTML 2.0 specification is dated November,
1995
• Vision of the HTML developers is that all devices
must be able to reach the data on the Internet:
computers with different platforms, browsers and
characteristics, pocket devices, cell phones,
devices for speech, and many others.
3 Things inside Webpage
• Html => Markup
• Css => Styling
• Javascript => Dynamism
SIMPLE SYNTAX
<tag attribute='value'>content</tag>
HTML
•
•
•
•

<b>BOLD</b>
<i>italic</i>
<u>Underlined</u>
<i><u>italic and underlined</u></i>
• Head | Tag that surrounds important content
that is invisible to the user, but is important to
the browser. Elements within this tag contain
metadata about the page and links to
stylesheets, scripts, etc.
• The body is the container for all of a page's
content. Comes after the <head> tag, within
the overall <html> tag.
Most Common Tags
• <h1> <h2> <h3> <h4> <h5> => Headings
• <p>This is a paragraph. This is a paragraph.
This is a paragraph. This is a paragraph.</p>
• <ol><ul> Lists
• <li> List elements
•
•
•
•
•

<a href=“http://facebook.com”>FB</a>
<table>
<tr><td></td></tr>
</table>
<img>
Attributes
•
•
•
•

<div class=“vit ieee”></div>
<p id=“information”></p>
<img src=“” />
<a href=“”>
Forms
• <input type=“text | email | button | password
|search | url | date ”>
• <textarea></textarea>
• <input type="radio" name="cricket"
value="dhoni"> Dhoni
• <input type=“checkbox” name=“none”>
• <input type=“submit” name=”submit”>
Task 1
Make this page
file:///H:/workshopieee/examples/beginner.html
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<table>
<tr><td></td>
<td></td></tr>
<tr><th></th>
<th></th></tr>
</table>
<h1></h1>
<h2></h2>
<p></p>
<ol>
<li><i></i></li>
<li><i></i></li>
<li></li>
</ol>
</body>
</html>
DIV element
• Stands for division.
• Most Commonly Used.
• A block level container (or 'division' of the
web page) for content with no semantic
meaning.
Embeddable Content
• <video src="kitties.mp4" width="300"
height="200" loop muted autoplay
controls></video>
• <audio src="meow_mix.mp3"
controls></audio>
• <canvas id="wittykitty" width="800"
height="450“></canvas>
file:///H:/workshop-ieee/tearable-cloth.html
Task 1
• Create a simple webpage just using html
file:///H:/workshopieee/examples/beginner.html
CSS
•
•
•
•
•

Cascading StyleSheets
3 way to style an element
<div style=“color:red”></div>
<style> div { color : red} </style>
<link rel=“stylesheet” href=“style.css”></link>
Syntax
Selector {
property1 : value1;
property2 : value2 ;
}
P{
Color : red ;
Height : 4px;
}
Selectors
• [element]
Basic Selector
• #
ID
• .
Class
• *
ALL
• >
direct child
• [space]
Any child inside
• :hover
Hovers
• #parent > .child
Nesting
file:///H:/workshopieee/examples/selectors.html
Basic Props
• Length and percentages
•
•
•
•

px : pixels
Em : current font-size
Pt : printed media
% : percentages

• height , width , Fonts , margin , padding
Colors
• CSS brings 16,777,216 colors to your disposal.
They can take the form of a name,
an RGB (red/green/blue) value or a hex code.
• P{
• Color : #ccc ;
• Color : rgb(0,0,0) ;
• Color : red ;
• }
Fonts
• font-family: "Times New Roman“;
• Font-size : 16px;
• Font-weight : bold ;
• Font-style : italic ;
Text-align, letter-spacing , line-height,wordspacing , text-indent ,
• total : 90+ css properties
The Box Model

file:///H:/workshop-ieee/examples/boxmodel.html
POSITIONING
•
•
•
•

Static
Fixed
Relative
Absolute

file:///H:/workshop-ieee/examples/position.html
Floats

file:///H:/workshop-ieee/examples/float.html
Clear
• Why use a Grid System ?
The Bootstrap Grid Framework
file:///H:/workshop-ieee/examples/grid.html
Boostrap Grid System
Chrome Devtools
http://getbootstrap.com/
Task 2
• Make your Profile page and attach it to gallery
page .
file:///H:/workshop-ieee/examples/profile.html
file:///H:/workshop-ieee/examples/gallery.html

More Related Content

PPTX
Web designing workshop
PPTX
Html part 2
PPT
Lecture1: HTML and JavaScript
PPT
Lesson 2: Getting To Know HTML
PPTX
Basic about website george
PPT
Advanced dreamweaver
PDF
Introduction to Html by Ankitkumar Singh
KEY
Optimizing Your Web Site for Discovery: A Workshop
Web designing workshop
Html part 2
Lecture1: HTML and JavaScript
Lesson 2: Getting To Know HTML
Basic about website george
Advanced dreamweaver
Introduction to Html by Ankitkumar Singh
Optimizing Your Web Site for Discovery: A Workshop

What's hot (7)

PPTX
Session no 1 html
PDF
2014 database - course 1 - www introduction
DOCX
Print this
PDF
Meeting 01
PDF
HTML an introduction
PDF
Html cheat sheet
PDF
Building Your First MongoDB App
Session no 1 html
2014 database - course 1 - www introduction
Print this
Meeting 01
HTML an introduction
Html cheat sheet
Building Your First MongoDB App
Ad

Similar to Web designing workshop (20)

PDF
Code & Design your first website 4/18
PDF
Code &amp; design your first website (3:16)
PPTX
Lab1_HTML.pptx
PPTX
Basics of Front End Web Dev PowerPoint
PPTX
An Overview of HTML, CSS & Java Script
PPT
Supplement web design
PPTX
46h interaction 1.lesson Hello world
PDF
Intro to Web Development
PDF
Thinkful - HTML/CSS Crash Course (May 4 2017)
PPTX
Introduction to Web Development.pptx
PPTX
Introduction to Web Development.pptx
PPTX
Introduction to Web Development.pptx
PDF
Web Concepts - an introduction - introduction
PPT
Unit 1-HTML Final.ppt
PPT
xhtml_css.ppt
PDF
Html css crash course may 11th, atlanta
PPTX
Lab#1 - Front End Development
PDF
Frontend Crash Course: HTML and CSS
PDF
Introduction to HTML and CSS
Code & Design your first website 4/18
Code &amp; design your first website (3:16)
Lab1_HTML.pptx
Basics of Front End Web Dev PowerPoint
An Overview of HTML, CSS & Java Script
Supplement web design
46h interaction 1.lesson Hello world
Intro to Web Development
Thinkful - HTML/CSS Crash Course (May 4 2017)
Introduction to Web Development.pptx
Introduction to Web Development.pptx
Introduction to Web Development.pptx
Web Concepts - an introduction - introduction
Unit 1-HTML Final.ppt
xhtml_css.ppt
Html css crash course may 11th, atlanta
Lab#1 - Front End Development
Frontend Crash Course: HTML and CSS
Introduction to HTML and CSS
Ad

Recently uploaded (20)

PPTX
rapid fire quiz in your house is your india.pptx
PDF
Interior Structure and Construction A1 NGYANQI
PDF
Phone away, tabs closed: No multitasking
PPTX
HPE Aruba-master-icon-library_052722.pptx
PPTX
Tenders & Contracts Works _ Services Afzal.pptx
PDF
Skskkxiixijsjsnwkwkaksixindndndjdjdjsjjssk
PDF
Facade & Landscape Lighting Techniques and Trends.pptx.pdf
PPTX
Special finishes, classification and types, explanation
DOCX
actividad 20% informatica microsoft project
PPTX
LITERATURE CASE STUDY DESIGN SEMESTER 5.pptx
PPTX
building Planning Overview for step wise design.pptx
PPT
EGWHermeneuticsffgggggggggggggggggggggggggggggggg.ppt
PPTX
BSCS lesson 3.pptxnbbjbb mnbkjbkbbkbbkjb
PDF
GREEN BUILDING MATERIALS FOR SUISTAINABLE ARCHITECTURE AND BUILDING STUDY
PDF
The Advantages of Working With a Design-Build Studio
PDF
BRANDBOOK-Presidential Award Scheme-Kenya-2023
PPTX
DOC-20250430-WA0014._20250714_235747_0000.pptx
PPTX
AD Bungalow Case studies Sem 2.pptxvwewev
PPTX
Media And Information Literacy for Grade 12
PPTX
12. Community Pharmacy and How to organize it
rapid fire quiz in your house is your india.pptx
Interior Structure and Construction A1 NGYANQI
Phone away, tabs closed: No multitasking
HPE Aruba-master-icon-library_052722.pptx
Tenders & Contracts Works _ Services Afzal.pptx
Skskkxiixijsjsnwkwkaksixindndndjdjdjsjjssk
Facade & Landscape Lighting Techniques and Trends.pptx.pdf
Special finishes, classification and types, explanation
actividad 20% informatica microsoft project
LITERATURE CASE STUDY DESIGN SEMESTER 5.pptx
building Planning Overview for step wise design.pptx
EGWHermeneuticsffgggggggggggggggggggggggggggggggg.ppt
BSCS lesson 3.pptxnbbjbb mnbkjbkbbkbbkjb
GREEN BUILDING MATERIALS FOR SUISTAINABLE ARCHITECTURE AND BUILDING STUDY
The Advantages of Working With a Design-Build Studio
BRANDBOOK-Presidential Award Scheme-Kenya-2023
DOC-20250430-WA0014._20250714_235747_0000.pptx
AD Bungalow Case studies Sem 2.pptxvwewev
Media And Information Literacy for Grade 12
12. Community Pharmacy and How to organize it

Web designing workshop