Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

http5111

This is a repo for subject Web Development 1. In which I am documenting all the details about this subject. It contains HTML, CSS and Javascript.

HTML5 CSS3 JavaScript

Note

This subject's grades based on assignment.

Warning

Submit all the assignments.

Important

Email is the best way to contact Faculty.

Important links HTML Validator Color palatee MDN Documentation

Sample HTML code

index.html

<html lang="en">
  <head>
    <title>Sample page</title>
    <meta charset="UTF-8">
    <link src="./style.css" rel="stylesheet" type="text/css">
    <script src="./script.js"></script>
  </head>
  <body>
    <h1>Hello World!</h1>
  </body>
</html>

Sample CSS code

style.css

h1{
  color: #45SQAA;
  font-size: 22px;
}

Sample Javascript code

script.js

alert("Hello from script.js!");

meme-pic

About

Repo for Web Development 1 - 5111

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors