BEGINNERS
# In Visual code studio: -
“We make a folder to start a lesson of HTML, CSS and JS.”
HTML stands for ‘Hypertext markup language’
CSS stands for ‘Cascading style sheet’
JS stands for ‘JavaScript’
LESSON 1 of HTML: -
HTML is a markup language, not a programming language
HTML is a basic of any type of web development.
HTML - Skeleton of body (Webpage)
CSS: - Cascading Style Sheet
HTML and CSS are two of the core technologies for building web pages.
HTML provides the structure of the page, CSS the (Visual and aural) layout,
for a variety of devices.
CSS given a beauty & mask to any HTML bod
CSS - Beauty and Mask of body (Webpage)
JS: - JavaScript
JS is a scripting language, primary used on the web. It is us dot enhance
HTML pages and is commonly found embedded in HTML code.
JS is an interpreted language.
“That is primarily executed either as source code or bytecode through a dedicated
machine.”