Allison is coding...

100 Days of Code: Day 41

Notes of 100 Days of Code: The Complete Python Pro Bootcamp.

Basic Concepts

ISP: Internet service provider
DNS: Domain Name System

IP address look up: https://www.nslookup.io/

HTML: structure, HyperText Markup Language CSS: style, Cascading Style Sheets JS: behaviour

HTML

Headings

  • Headings <h1> to <h6>
  • There should only be one <h1>
  • Don’t skip heading

Paragraph

<p> This is a paragraph. </p>

Holding text: Lorem ipsum.

Void elements


  • `
  • <br />

Don’t use break element in a paragraph element.