Which types of code is used in html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which types of code is used in html?

2nd Dec 2020, 4:11 PM
Dipsikha Sinha
Dipsikha Sinha - avatar
4 Answers
+ 8
Hi there.... In order to develop websites you will need to learn html and css. They are the basic langauge. HTML is a markup langauge, css is also called stylessheets.. Html adds content to your website's like button, text, form, etc. Css adds styles to those html elements, like setting red as background colour for button, etc. These 2 langauges are needed to make statics websites. In order to make dynamic websites, means adding functionality. You will need to learn javascript. Javascript is very simple, compared to ther langauges. Javascript lets you add functionality to your site. It lets ypu control what happens when something is clicked. Etc..
2nd Dec 2020, 4:20 PM
Steve Sajeev
Steve Sajeev - avatar
+ 5
In html you can make websites, with html markup language. HTML is for structure. You can add js in html with scripts tags and css with style tags. I hope I answered to your question. (or please clarify a bit your question)
2nd Dec 2020, 4:13 PM
Matthew
Matthew - avatar
+ 2
HTML is a type of Markup language. This means it uses tags like <html> and <body>. CSS is used within HTML to style the elements. JS is used to make the website interactive. There exists frameworks, but those 3 above are the base for all of them.
2nd Dec 2020, 5:08 PM
Coal
+ 2
The markup type
4th Dec 2020, 8:31 AM
Sonic
Sonic - avatar