HTML
HTML
HTML stands for Hyper Text Markup Language, it is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading style sheets and scripting language such as JavaScript. It is used to create electronic documents called pages that displayed on the world wide web. Each page contains a series of connections to other pages called hyperlinks.
SOME BASIC HTML TAGS
<html>......</html> ___ Opening and closing elements.
<head>......</head>____The document head.
<title>......</title>_____The page title.
<body>.......</body>____The page's content.
<h1>......</h1>____The section heading.
<p>.....</p>___ A paragraph.
<a>....</a>___A link.
<img> An image.
and much more.
To know more click below

Comments
Post a Comment