Computer Science, asked by AmanShobhit111, 1 year ago

introducation to internet programming

Answers

Answered by Riyaz786
1
The “Introduction to Internet Programming with Perl and HTML” is classic a 12-part lecture series that Erik Kangas has given many times in the past to advanced high school and college students who are just starting to learn about programming web sites. This course works its way through the basic aspects of HTML and Perl gives new programmers and designers a solid foundation. This lecture series has been resurrected for the LuxSci FYI blog due to popular demand for its content.

Once you have completed this course, you will be ready to learn about JavaScript, Cascading Style Sheets, intermediate Perl, databases, and more.

Original Introduction

By the time you are done with this course, if you have done or understood all the exercises and homework, you should know enough HTML and programming in Perl to write basic interactive web sites! The various lessons in this course build up to a “final project” — a web site designed, for example, to allow users to vote or take polls online.

We will teach you basic HTML commands and aesthetic techniques, basic programming concepts, and enough Perl to write basic, but effective scripts. We will not cover concepts such as: Cascading Style Sheets, Dynamic HTML, JavaScript, Graphic Design, FLASH, Perl references, Perl regular expressions, and other more advanced Perl concepts.

Answered by 2Tina1
1
hii, Your answer is here -
The Introduction to internet with Perl and HTML is a type of computer language.
Some lines to note of introducation to internet programming -
1- HTML is very important in computer programming HTML stands for Hyper text markup language refers to the fact that you can linls from one web page to another.

Web page -
A web page is a text file containing text marked up with HTML. You should use a text editor to create and edit such files, such as Notepad or Textpad.

Tags, Tags and More Tags-
Bold :To make text bold, enclose it in the "b" tags "<b> Bold text </b> ,yieding bold text.
Italic :To make text italic, enclose in the "1" tags "<1>" tags Italic Text <1> yielding italic text.
Similar questions