0% found this document useful (0 votes)
16 views8 pages

WEB Programming

Uploaded by

Bawar Rwandzy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views8 pages

WEB Programming

Uploaded by

Bawar Rwandzy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 8

WEB

PROGRAMMING
Markup language - HTML

 Hypertext is text which contains links to other texts


 A markup language is a computer language that uses tags to define elements within a
document. It is human-readable, meaning markup files contain standard words, rather
than typical programming syntax. While several markup languages exist, the two most
popular are HTML and XML.
 HTML is a markup language used for creating webpages. The contents of each
webpage are defined by HTML tags. Basic page tags, such as <head>, <body>,
and <div> define sections of the page
HTML

 Stands for (Hypertext Markup Language)


 HTML is the most basic building block of the Web.
 HTML is the code that is used to structure a web page and its content
 HTML elements are represented by tags
HTML-Fundamentals
Basic Structure

◦ <!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

</body>
</html>
Web sites to visit
 http://www.columbia.edu/~fdc/sample.html
 https://archive.org/web/
 https://codepen.io/Marshjek/pen/KQZVBQ

You might also like