Powered by Tech-Attacks
Showing posts with label Scripting. Show all posts
Showing posts with label Scripting. Show all posts

Introduction to HTML Tags, Attributes and Elements - HTML "Hello World" Program

Hello Readers, Today TechAttacks will show you the Introduction to HTML Tags, Attributes and Elements & HTML "Hello World" Program.
 
The basic structure of an HTML document includes tags, which surround content and apply meaning to it.


<html>
<body> 
  Hello World (Content / WebPage)
</body>
</html>

HTML Basics - HTML Introduction - Different Versions of HTML

HTML Basics - HTML Introduction - Different Versions of HTML
What is HTML?
HTML is a language for describing web pages.
HTML stands for Hyper Text Markup Language
HTML is a markup language
A markup language is a set of markup tags
The tags describe document content
HTML documents contain HTML tags and plain text
HTML documents are also called web pages.