Elements:An HTML element is everything from the start tag to the end tag
*
This is a paragraph
* this is a link
Tags: * HTML tags are keywords surrounded by angle brackets like
* HTML tags most always come in pairs like and
* The first tag in a pair is the start tag, the second tag is the end tag
* Start and end tags are also called opening tags and closing tags
Formatting: this is the type of font size and font for example the way the text is shown and what size.
Attributes: * HTML elements can have attributes
* Attributes provide all kinds of information about the element
* Attributes are always clear in the start tag
* Attributes come in name/value pairs like: name="value"
Links: The link address is provided as an attribute. Links are defined the tag
No comments:
Post a Comment