HTML is the standard markup language for creating Web pages
HTML describes the structure of a Web page
Fun Facts:
A Website = HTML + CSS + JavaScript
HTML = Skeleton
CSS = Hair/Skin
JavaScript = The Brain
#Google's IP Address: 216.58.210.46
Internet backbone are a bunch of underwater cables that can be tracked through submarinecablemap.com
Tags
HTML Tags are a piece of markup language used to indicate the beginning and end of an HTML element in an HTML document.
To print tags use < & >
Some Common used Tags are:
!DOCKTYPE html, defines that this document is an HTML5 document.
html, is the root element of an HTML Page
head, contains meta information about the HTML Page
title, specifies title for the HTML page
body, contains all the working part
Heading Tags: h1,h2,h3,h4,h5,h6
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
p, for paragraphs
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer gravida rhoncus justo eget sagittis. Nulla eget malesuada odio. Duis volutpat neque vitae sem egestas rutrum. Proin a dui suscipit, placerat risus eget, maximus dui. Integer faucibus nulla sed lacus ultrices, eget dapibus ex feugiat. Fusce bibendum, eros sed convallis sollicitudin, nulla nisi posuere est, vel maximus libero orci id felis. Aliquam vel libero leo. Donec molestie suscipit cursus. Nullam condimentum lacinia ligula id gravida.
hr, defines a thematic break in an HTML page.
br, produces a line break in text
Syntax for Comments: <!--type-->
For BOLD:
< b >
< strong >
For ITALICS:
< em >
< i >
Attributes
Attributes provide additional information about elements
Image
Attributes include:
src, to give the location of the image source
alt, to represent an alternative image if there is some error