HTML Basics
In HTML Basics I learned all HTML documents must start with a document type declaration. That is how to begin creating a standard HTML document. You do not have to worry about this on Steemit.
After declaring the !doctype begin the document with an opening html tag. When you are completely done with the html document end it with a closing html tag. There can be many tags used in the head of the document such as style, meta, title etc… it is not visible on the screen for the user. The only visible part o an HTML document is between the opening and closing of the body tag.
HTML Basics went over HTML Heading which use the h1 through h6 tags. A tag is an element such as h1 surrounded by a left and right-angle bracket. That would be considered the opening tag. A closing tag would be a left angle-bracket, a slash, the element which in this case is h1 followed by a right-angle bracket.
HTML Basics went over HTML Paragraphs which use the p tag. HTML links which is using the a tag that includes an attribute. The attribute is href. HTML images also use the alt attribute. An attribute has a space between it and the element name. It could also have a space between it and a previous attribute.
An easy way to spot an attribute in HTML is that it will be followed by an equal sign. The attribute should also be assigned a value with opening and closing quote marks wrapped around it. All these things are inside of the a tag.
Buy a Steemit T-Shirt while supplies Last
Want more followers and upvotes? Try out Steemfollower if you want results!BlockGators Curation Trail Vol. 1
Follow @blockgators on SteemAuto
Leave HTML Basics to:
Read more #steembloggers posts
Best Posts From Kenny Black
We have not curated any of blockgators's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.