SlideShare a Scribd company logo
3
Most read
5
Most read
14
Most read
Presented by:
Nisha Kumari
MCA 2nd
Year
MUR2301144
Topic
Web Technology
What is HTML?
HTML is the code that is used to structure a web page and its content.
HTML tags
The component used to design the structure of websites are
called HTML tags
Types of HTML tages
Container tags
<h1> content </h1>
<p> … </p>
<a> … </a>
Empty tags
<img/>
<hr>
<br>
The different types of HTML tags
 <html>…</html>
 <head>…</head>
 <title> … </title>
 <body>…</body>
 <h1> to </h6>
 <p>…</p>
 <a>…</a>
 <div> …</div>
 <img>
HTML Attributes
Basic HTML page structure
What is CSS?
● CSS stands for Cascading Style Sheets.
● Styles define how to display HTML elements.
● External Style Sheets can save a lot of work.
● External Style Sheets are stored in CSS files.
● A CSS (cascading style sheet) file allows to separate web
sites HTML content from it’s style.
How to use CSS?
There are three ways of inserting a style sheet:
External Style Sheet:
An external style sheet is ideal when the style is applied to many pages.
<head>
<link rel="stylesheet" type="text/css" href="mystyle.css">
</head>
Internal Style Sheet
An internal style sheet should be used when a single document has a unique style.
<head>
<style>
p {margin-left:20px;}
body {background-image:url("images/back40.gif");}
</style>
</head>
Inline Styles Sheet:
To use inline styles use the style attribute in the relevant tag.
The style attribute can contain any CSS property.
<p style="color:#fafafa;margin-left:20px">This is a paragraph.</p>
CSS Syntax
A CSS rule has two main parts: a selector, and one or more declarations:
{color : blue; font – size : 12 px;}
h1
Value Value
property
property
Selector Declaration Declaration
Combining Selectors :
h1, h2, h3, h4, h5, h6 {
color: #009900;
font-family: Georgia, sans-serif;
}
The id Selector
The id selector is used to specify a style for a single, unique element.
The id selector uses the id attribute of the HTML element, and is defined with a "#".
Syntax :
#selector-id { property : value ; }
The class Selector :
The class selector is used to specify a style for a group of elements.
The class selector uses the HTML class attribute, and is defined with a "."
Syntax :
.selector-class { property : value ; }
The CSS Box Model
● All HTML elements can be considered as boxes. In CSS,
the term "box model" is used when talking about design and
layout.
● The CSS box model is essentially a box that wraps around
HTML elements, and it consists of: margins,
borders, padding, and the actual content.
● The box model allows to place a border around elements
and space elements in relation to other elements.
Example
#signup-form {
background-color: #F8FDEF;
border: 1px solid #DFDCDC;
border-radius: 15px 15px 15px 15px;
display: inline-block;
margin-bottom: 30px;
margin-left: 20px;
margin-top: 10px;
padding: 25px 50px 10px;
width: 350px;
}
#signup-form .fieldgroup {
display: inline-block;
padding: 8px 10px; width: 340px;
}
#signup-form .fieldgroup label {
float: left;
padding: 15px 0 0;
text-align: right;
width: 110px;
}
#signup-form .fieldgroup input, #signup-form .
fieldgroup textarea, #signup-form
.fieldgroup select {
float: right;
margin: 10px 0;
height: 25px;
}
#signup-form .submit {
padding: 10px;
width: 220px;
height: 40px !important;
}
#signup-form .fieldgroup label.error {
color: #FB3A3A;
display: inline-block;
margin: 4px 0 5px 125px;
padding: 0;
text-align: left;
width: 220px;
}
JavaScript
 Java Script is programming language . We use it to give instructions to the
computer.
 JavaScript is a scripting language that allows developers to create
dynamic and interactive web pages
JavaScript Today
Web/
Mobile
App
Games
Command
line tools
Real time
Networking
App
Structure with Example
Project
Html,Css,Js  INTERNSHIP REPORT By  SELF pptx
Html,Css,Js  INTERNSHIP REPORT By  SELF pptx

More Related Content

ODP
Introduction of Html/css/js
PPTX
presentation in html,css,javascript
PPTX
Languages for web(HTML,CSS,JS)
PPTX
Html, css and jquery introduction
PDF
Presentation on htmlcssjs-130221085257-phpapp02.pdf
PDF
slidesgo-mastering-html-and-css-a-comprehensive-guide-to-tags-and-elements-20...
PPTX
Workshop 2 Slides.pptx
PPTX
Introduction to Web Development.pptx
Introduction of Html/css/js
presentation in html,css,javascript
Languages for web(HTML,CSS,JS)
Html, css and jquery introduction
Presentation on htmlcssjs-130221085257-phpapp02.pdf
slidesgo-mastering-html-and-css-a-comprehensive-guide-to-tags-and-elements-20...
Workshop 2 Slides.pptx
Introduction to Web Development.pptx

