Giter Site home page Giter Site logo

yclim95 / guidetowebdesign Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 2.0 30.63 MB

Basic HTML and CSS course in University/College Level

HTML 76.29% CSS 22.85% JavaScript 0.86%
programming markup-language html css webdesign website basic-programming-language college university basic-website

guidetowebdesign's Introduction

Guide to Web Design (Beginner)

Table of Content

Outline/PortFolio

  1. outline.html
  2. layout.html

PortFolio

  1. PortFolio

Lesson

  1. Lesson01
  2. Lesson02
  3. Lesson03
  4. Lesson04
  5. Lesson05
  6. Lesson06
  7. Lesson07
  8. Lesson08

LabTest

  1. LabTest01
  2. LabTest02

Assignment

  1. Assignment

outline.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"
>
	<head>
		<title>Add a title here</title>
		<meta http-equiv="content-type" content="text/html;charset=utf-8" />
	</head>

	<body>
		<p>Add some content here.</p>
	</body>

</html>

layout.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

  <head>
  	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <link href="../../all/image/logo.ico" rel="shortcut icon"/>
  	<title>PortFolio</title>
  	<meta name="keywords" content="Reference List" />
  	<meta name="description" content="FEST026 Web Design" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  	<link rel="stylesheet" href="../../all/css/layout.css" type="text/css" />
    <link rel="stylesheet" href="../css/style.css" type="text/css" />
  </head>

  <body>

    <div class="header">
      <div class="topnav" id = "myTopNav">
        <a class = "logo" href = "./index.html" onclick="window.open(this.href, '_blank');return false;"></a>
        <a href = "./index.html" onclick="window.open(this.href, '_blank');return false;">Home</a>
        <a href = "" onclick="window.open(this.href, '_blank');return false;">Chapter</a>

        <a href = "" >About</a>
        <a href = "javascript:void(0);" class = "icon">&#9776;</a>
      </div><!-- .Navigation-->
    </div><!-- .header-->


    <div class="wrapper">
    	<div class="content">

    	</div><!-- .content-->

    </div><!-- .wrapper -->

    <div class="footer">
    	<p>&copy; by Lim Yao Cheng</p>
    </div><!-- .footer -->

    <!-- Script -->
    <script type = "text/javascript" src="../../all/js/menu.js"></script>
  </body>

</html>

tag open in new tab

<!-- HTML -->
<a
href="http://www.cybermilitia.net"
title="Cyber Militia"
target="_blank">
The most awesome site !
</a>

<!-- XHTML1.0 Strict -->
<a
href="http://www.cybermilitia.net"
title="Cyber Militia"
onclick="window.open(this.href, '_blank');return false;">
The most awesome site !
</a>

guidetowebdesign's People

Contributors

yclim95 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.