HTML stands for HyperText Markup Language. It is the standard markup language used to create web pages. HTML uses a set of tags and attributes to structure content on a web page.
Name | Explanation | Example |
---|---|---|
<p> |
Defines a paragraph |
|
<a> |
Defines a hyperlink |
|
<img> |
Defines an image |
|
CSS stands for Cascading Style Sheets. It is used to style web pages and make them look visually appealing. CSS can be used to control the layout, typography, and colors of a web page.
Name | Explanation | Example |
---|---|---|
color |
Sets the color of text |
|
font-size |
Sets the font size |
|
background-color |
Sets the background color |
|
JavaScript is a programming language used to create dynamic and interactive web pages. JavaScript can be used to add interactivity, validate user input, and manipulate the DOM.
Name | Explanation | Example |
---|---|---|
getElementById() |
Returns the element with the specified ID |
|
querySelector() |
Returns the first element that matches a specified CSS selector |
|
Some text here to describe the card.
Some text here to describe the card.
Your question
With some code in it
Element of answer
With some code in it
Your question
With some code in it
Element of answer
With some code in it