Friday, 18 July 2014

More fundamentals about html

  • HTML elements can have attributes


  • styleSpecifies an inline CSS style for an element

TagDescription
<html>Defines an HTML document
<body>Defines the document's body
<h1> to <h6>Defines HTML headings
<hr>Defines a horizontal line
<!-->Defines a comment
TagDescription
<p>Defines a paragraph
<br>Inserts a single line break

No comments:

Post a Comment