Some Basics:


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:


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:

For ITALICS:

Attributes

Attributes provide additional information about elements


Image

No Problem!

Attributes include:


HyperLink

Unsplash.com

The attribute target="_blank" open the URL in a New Tab.


Video

Attributes inlude:


iframe

For Embedded Videos


Lists

li, to represent each list element

ol, Ordered Lists

  1. Bread
  2. Butter
  3. Fruits
    1. Apple
    2. Banana
    3. Orange

Attribute include type: 1,A,a,I,i


ul, Unordered List


TABLES

Three types of tags thead, tbody and tfoot

tr, to be used for each row

th, for BOLD and td for NORMAL row elements

Name Age
Pranit 19
Summit 23
SUM

Form and Input Types

Input















To allow only one radio/checkbox to be selected, GIVE THEM A COMMON NAME






Check Box









Important Attributes

for

value

name

id

class