+ 1
Which types of code is used in html?
4 Antworten
+ 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..
+ 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)
+ 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.
+ 2
The markup type