Home /

html tags

Easy HTML

What is html? HTML stands for HyperText Markup Language. HTML is the coding language used by computers to determine how the text and images on your web page will actually look. It helps determine whether text will be small, large, bold face or italics. Html makes it possible to link to other websites as well [...]

Keep Reading →

Basic HTML tags

Basic web page structure tags <html> </html> – this is the opening and closing of a basic web page <head> </head> – this is your web page heading <title> </title> – the title shows up at the top of the browser window <body> </body> – your page content will go between the body tags Basic [...]

Keep Reading →