Oh yeah, I almost forgot- to make an HTML without the 0s and 1s, we use Notepad. 
Not like the writing notepad but the software in Windows. 
Now that that's settled, let's move on:
The next thing you should know is that there are some things that affect the HTML's outcome and here they are:
 HTML Elements
 "HTML tags" and "HTML elements" are often used 
to describe the same thing.
 But strictly speaking, an HTML element is 
everything between the start tag and the end tag, 
including the tags: 
 HTML Element:
<p>This is an element</p>
 HTML Attributes
 HTML elements can have attributes
 Attributes provide additional 
information about an element
 Attributes are always specified in the start 
tag
 Attributes come in name/value pairs 
like: name="value"

 
No comments:
Post a Comment