April 20, 2021
HTML Tags List
<!DOCTYPE html> Basically tells the browser what kind of document we’re loading, in this case good ‘ol HTML. This guy likes to be the first element in the document, even before the opening <html> tag. This page, for example, starts things off with <!DOCTYPE html> <a> a for anchor, also known as a hyperlink, or simply a link. To make an actual […]