Answers for "what is html"

38

html

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>HTML basics</title>
    </head>
    <body>


    </body>
</html>
Posted by: Guest on February-23-2020
7

what is html used for

html is used to make web pages and it discribes the layout of a web page
Posted by: Guest on November-19-2020
3

html definition

HTML = hyper text markup language
Posted by: Guest on June-18-2021
1

what does html stand for

HYPER-TEXT MARKUP LANGUAGE
It is one of the standardised markup languages that 
defines the layout of a webpage.

You can use CSS to aid in the styling of the webpage.
Posted by: Guest on October-06-2020

Browse Popular Code Answers by Language