HTML Assignment 1

What is an html element?

An html element is everything you write from the opening tag until the closing tag. For example, You could call everything between < body > and < / body > tags a body element. It could also be said that elements actually make up web pages and are the most important part of an html file

What is an html attribute?

Html Attributes give us some additional information about a html element and somehow modifes the element. The additional information is always provided in the starting tag. The information is given with equality '=' symbols.

What is your favorite website?

I would say that Tumblr is my favorite website because it provides me with a variety of entertaining things.

Sources

W3Schools - Elements

Tizag - Elements

Webdesign.about - Elements

W3Schools - Attributes

Htmldog - Attributes