1/16
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Web Design
a process of planning, creating and maintaining websites.
WebPage
is a single document on the web
Website
Collection of Webpages.
Statice Website
Easy to Build
Cheap to host
Fixed Content
Dynamic Website
Little hard to build
Costly than static website to host
Easily edit the content by their own
HTML
To define the content of webpages
CSS
To specify the layout of web pages
JavaScript
To program the behavior of web pages.
Hyper Text Markup Language
HTML stands for
is defined by a start tag, some content, and an end tag
<!DOCTYPE html>
HTML documents must start with a document type declaration
body
the visible part of the html document
<html>
defines the root of an HTML document
<body>
Defines the document’s body
<h1> to <h6>
Defines HTML headings
<h1>
The most important heading
<h6>
Defines the least important headings