Thursday, March 8, 2018

Html basic structure

Html basic structure


<Html>
<Head>            </Head>
<Title>             </Title>
<Body>


</Body>
</Html>
............................................................................

So,
HTML stands for HyperText Markup Language:

So what exactly is HTML? HTML tells your browser where to position content, such as images, text, or videos. Right-click on any page on the internet, choose “Inspect,” and you’ll see HTML in a panel of your screen.
  • markup language is a computer language that defines the structure and presentation of raw text.
  • In HTML, the computer can interpret the raw text that is wrapped in HTML elements.
  • HyperText is text displayed on a computer or device that provides access to other text through links, also known as hyperlinks. You probably clicked on a couple of hyperlinks on your way to this Codecademy course.
Learning HTML is the first step in creating websites

WE CAN CREATE SUCH WEB PAGES WITH THE EHLP OF HTML



No comments:

Post a Comment