%
<%=link_to 'link name', .... > create a link
B
<body> This is core html coding area: contains all data and interaction with the user
<br> single line break #has not end tag
H
<h#> HTML header # documented to only be (1-6)?
<head> container for the head elements # see http://www.w3schools.com/tags/tag_head.asp
<HTML> root element also lets browser know that this is a HTML document
P
<p> paragraph tag, start a new paragraph #adds spaing and formating to document text
T
<tr> define a row
<th>header cell
<td>standatd cell
<table> create a table
<title> Create a title # this is a required <head> element
No comments:
Post a Comment