Replies: 9 comments 1 reply
-
|
i mean like, you are our teacher so I hope not |
Beta Was this translation helpful? Give feedback.
-
|
ok, html is the primary structure everything is connected to, and you'd connect the css and java to it to make it have a use or appearance, other than that it can show text and other basic stuff and also has ways to comment and structure in the code which allows you keep it organized |
Beta Was this translation helpful? Give feedback.
-
|
HTML (HyperText Markup Language) is a language that is used to outline the content in a web browser. While writing this code, you're able to organize the content into containers known as divs and other organization tags, which is super helpful when it comes to styling the content later on in CSS or referencing it in JavaScript. |
Beta Was this translation helpful? Give feedback.
-
|
HTML is the base code where everything starts out from. You add CSS and JavaScript to it afterwards. |
Beta Was this translation helpful? Give feedback.
-
|
the primary base everything is connected too |
Beta Was this translation helpful? Give feedback.
-
|
I think html is the overall base that we use to put our coding in. |
Beta Was this translation helpful? Give feedback.
-
|
Html is were we put our coding in and it puts everything together. |
Beta Was this translation helpful? Give feedback.
-
|
HTML. which stands for Hypertext Markup Language, is the standard markup language for creating webpages. With the help of HTML, users can view the webpage on the internet. HTML opens up to other languages like CSS and JavaScript. |
Beta Was this translation helpful? Give feedback.
-
|
HTML is where most of our code starts off of and is the basis of our code. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have trouble remember what HTML is and what's is used for. Can you remind me what is HTML?
Beta Was this translation helpful? Give feedback.
All reactions