Knowledge in Html

Latex And HTML Readings

In the second year of B.Sc Honors Mathematics at Delhi University, a new subject is added in your core subjects to improve your skills i.e. Skill Enhancement Course under which you will study Latex and HTML in third semester and Computer Algebra in the fourth semester. Both the courses are practicals based and has higher weightage of practical marks. Here I am sharing with you the readings of LaTex and HTML.

Basics of HTML

Basics of HTML

What should I learn if I want to make a website?

This file describe briefly about what to learn for a website development. It also explains a basics about all. 1.categories of development 2. front-end 3. back-end

What is the importance of HTML and CSS in web development?

This file tells the importance of the html, css and javascript in the web development. Also explains each term in detail with pictorial example.

Basics of HTML

this basic HTML file in which the introduction of HTML is given. this is for a beginner of HTML learner

HTML Image Handeling and Hyperlink

In this, it will show how to add images in the HTML and how to attach hyperlink in HTML

HTML type of List tag

Types of the list and its example is given in and also explain with an example so you will get an exact idea of it

Why HTML is known as front-end language?

HTMLHypertext Markup Language is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScriptIt is the most basic building block of the Web. It defines the meaning and structure of web content.It is just one part or a piece of a web development. (You can say it as a one item in a recipe to prepare a big stuff like website!)How does it work?HTML consists of a series of short codes typed into a text-file by the site author — these are the tags. The text is then saved as a html file, and viewed through a browser, like Internet Explorer or Netscape Navigator. This browser reads the file and translates the text into a visible form, hopefully rendering the page as the author had intended. Writing your own HTML entails using tags correctly to create your vision. You can use anything from a rudimentary text-editor to a powerful graphical editor to create HTML pages. Simple example of HTML<!DOCTYPE>  <html>  <head>  <title>Web page title</title>  </head>  <body>  <h1>Write Your First Heading</h1>  <p>Write Your First Paragraph.</p>  </body>  </html> HTML VersionsSince the time HTML was invented there are lots of HTML versions in market, the brief introduction about the HTML version is given below:HTML 1.0: The first version of HTML was 1.0, which was the barebones version of HTML language, and it was released in1991.HTML 2.0: This was the next version which was released in 1995, and it was standard language version for website design. HTML 2.0 was able to support extra features such as form-based file upload, form elements such as text box, option button, etc.

Mathematics (III semester)

Attached document contains the previous year question paper for Latex and HTML for Mathematics (hons) by Delhi University. It can be very helpful for a quick revision and clarity of concepts.

Hypertext Markup Language (HTML)

HTML stands for Hypertext markup language which is used to make the structures of web page. It create the visual part of page and it is not an Programming Language, it is a Markup Language.

html basic tags

html basic tags and information about that

What is HTML ?

HTML is a Hypertext Markup Language.