Similar to Html,Css,Js INTERNSHIP REPORT By SELF pptx (20)

PPTX
Introduction to Web Development.pptx
PPTX
Introduction to Web Development.pptx
PPTX
Introduction to HTML+CSS+Javascript by Deepu.pptx
PPTX
What is css
PDF
HTML+CSS: how to get started
PPTX
Web Development basics with WordPress
PPTX
Web Development - Lecture 5
PPTX
wd project.pptx
PDF
Introduction to HTML and CSS
PDF
Introduction to HTML-CSS-Javascript.pdf
PPT
Cascading Style Sheets
PPTX
Introduction to HTML+CSS+Javascript.pptx
PPTX
Beginners css tutorial for web designers
PPTX
1812010023 web developement(ANKITA OJHA)CSE4(A).pptx
PPTX
GDG On Campus NBNSCOE Web Workshop Day 1 : HTML & CSS
PPTX
Module 2 CSS . cascading style sheet and its uses
PPTX
gdg Introduction to HTML-CSS-Javascript.pptx
PPTX
Introduction to HTML-CSS-Javascript.pptx
PPTX
HTML Lesson HTML FormsHTML Formsvv4.pptx
Introduction to Web Development.pptx
Introduction to Web Development.pptx
Introduction to HTML+CSS+Javascript by Deepu.pptx
What is css
HTML+CSS: how to get started
Web Development basics with WordPress
Web Development - Lecture 5
wd project.pptx
Introduction to HTML and CSS
Introduction to HTML-CSS-Javascript.pdf
Cascading Style Sheets
Introduction to HTML+CSS+Javascript.pptx
Beginners css tutorial for web designers
1812010023 web developement(ANKITA OJHA)CSE4(A).pptx
GDG On Campus NBNSCOE Web Workshop Day 1 : HTML & CSS
Module 2 CSS . cascading style sheet and its uses
gdg Introduction to HTML-CSS-Javascript.pptx
Introduction to HTML-CSS-Javascript.pptx
HTML Lesson HTML FormsHTML Formsvv4.pptx
Ad

More from deepuranjankumar08 (7)

PPTX
DSA MCA Stack-and-Queue-Data-Structures.pptx
PPTX
JAVA AWA S SEMG HAINH JAVA mar chandan.pptx
PPTX
file system vs Dbms file system vs Dbmsppt.pptx
PPT
5g-technology-ppt for seminar report-.ppt
PDF
Array Data Structure for programing language
PPTX
INHERITANCE ppt of python.pptx & PYTHON INHERITANCE PPT
PPTX
PYTHON inheritance PPT.pptxpython inheritance ppt and inheritance in python
DSA MCA Stack-and-Queue-Data-Structures.pptx
JAVA AWA S SEMG HAINH JAVA mar chandan.pptx
file system vs Dbms file system vs Dbmsppt.pptx
5g-technology-ppt for seminar report-.ppt
Array Data Structure for programing language
INHERITANCE ppt of python.pptx & PYTHON INHERITANCE PPT
PYTHON inheritance PPT.pptxpython inheritance ppt and inheritance in python
Ad

Recently uploaded (20)

PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
2.Reshaping-Indias-Political-Map.ppt/pdf/8th class social science Exploring S...
PPTX
UNDER FIVE CLINICS OR WELL BABY CLINICS.pptx
PDF
Types of Literary Text: Poetry and Prose
PPTX
Open Quiz Monsoon Mind Game Prelims.pptx
DOCX
UPPER GASTRO INTESTINAL DISORDER.docx
PPTX
Odoo 18 Sales_ Managing Quotation Validity
PDF
Phylum Arthropoda: Characteristics and Classification, Entomology Lecture
PDF
High Ground Student Revision Booklet Preview
PPTX
Introduction and Scope of Bichemistry.pptx
PPTX
PPTs-The Rise of Empiresghhhhhhhh (1).pptx
PPTX
Information Texts_Infographic on Forgetting Curve.pptx
PPTX
An introduction to Prepositions for beginners.pptx
PPTX
Nursing Management of Patients with Disorders of Ear, Nose, and Throat (ENT) ...
PPTX
family health care settings home visit - unit 6 - chn 1 - gnm 1st year.pptx
PPTX
How to Manage Loyalty Points in Odoo 18 Sales
PDF
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
PPTX
Open Quiz Monsoon Mind Game Final Set.pptx
PDF
Electrolyte Disturbances and Fluid Management A clinical and physiological ap...
PPTX
Congenital Hypothyroidism pptx
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
2.Reshaping-Indias-Political-Map.ppt/pdf/8th class social science Exploring S...
UNDER FIVE CLINICS OR WELL BABY CLINICS.pptx
Types of Literary Text: Poetry and Prose
Open Quiz Monsoon Mind Game Prelims.pptx
UPPER GASTRO INTESTINAL DISORDER.docx
Odoo 18 Sales_ Managing Quotation Validity
Phylum Arthropoda: Characteristics and Classification, Entomology Lecture
High Ground Student Revision Booklet Preview
Introduction and Scope of Bichemistry.pptx
PPTs-The Rise of Empiresghhhhhhhh (1).pptx
Information Texts_Infographic on Forgetting Curve.pptx
An introduction to Prepositions for beginners.pptx
Nursing Management of Patients with Disorders of Ear, Nose, and Throat (ENT) ...
family health care settings home visit - unit 6 - chn 1 - gnm 1st year.pptx
How to Manage Loyalty Points in Odoo 18 Sales
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
Open Quiz Monsoon Mind Game Final Set.pptx
Electrolyte Disturbances and Fluid Management A clinical and physiological ap...
Congenital Hypothyroidism pptx

