Websites: Behind the Scenes

But, how do you actually develop and create a website that is accessible to everyone?  These are the basic components involved: For this class, each student has space on the class web server to create web pages.  You can view it on your browser by going to: www.labcatscoding.com/s/firstnamelastnameinital For example: www.labcatscoding.com/s/sarahm In addition to create…

Read More

What are Elements?

HTML documents are made up of HTML Elements. HTML elements are declared by using: a start tag, the content in the middle followed by the end tag. A start tag has is surrounded by two brackets and looks like this: <tagname> An end tag is also surrounded by two brackets but has the addition of…

Read More

Intro to HTML

What is HTML? HTML is an acronym for Hyper Text Markup Language. It is a markup language for creating web pages. It is not a programming language but a tool which allows the user to create a template to structure content for a web page. HTML elements make up an HTML document – in turn…

Read More