Make a Website
Explore HTML & CSS fundamentals as you build a website in this introductory course to web development.
All websites use HTML and CSS . After learning both of these languages, you will be ready to build your own website!
- HTML stands for Hyper Text Markup Language. It is used to give websites structure with text, links, images, and other fundamental elements.
- - CSS stands for Cascading Style Sheets. It is used to change the appearance of HTML elements.
Web pages made with HTML and CSS display static content. They don't respond to user actions like clicking a mouse or typing a key.
JavaScript and jQuery are used to make web pages interactive.
- JavaScript is a programming language used to create web pages that change in response to user actions.
- jQuery is a collection of prewritten JavaScript code that lets us easily create interactive effects on our site.
This interaction is made with JavaScript and jQuery.
Here's what the web page's HTML looks like.
- To include CSS files in HTML we used the linkelement.
- Similarly, to include JavaScript files in HTML, we use the script element.
-




Commentaires
Enregistrer un commentaire