Web Development
What is web development?
Understanding code on the internet works
Web Developers Build websites in general, and other web services
How Does the web work, calling a friend is analogy
HTTPS: Hypertext Transfer Protocol Secure
The "language " client and server speak
between browser and this remote computer
The three key programming Languages
HTML the content and structure of the displayed page
CSS The styling of the displayed page and its content
JavaScript Interactivity that might be needed on the displayed page
URL (Uniform Resource Locator )
Why visual studio code?
understanding HTML
HTML is a markup language
Tags an inside its element content
opening and closing tag
Which HTML elements exist?
There are many available HTML elements because there are a lot of things you can describe
You will learn about lots of important HTML elements in this course, you can also use resources like MDN to look up all available elements (e.g for niche use cases) .
HTML Attributes style
a
color: rgb(167, 1,78)
text-decoration: none;
a:hover{} hover then we wanna apply the styles defined here very used when the mouse touch the word
Why is called css cascading style?
link href
Comments
Post a Comment