The official blog for the Friday Addition Web Site Design class
What is wrong?(html) (head) (title)Hello(\title) (/head(body)(p) My name is Gracie(/p)(body)(/html)
All of the back slashes are on the wrong end of the tag name.Ethan
forward slash on the title attribute{travis}
the slashes are leaning the wrong way in the title, the head closign tag doesn't have it's second bracket, and the body closing tag is missing it's slash completely.
What is wrong?
ReplyDelete(html)
(head)
(title)Hello(\title)
(/head
(body)
(p) My name is Gracie(/p)
(body)
(/html)
All of the back slashes are on the wrong end of the tag name.
ReplyDeleteEthan
forward slash on the title attribute
ReplyDelete{travis}
the slashes are leaning the wrong way in the title, the head closign tag doesn't have it's second bracket, and the body closing tag is missing it's slash completely.
ReplyDelete