Tuesday, January 20, 2015

Simple HTML tags



<!-- -->                           to comment in html
<a>                                        anchor tag-used for hyperlinks
<align>                              align tag to align text
<body>                                 defines the boundaries of the documents body
<br>                                     a line break
<center>                             center the content
<form>                                  define a form
<h1>                                       first level heading tag
<head>                                  defines the boundaries of the documents head
<html>                                  defines the boundaries of the html document
<input type>                defined an input widget to a form
<p>                                          a new paragraph
<title>                                the documents title.

No comments:

Post a Comment