Category: Uncategorized
-
WHAT IS HTML?
What is HTML? HTML is a computer language devised to allow website creation. These websites can then be viewed by anyone else connected to the Internet. It is relatively easy to learn, with the basics being accessible to most people in one sitting; and quite powerful in what it allows you to create. It…
-
Introduction to HTML
Introduction to HTML HTML Example <html><body> <h1>My First Heading</h1> <p>My first paragraph.</p> </body></html> What is HTML? HTML is a language for describing web pages. HTML stands for Hyper TextMarkup Language HTML is not a programming language, it is a markup language A markup language is a set of markup tags HTML uses markup tags to describe web pages HTML…

