Skip to content

Pranit5895/Web-Development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS REPOSITORY WILL CONTAIN ALL MY NOTES WHICH WILL HELP YOU TO MAKE A FULL FEDGED WEBSITE USING HTML, CSS AND JAVASCRIPT.

What is HTML?

HTML stands for Hyper Text Markup Language HTML is the standard markup language for creating Web pages HTML describes the structure of a Web page HTML consists of a series of elements HTML elements tell the browser how to display the content HTML elements label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc.

What is CSS?

Cascading Style Sheets (CSS) is used to format the layout of a webpage.

With CSS, you can control the color, font, the size of text, the spacing between elements, how elements are positioned and laid out, what background images or background colors are to be used, different displays for different devices and screen sizes, and much more!

Using CSS

CSS can be added to HTML documents in 3 ways:

Inline - by using the style attribute inside HTML elements Internal - by using a <style> element in the section External - by using a element to link to an external CSS file The most common way to add CSS, is to keep the styles in external CSS files. However, in this tutorial we will use inline and internal styles, because this is easier to demonstrate, and easier for you to try it yourself.

JAVA SCRIPT

JavaScript is the world's most popular programming language.

JavaScript is the programming language of the Web.

JavaScript is easy to learn.

This tutorial will teach you JavaScript from basic to advanced.

YOUTUBE CHANNEL FROM WHICH I AM LEARNING IS CODE WITH HARRY

NOTES AND CODES

HTML
CSS

CONTAINS PROJECTS OR SITES THAT I HAVE MADE SO FAR FROM MY LEARNING
WEBSITES

About

Finally started leaning Web Development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published