0% found this document useful (0 votes)
22 views1 page

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)
22 views1 page

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

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 ---
[Link] structure -->
DOCTYPE , html , head ,body
[Link] elements-->
headings , nav ,header,footer, main , article , section ,aside
[Link]-> link , img ,tables,forms
[Link] -> ordered list , unordered list , description
[Link] -> height , width , href , src ,bgcolor, id, class,style
6.HTML5 new Features --> canvas , audio , video, geolocation ,API calls
[Link] Design concepts
header ,navbar , aside , footer

[Link] between block level & inline elements


[Link] of meta tags
[Link] do you create responsive design

CSS--->
[Link] - property,value , selector , declaration
[Link] model - margin , paddng , border
[Link] techniques(float , position ,flexbox ,grid)
[Link] design properties
[Link] frameworks --> bootstrap , tailwind , materialize

[Link] box model


[Link] 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