• Log In
  • Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Digital Systems

Department of Management Information Systems, Temple University

Digital Systems

MIS 2101.730 ■ Spring 2023 ■ Steven E. Sclarow, AIA
  • Home
  • About
    • Course Materials
    • Course Requirements
    • Email Policy
    • Grading
    • Gradebook
    • Instructor
    • Temple and COVID-19
    • Zoom Requirements
    • Zoom Links
  • Canvas Content
  • Coding Files
  • Helpdesk
  • Zoom Links
  • Video Vault
  • Diamond Peer Corner
  • Posts
    • 1a Questions
    • 1b Questions
    • 2a Questions
    • 2b Questions
    • 3a Questions
    • 3b Questions
    • 4a Questions
    • 4b Questions
    • 5a Questions
    • 5b Questions
    • 6a Questions
    • 6b Questions
    • 7a Questions

Discussion 7a Part 2 HTML, CSS, JavaScript example

Lyzannette Figueroa - March 2, 2023 Leave a Comment

Hello everyone,

This is part two, in my last post I gave a brief background as to what HTML, CSS, and JavaScript are as well as why we use them. Today I will talk about them a little more based on my personal experience using them. Just a little reminder HTML stands for Hypertext markup language and is the structure of a website. CSS stands for Cascading Style Sheets, and this is what you use to make your website look pretty. Finally, JavaScript which is what we use to make the website functional. Today in class we had the opportunity to use CSS in our in-class assignment. One thing you should remember when changing the style of your output is that you must create a new text within your code that represents the style of your work. At the very top of your screen when the document begins you will see the usual information <doctype>, <html>, and <body>. In this area between html and body you want to create a new line that says <style> this is where you would input your code to do things like change the color or fount size. First you want to label what you want to change after style followed by the curly brackets next you can choose color followed by colon and your color followed by semicolon. Below I will give you an example of how that should look. The green text is what you will add to change the style of your prompt/output. 

<!DOCTYPE html>

<html> 

<style>p{color:blueviolet; font: size 30px; } h1{color: rgb(247, 6, 166)}; 

body{background-color: rgb(43, 191, 228)};</style>

<body>

After you save and run the program you will be able to see the changes that were made in your code. 

Reader Interactions

Leave a Reply Cancel reply

You must be logged in to post a comment.

Primary Sidebar

ANNOUNCEMENTS & POSTS

What is HTML and how it is used in our everyday lives! Part 2

The coding language that adds design elements to a web page is Cascading … [More...] about What is HTML and how it is used in our everyday lives! Part 2

What is HTML and how it is used in our everyday lives! Part 1

The coding language that adds structure to a web page is HTML (Hypertext … [More...] about What is HTML and how it is used in our everyday lives! Part 1

What are Loops?

Why do we use loops? Loops are used in programming to execute a set of … [More...] about What are Loops?

Importance of IF/ELSE Statements!

Why do we use if/else statements? We use if/else statements in programming … [More...] about Importance of IF/ELSE Statements!

The Functioning of JavaScript

A function in JavaScript is a block of code designed to perform a specific … [More...] about The Functioning of JavaScript

What does JavaScript mean to you? Read more to find out what it means to Shivam Joshi!

A variable in JavaScript is a container that holds a value, which can be a … [More...] about What does JavaScript mean to you? Read more to find out what it means to Shivam Joshi!

ITA CONTACT INFO

Tarisha Sarker - Diamond Peer

Email: tarisha.sarker@temple.edu
Office Hours: Monday, 3-5 PM
Zoom Link: https://temple.zoom.us/j/91454347337

Instructor

Steven E. Sclarow, AIA

Email: sclarow@temple.edu
Office Hours Availability: M | W, 9:30 - 10:30 AM, or by appointment. Please email me if you need to schedule an appointment outside of my normal office hours.
Zoom Link: https://temple.zoom.us/j/96464375557

Helpful Links

FOX Laptop Policy

Gradebook

Installing-VS-Code-Windows
Installing-VS-Code-Mac-OS

Copyright © 2025 · Department of Management Information Systems · Fox School of Business · Temple University