HTML Elements
|
HTML ElementsThis HTML element starts with the start tag <body>, and ends with the end tag </body>. The basic elements of an HTML page are : Comments in HTML<!-- This is a comment --> Headings<h1>This is a heading H1 </h1> Paragraphs<p>My Paragraphs </p> Line Breaks<p>My paragraph 1st Line <br> My paragraph 2nd Line.</p> Horizontal Rule<hr> Link<a href=''>And other page open</a> List<ul> (unordered list), <ol> (ordered list) and <li> (list element) tags Image<img src=''> Divider<div>Text Here</div> Text Span<span>Text Here</span> |
Share This:
|
Subscribe to:
Posts (Atom)
No comments:
Post a Comment