reading-notes

View on GitHub

text

-headings there are six “levels” of headings h<1> > is used for main headings it will be the largest by size h<2> > is is used for subheadings it will be smallest then h<1> and so on

The ‘em’ element indicates emphasis that subtly changes the meaning of a sentence. By default browsers will show the contents of an ‘em’ element in italic.

The ‘dfn’ element is used to indicate the defining instance of a new term.

CSS

and we can ues an external css file by adding the bath of the css on the head element

and we cam Ues Internal CSS file by adding style element inside the head element

When building a website there are several advantages to placing your CSS rules in a separate style sheet.

Basic JavaScript Instructions

Decisions and Loops