0% found this document useful (0 votes)
0 views

HTML CSS JS

The document provides an overview of HTML, CSS, and JavaScript, detailing their roles in web development. HTML structures web pages with elements like headers and links, CSS styles them with colors and layouts, while JavaScript adds interactivity and dynamic features. It also outlines key concepts, syntax, and responsive design techniques for each technology.

Uploaded by

Hari Babloo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
0 views

HTML CSS JS

The document provides an overview of HTML, CSS, and JavaScript, detailing their roles in web development. HTML structures web pages with elements like headers and links, CSS styles them with colors and layouts, while JavaScript adds interactivity and dynamic features. It also outlines key concepts, syntax, and responsive design techniques for each technology.

Uploaded by

Hari Babloo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

HTML / CSS / JS

HTML -
markup language
build structure web pages
Content to Webpages:
header , footer , images , videos , paragraphs
links,navigations

CSS - cascading styles sheet


used to add styles to webpages
colors, fonts , layouts
overall appearance of the webpage

JS - scripting language
build dynamic webpages
add interactivity in webpages
create animations ,
handle user inputs
validate data

HTML ---
1.basic structure -->
DOCTYPE , html , head ,body
2.semantic elements-->
headings , nav ,header,footer, main , article , section ,aside
3.tags-> link , img ,tables,forms
4.lists -> ordered list , unordered list , description
5.attributes -> height , width , href , src ,bgcolor, id, class,style
6.HTML5 new Features --> canvas , audio , video, geolocation ,API calls
7.responsive Design concepts
header ,navbar , aside , footer

1.difference between block level & inline elements


2.role of meta tags
3.how do you create responsive design

CSS--->
1.Syntax - property,value , selector , declaration
2.box model - margin , paddng , border
3.layout techniques(float , position ,flexbox ,grid)
4.responsive design properties
5.css frameworks --> bootstrap , tailwind , materialize

1.explain box model


2.scenario based : create element centre both horizontally and vertically
3. difference inline , internal and external styles

should be answered at 3:26pm

You might also like