How to create Table, Paragraph, Marquee and their properties
How one can create Desk, Paragraph, Marquee and their properties in HTML. Lecture N0: 03. On this lecture tutorial you’ll be taught how one can create a desk in HTML, How one can change desk properties like its width, peak in addition to altering border properties in HTML.
Together with above additionally, you will be capable to play with totally different properties of paragraph like alignments in heart and proper or left. Marquee tag will probably be mentioned in right this moment’s lecture. On this dialogue you’d be capable to change course of marquee actions/ Move from left to proper, and scrollamount.
Assessment of Earlier Lecture N0: 02
- What’s break tag and the way we are able to use them.
- What’s paragraph tag and its makes use of.
- How one can defines headings in HTML.
- How one can use Heading tag.
- What’s itemizing and Varieties of Itemizing tag.
1.Ordered checklist
2.un-ordered checklist - What’s marquee tag, How one can use marquee.
Right now’s Lecture No: 03 agenda
- How one can create desk in HTML.
- How one can create rows and column.
- establishing properties of a desk in html.
- Paragraph Alignment (“heart”, “proper”).
- marquee properties(course, scrollamount, behaviour).
- How one can add photographs in HTML.
Full Coding of Lecture no: 03
<html>
<head>
<title>Lecture N0 03</title>
</head>
<physique>
<desk border="1">
<tr>
<th>Sr#</th>
<th>Pupil Title</th>
<th>Class</th>
<th>Roll No</th>
<th>Marks</th>
</tr>
<tr>
<td>01</td>
<td>Muhammad Ali</td>
<td>10th</td>
<td>01</td>
<td>85</td>
</tr>
<tr>
<td>02</td>
<td>Muhammad Ahmad</td>
<td>10th</td>
<td>02</td>
<td>80</td>
</tr>
</desk>
<marquee course="proper" scrollamount="20">As soon as there lived a poor grasping man in village.</marquee>
<p align="heart">As soon as there lived a poor grasping man in village. He had no technique of incomes. Someday he purchased a hen. Hen lays a golden eggs each day. Man was very joyful. He offered that egg and earn cash. He turned wealthy in months. He considered wealthy without delay. He killed the hen for eggs. When he opened the hen, there was not a single egg in it.</p>
<img src="C:UsersMuhammad KaleemDesktopOnline Rozgaarhaste-makes-waste.png" width="500px" peak="200px">
</physique>
</html>
Output Picture

Watch Full video of Lecture No: 03
How one can create Desk, Paragraph, Marquee and their properties.
Lecture No 01 : On-line Rozgaar – What’s HTML, CSS, JS, PHP and SQLI
Lecture No 02 : How one can Use Totally different HTML Tags in a Webpage | Lecture : 02