Html,Css,Js INTERNSHIP REPORT By SELF pptx

  • 1. Presented by: Nisha Kumari MCA 2nd Year MUR2301144
  • 3. What is HTML? HTML is the code that is used to structure a web page and its content.
  • 4. HTML tags The component used to design the structure of websites are called HTML tags
  • 5. Types of HTML tages Container tags <h1> content </h1> <p> … </p> <a> … </a> Empty tags <img/> <hr> <br>
  • 6. The different types of HTML tags  <html>…</html>  <head>…</head>  <title> … </title>  <body>…</body>  <h1> to </h6>  <p>…</p>  <a>…</a>  <div> …</div>  <img>
  • 8. Basic HTML page structure
  • 9. What is CSS? ● CSS stands for Cascading Style Sheets. ● Styles define how to display HTML elements. ● External Style Sheets can save a lot of work. ● External Style Sheets are stored in CSS files. ● A CSS (cascading style sheet) file allows to separate web sites HTML content from it’s style.
  • 10. How to use CSS? There are three ways of inserting a style sheet: External Style Sheet: An external style sheet is ideal when the style is applied to many pages. <head> <link rel="stylesheet" type="text/css" href="mystyle.css"> </head>
  • 11. Internal Style Sheet An internal style sheet should be used when a single document has a unique style. <head> <style> p {margin-left:20px;} body {background-image:url("images/back40.gif");} </style> </head>
  • 12. Inline Styles Sheet: To use inline styles use the style attribute in the relevant tag. The style attribute can contain any CSS property. <p style="color:#fafafa;margin-left:20px">This is a paragraph.</p>
  • 13. CSS Syntax A CSS rule has two main parts: a selector, and one or more declarations: {color : blue; font – size : 12 px;} h1 Value Value property property Selector Declaration Declaration Combining Selectors : h1, h2, h3, h4, h5, h6 { color: #009900; font-family: Georgia, sans-serif; }
  • 14. The id Selector The id selector is used to specify a style for a single, unique element. The id selector uses the id attribute of the HTML element, and is defined with a "#". Syntax : #selector-id { property : value ; } The class Selector : The class selector is used to specify a style for a group of elements. The class selector uses the HTML class attribute, and is defined with a "." Syntax : .selector-class { property : value ; }
  • 15. The CSS Box Model ● All HTML elements can be considered as boxes. In CSS, the term "box model" is used when talking about design and layout. ● The CSS box model is essentially a box that wraps around HTML elements, and it consists of: margins, borders, padding, and the actual content. ● The box model allows to place a border around elements and space elements in relation to other elements.
  • 16. Example #signup-form { background-color: #F8FDEF; border: 1px solid #DFDCDC; border-radius: 15px 15px 15px 15px; display: inline-block; margin-bottom: 30px; margin-left: 20px; margin-top: 10px; padding: 25px 50px 10px; width: 350px; } #signup-form .fieldgroup { display: inline-block; padding: 8px 10px; width: 340px; } #signup-form .fieldgroup label { float: left; padding: 15px 0 0; text-align: right; width: 110px; } #signup-form .fieldgroup input, #signup-form . fieldgroup textarea, #signup-form .fieldgroup select { float: right; margin: 10px 0; height: 25px; } #signup-form .submit { padding: 10px; width: 220px; height: 40px !important; } #signup-form .fieldgroup label.error { color: #FB3A3A; display: inline-block; margin: 4px 0 5px 125px; padding: 0; text-align: left; width: 220px; }
  • 17. JavaScript  Java Script is programming language . We use it to give instructions to the computer.  JavaScript is a scripting language that allows developers to create dynamic and interactive web pages