Knowledge in Html

#Biotechnology_stuff

This is about mysql database creation and software opertion and how top create html web page and also about chemical kinetics

LaTeX,LaTeX vs Microsoft Word,HTML,HTML versions,HTML Headings,HTML Links,HTML buttons,HTML Tables

here are some explanations and examples about LaTeX ,LaTeX vs Microsoft Word,HTML,HTML versions,HTML Headings,HTML Links,HTML buttons,HTML Tables etc... each topic consists of examples

INFORMATION AND COMMUNICATION TECHNOLOGY

HTML is an acronym which stands for Hyper Text Markup Language. It is widely used language to write Web Pages. Hyper Text simply means "Text within link".Every time when you click on a word which brings you to a new web page. This document contains all about html , its tags and attributes. Following are the topics covered in this file: 1.HTML Tags 2.Structure of an HTML Document 3.HTML Horizontal Rules 4.Font Tag in HTML 5. Tag 6.HTML Hyperlinks 7.Lists in HTML 8.HTML Table 9.Image File Formats

HTML and CSS study material.

Introduction to HTML and CSS. Here you also learn some basic notes related to the first lab of HTML just like as a self WORKSHOP.

HTML for Beginners

Hi, You can learn about basics of HTML from the following videos. I am providing the link of the html sections in the following article.If you want me to make a video on any other html element Kindly specify it in the comment section or contact me throgh the mail id:-  techitechnions@gmail.com 1. Installing Text Editor(Brackets) link:-  https://youtu.be/AeumfiTuokM 2. Making proper notes of all the html section link:-  https://youtu.be/MHqW8kOMudU 3. Headings tag link:- https://youtu.be/rkfbIVRppZM 4. Paragraph tag link:- https://youtu.be/Ydl0h5D9BeA 5. Links in HTML link:- https://youtu.be/eBglvaL3gZw 6. Inserting Images in HTML link:- https://youtu.be/fmXL9RCKERk 7. Inline vs Block Elements link:- https://youtu.be/HTVPtuDYK2A 8. Unordered Lists link:- https://youtu.be/c7KSgW_OfXM 9. Ordered Lists link:- https://youtu.be/QjvqrVUzjQM If you liked the video give it a thumbs up and subscribe to my channel Techi Technions

Headings Tag in HTML(Beginners/basics)

The code to use headings tag in html <!DOCTYPE html> <html> <head>     <title>Headings</title>     </head>     <body>     <h1>Headings1</h1>     <h2>Headings2</h2>     <h3>Headings3</h3>     <h4>Headings4</h4>     <h5>Headings5</h5>     <h6>Headings6</h6>          </body> </html> Check the tutorial here link:- https://youtu.be/rkfbIVRppZM

Paragrphs Tag in HTML

This knowledge about basic tag i.e tag in html. You can view the tutorial here:- link:- https://youtu.be/Ydl0h5D9BeA

How to insert Images in HTML

This knowledge is about the tag and its attributes. You can view the tutorial here:- link:- https://youtu.be/fmXL9RCKERk

Links in HTML

This knowledge is about the tag and its attributes. You can view the tutorial here link:- https://youtu.be/eBglvaL3gZw

Links in HTML

This knowledge is about the tag and its attributes. You can view the tutorial here link:- https://youtu.be/eBglvaL3gZw

Xml intoduction

introduction to xml

Hypertext Markup Language

Hyper Text Markup Language, used for web development and is very easy for the users to learn. The content covers almost every topic which is required for a beginner to understand HTML as a language. It also has some advanced parts of HTML which are easily understandable and are easy to practice too. Happy Learning!