0

What is html?And how work it?

28th Nov 2016, 9:15 PM
Juxhin Xhihani
Juxhin Xhihani - avatar
4 Answers
+ 6
it's the bones of any web page ^^ anf CSS is the makeup ..^^
28th Nov 2016, 10:08 PM
AVATAR
AVATAR - avatar
0
it's not like your usual language. It's simple and cute. you make elements like <p> </p> for a paragraph for example. You can add countless of dull elements and nest them into other ones too if needed. CSS is used to add the style(color,font,etc..and JavaScript to make it more interactive on the user end.
28th Nov 2016, 9:43 PM
Yasser Kaddoura
Yasser Kaddoura - avatar
0
What is HTML: Hypertext Markup Language, a standardized system for tagging text files to achieve font, colour, graphic, and hyperlink effects on World Wide Web pages. How does it work: The text is then saved as a html file, and viewed through a browser, like Internet Explorer or Netscape Navigator. This browser reads the file and translates the text into a visible form, hopefully rendering the page as the author had intended. Writing your own HTML entails using tags correctly to create your vision.
29th Nov 2016, 1:09 AM
Abdelaziz Abubaker
Abdelaziz Abubaker - avatar